diff options
Diffstat (limited to 'main/cryptsetup/APKBUILD')
-rw-r--r-- | main/cryptsetup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index 99a82ead6..2fc941c71 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.4.0 +pkgver=1.4.1 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/" @@ -33,4 +33,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="4328641ba4532c229526c6ef282e5286 cryptsetup-1.4.0.tar.bz2" +md5sums="9253b3f29abf5c6f333eb74128b0df1c cryptsetup-1.4.1.tar.bz2" |