aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-30 12:40:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-30 15:29:34 +0000
commit10e62e2149b2a3c432abff479df7d3f8fc59e612 (patch)
treebaa98433600983ddcd4ee698b7420f62fce85d07
parentfa3c08e318818a939b9940202ecf6810ddf93cb6 (diff)
downloadalpine_aports-10e62e2149b2a3c432abff479df7d3f8fc59e612.tar.bz2
alpine_aports-10e62e2149b2a3c432abff479df7d3f8fc59e612.tar.xz
alpine_aports-10e62e2149b2a3c432abff479df7d3f8fc59e612.zip
main/cryptsetup: upgrade to 1.5.1
-rw-r--r--main/cryptsetup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD
index 6f6f21b4ee..0b08af5731 100644
--- a/main/cryptsetup/APKBUILD
+++ b/main/cryptsetup/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=cryptsetup 2pkgname=cryptsetup
3pkgver=1.5.0 3pkgver=1.5.1
4pkgrel=0 4pkgrel=0
5pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" 5pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi"
6url="http://code.google.com/p/cryptsetup/" 6url="http://code.google.com/p/cryptsetup/"
@@ -34,4 +34,4 @@ libs() {
34 mv "$pkgdir"/lib "$subpkgdir"/ 34 mv "$pkgdir"/lib "$subpkgdir"/
35} 35}
36 36
37md5sums="0fa7ba8923b0ce8eed2aa65f2cb9950c cryptsetup-1.5.0.tar.bz2" 37md5sums="87cc018c0c65f36043f38ceb8ffd4d81 cryptsetup-1.5.1.tar.bz2"