jsonnet: update to 0.14.0.
This commit is contained in:
parent
4980f88bfc
commit
bb4733f174
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'jsonnet'
|
# Template file for 'jsonnet'
|
||||||
pkgname=jsonnet
|
pkgname=jsonnet
|
||||||
version=0.13.0
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_build_args="bins"
|
||||||
short_desc="Data templating language"
|
short_desc="Data templating language"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/jsonnet"
|
homepage="https://github.com/google/jsonnet"
|
||||||
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
|
||||||
checksum=f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596
|
checksum=7f41cdc4cb366cfc1de3aada926a2f7e640ef025887eb05cdaf8342d6e4e088b
|
||||||
|
|
||||||
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
||||||
CFLAGS="-Iinclude"
|
CFLAGS="-Iinclude"
|
||||||
|
|
Loading…
Reference in a new issue