From bb4733f174ecb4ff1da41cfa8f653ec314f426e2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 17 Sep 2019 11:19:07 +0200 Subject: [PATCH] jsonnet: update to 0.14.0. --- srcpkgs/jsonnet/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jsonnet/template b/srcpkgs/jsonnet/template index e1e0ef2d07c..f6074776e92 100644 --- a/srcpkgs/jsonnet/template +++ b/srcpkgs/jsonnet/template @@ -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 " 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"