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 6bbf821628..ec81bdd349 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.1.3 +pkgver=1.2.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="318a64470861ea5b92a52f2014f1e7c1 cryptsetup-1.1.3.tar.bz2" +md5sums="b4ac29d3d8b4771a457a8ceaa8c6aa13 cryptsetup-1.2.0.tar.bz2" |