diff options
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index c8934658b..99a82ead6 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=0 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="http://code.google.com/p/cryptsetup/" arch="all" @@ -33,4 +33,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="1f5b5a9d538e8a3c191fb7dd85b9b013 cryptsetup-1.3.1.tar.bz2" +md5sums="4328641ba4532c229526c6ef282e5286 cryptsetup-1.4.0.tar.bz2" |