highlight: update to 3.29.
This commit is contained in:
parent
28ac9ff596
commit
241d986c52
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'highlight'
|
||||
pkgname=highlight
|
||||
version=3.28
|
||||
version=3.29
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_cmd="make QMAKE=qmake"
|
||||
conf_files="/etc/highlight/filetypes.conf"
|
||||
hostmakedepends="pkg-config qt-devel"
|
||||
hostmakedepends="pkg-config qt-qmake"
|
||||
makedepends="boost-devel lua-devel"
|
||||
short_desc="Fast and flexible source code highlighter (CLI version)"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
|
||||
distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
|
||||
checksum=36364b6d906148dac04426a0c892fe2343e5e2c752316666589f8dff741ce7cd
|
||||
checksum=76cc769d98778985235c0b7d1345cff78c99f597b51edd4e9be7d3fc0160bf92
|
||||
CFLAGS="-std=c++11"
|
||||
|
|
Loading…
Reference in New Issue