Date: Monday, January 21, 2019 @ 07:36:00 Author: arojas Revision: 425806
Update to 0.9.10 Modified: cryfs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-21 06:26:32 UTC (rev 425805) +++ PKGBUILD 2019-01-21 07:36:00 UTC (rev 425806) @@ -4,8 +4,8 @@ # Contributor: Giuseppe CalĂ <[email protected]> pkgname=cryfs -pkgver=0.9.9 -pkgrel=4 +pkgver=0.9.10 +pkgrel=1 pkgdesc="Cryptographic filesystem for the cloud" arch=(x86_64) depends=(crypto++ fuse2 curl) @@ -13,7 +13,7 @@ url="https://www.cryfs.org" license=(LGPL3) source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc}) -sha256sums=('aa8d90bb4c821cf8347f0f4cbc5f68a1e0f4eb461ffd8f1ee093c4d37eac2908' +sha256sums=('a2b3b401c0d709fd7c2fc2c35e9decda204dfe7e7ac6b84044d7698780599d24' 'SKIP') validpgpkeys=(C3111FE656732704EF6DF059017DC932549E65B2) # CryFS Team <[email protected]>
