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 3df4f60f33..54fb18f288 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.2.0 +pkgver=1.3.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/" @@ -23,4 +23,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR=$pkgdir install } -md5sums="b4ac29d3d8b4771a457a8ceaa8c6aa13 cryptsetup-1.2.0.tar.bz2" +md5sums="d2bc0fd59c1118ec3bfae099af38d333 cryptsetup-1.3.0.tar.bz2" |