diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-13 14:21:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-13 14:21:43 +0000 |
commit | b557b7e5b5782b8f61d3e8277b9f7065bfed2749 (patch) | |
tree | 08f33fd90d58e81b17681b3086d9da27a6f1272f /main/cryptsetup | |
parent | 6fa84d9d81f5b745d132a6d2f90baae75c5e0a58 (diff) | |
download | aports-b557b7e5b5782b8f61d3e8277b9f7065bfed2749.tar.bz2 aports-b557b7e5b5782b8f61d3e8277b9f7065bfed2749.tar.xz |
main/cryptsetup: upgrade to 1.4.0
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 c8934658ba..99a82ead62 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.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/" arch="all" @@ -33,4 +33,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="1f5b5a9d538e8a3c191fb7dd85b9b013 cryptsetup-1.3.1.tar.bz2" +md5sums="4328641ba4532c229526c6ef282e5286 cryptsetup-1.4.0.tar.bz2" |