From 9dec1edc4efe2275fa22fcf50d55cb6c4fd6daff Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 11 Jan 2019 00:04:11 +0100 Subject: [PATCH] thrift: update to 0.12.0. --- srcpkgs/thrift/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thrift/template b/srcpkgs/thrift/template index 75a813af032..e175b2f37bc 100644 --- a/srcpkgs/thrift/template +++ b/srcpkgs/thrift/template @@ -1,12 +1,13 @@ # Template file for 'thrift' pkgname=thrift -version=0.11.0 +version=0.12.0 revision=1 build_style=gnu-configure +makedepends="boost-devel libressl-devel" short_desc="Apache Thrift compiler" maintainer="Renato Aguiar " license="Apache-2.0" homepage="https://thrift.apache.org/" distfiles="http://www-us.apache.org/dist/thrift/${version}/thrift-${version}.tar.gz" -checksum=c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2 +checksum=c336099532b765a6815173f62df0ed897528a9d551837d627c1f87fadad90428 nocross="Executes binaries for testing during build"