diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-30 20:39:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-30 20:39:48 +0000 |
commit | 5327e8054720466ff7407fdffb9633227e2e3599 (patch) | |
tree | e8d42f682f16e010a6612157e82d838e63fe9752 /main | |
parent | ebc27894d842b1e4a70ca62644bfab6cc43b87a0 (diff) | |
download | aports-5327e8054720466ff7407fdffb9633227e2e3599.tar.bz2 aports-5327e8054720466ff7407fdffb9633227e2e3599.tar.xz |
main/cryptsetup: upgrade to 1.4.2
Diffstat (limited to 'main')
-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 a9b8d81fc0..c504c022b6 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.4.1 -pkgrel=1 +pkgver=1.4.2 +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" @@ -34,4 +34,4 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="9253b3f29abf5c6f333eb74128b0df1c cryptsetup-1.4.1.tar.bz2" +md5sums="db2e6189e1b191a279a1f508396d3373 cryptsetup-1.4.2.tar.bz2" |