From 89b41e43d425353ed5849496dbc33e16443aec80 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 9 Jun 2019 11:27:31 -0400 Subject: [PATCH] cryfs: update to 0.10.2. Closes: #12357 [via git-merge-pr] --- srcpkgs/cryfs/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cryfs/template b/srcpkgs/cryfs/template index 5edf51cde49..61bb4a6ceb8 100644 --- a/srcpkgs/cryfs/template +++ b/srcpkgs/cryfs/template @@ -1,11 +1,11 @@ # Template file for 'cryfs' pkgname=cryfs -version=0.10.1 -revision=2 +version=0.10.2 +revision=1 create_wrksrc=yes build_style=cmake configure_args="-DCRYFS_UPDATE_CHECKS=off" -hostmakedepends="git make python" +hostmakedepends="git python" makedepends="boost-devel fuse-devel libcurl-devel libgomp-devel libressl-devel" depends="fuse" short_desc="Cryptographic filesystem for the cloud" @@ -14,7 +14,7 @@ license="LGPL-3.0-only" homepage="https://www.cryfs.org" changelog="https://github.com/cryfs/cryfs/raw/master/ChangeLog.txt" distfiles="https://github.com/cryfs/cryfs/releases/download/${version}/${pkgname}-${version}.tar.gz" -checksum=a01e15dd4520a7bb3a040d502b09e43e755f12b35f9eff88dc4d00b6286fbb1a +checksum=004c7fdf537062e197aaa0bcdafd2682904a279802441bb6063cb72c1fba52d2 if [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -DBUILD_TESTING=on"