diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-12-26 19:59:20 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-12-26 19:59:20 +0100 |
commit | 55c606ad91c4642abf1b6e319114500208230468 (patch) | |
tree | 35ea455fdabfb7f6a0f461cf542926167c6ae189 /main/cryptsetup | |
parent | 53f047bdbecc6f687b182b0219721397c86274e7 (diff) | |
download | aports-55c606ad91c4642abf1b6e319114500208230468.tar.bz2 aports-55c606ad91c4642abf1b6e319114500208230468.tar.xz |
main/cryptsetup: upgrade to 1.6.3
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index 401f361137..babeba8613 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup -pkgver=1.6.2 -pkgrel=1 +pkgver=1.6.3 +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" @@ -39,6 +39,6 @@ libs() { mv "$pkgdir"/lib "$subpkgdir"/ } -md5sums="cd834da49fbe92dd66df02cc5c61280f cryptsetup-1.6.2.tar.bz2" -sha256sums="15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a cryptsetup-1.6.2.tar.bz2" -sha512sums="59fb835ef8bcd6d0c704a021055032639840ef4bb7be6ade8ff91d347ae74d8e6cba4583d8ced7a4a8c6f09ebc16c4eff3549c13c4327d92fd9234db58e18c10 cryptsetup-1.6.2.tar.bz2" +md5sums="a7aeb549a543eeac433eadfb6bc67837 cryptsetup-1.6.3.tar.bz2" +sha256sums="a2af4731d9442cb70bc84b7cecdd069493055d29ab65ab625c574b0f599938d8 cryptsetup-1.6.3.tar.bz2" +sha512sums="f11c58db2643f5a1035be9de699fa7cef7780f83da261dbb0425d233bcf73df6f120b71c23a8a122b1f648c8fe43eea3e15f75aa536184a537f3e5dd00a1f988 cryptsetup-1.6.3.tar.bz2" |