diff options
-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 6f6f21b4e..0b08af573 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.5.0 +pkgver=1.5.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/" @@ -34,4 +34,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="0fa7ba8923b0ce8eed2aa65f2cb9950c cryptsetup-1.5.0.tar.bz2" +md5sums="87cc018c0c65f36043f38ceb8ffd4d81 cryptsetup-1.5.1.tar.bz2" |