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 a9b8d81fc0..c504c022b6 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.4.1 -pkgrel=1 +pkgver=1.4.2 +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" @@ -34,4 +34,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="9253b3f29abf5c6f333eb74128b0df1c cryptsetup-1.4.1.tar.bz2" +md5sums="db2e6189e1b191a279a1f508396d3373 cryptsetup-1.4.2.tar.bz2" |