cryfs: update to 0.10.2.

Closes: #12357 [via git-merge-pr]
This commit is contained in:
Thomas 2019-06-09 11:27:31 -04:00 committed by Jürgen Buchmüller
parent 5ecbec498f
commit 89b41e43d4

View file

@ -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"