diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-14 09:41:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-14 11:40:27 +0000 |
commit | 1b475fc086b232c7b11c12871699927d8c6c006d (patch) | |
tree | 6d359545097684f841d5712e2511400a693c450f /main/dpkg | |
parent | 565587f81e5e5ea146581ebbdebcdfac1e6337f7 (diff) | |
download | aports-1b475fc086b232c7b11c12871699927d8c6c006d.tar.bz2 aports-1b475fc086b232c7b11c12871699927d8c6c006d.tar.xz |
main/dpkg: upgrade to 1.16.10
Diffstat (limited to 'main/dpkg')
-rw-r--r-- | main/dpkg/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD index 363b54dcdb..556bbbf4b8 100644 --- a/main/dpkg/APKBUILD +++ b/main/dpkg/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dpkg -pkgver=1.16.8 +pkgver=1.16.10 pkgrel=0 pkgdesc="The Debian Package Manager" url="http://packages.debian.org/dpkg" @@ -60,4 +60,6 @@ dev() { mv "$pkgdir"/usr/lib/dpkg/parsechangelog "$subpkgdir"/usr/lib/dpkg/ } -md5sums="9f8042561ecccd5124e5958a1e181de7 dpkg_1.16.8.tar.xz" +md5sums="a20a06a5272717274a8b009368f237da dpkg_1.16.10.tar.xz" +sha256sums="aeaacf0884039940d9463901102194f9a42eb5702157b9e7a23f43e0d9f65cf2 dpkg_1.16.10.tar.xz" +sha512sums="cd7b1159c2071f48f2e369e03b8a3d1f00366bcdabab2ef4c33700e8f3230db5c9991e5937331f7f66f616d2bb798efec12e572af5724e1c9809beb9d5ae627e dpkg_1.16.10.tar.xz" |