jsonnet: update to 0.14.0.

This commit is contained in:
Leah Neukirchen 2019-09-17 11:19:07 +02:00
parent 4980f88bfc
commit bb4733f174

View file

@ -1,14 +1,15 @@
# Template file for 'jsonnet'
pkgname=jsonnet
version=0.13.0
version=0.14.0
revision=1
build_style=gnu-makefile
make_build_args="bins"
short_desc="Data templating language"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/jsonnet"
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
checksum=f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596
checksum=7f41cdc4cb366cfc1de3aada926a2f7e640ef025887eb05cdaf8342d6e4e088b
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
CFLAGS="-Iinclude"