diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-21 09:28:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-21 09:28:25 +0000 |
commit | d35b4d1f387f6d2aa81c0b4f6e32b2adae4456ae (patch) | |
tree | 19bf224c05ec6a3b45432f89a307185b0e66973c /main | |
parent | b937d9021132e77ea4a3c1179423b69ddfc49641 (diff) | |
download | aports-d35b4d1f387f6d2aa81c0b4f6e32b2adae4456ae.tar.bz2 aports-d35b4d1f387f6d2aa81c0b4f6e32b2adae4456ae.tar.xz |
main/dpkg: upgrade to 1.16.12
Diffstat (limited to 'main')
-rw-r--r-- | main/dpkg/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD index f3d243df08..01fdbb51ce 100644 --- a/main/dpkg/APKBUILD +++ b/main/dpkg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dpkg -pkgver=1.16.10 -pkgrel=2 +pkgver=1.16.12 +pkgrel=0 pkgdesc="The Debian Package Manager" url="http://packages.debian.org/dpkg" arch="all" @@ -62,6 +62,6 @@ dev() { mv "$pkgdir"/usr/lib/dpkg/parsechangelog "$subpkgdir"/usr/lib/dpkg/ } -md5sums="a20a06a5272717274a8b009368f237da dpkg_1.16.10.tar.xz" -sha256sums="aeaacf0884039940d9463901102194f9a42eb5702157b9e7a23f43e0d9f65cf2 dpkg_1.16.10.tar.xz" -sha512sums="cd7b1159c2071f48f2e369e03b8a3d1f00366bcdabab2ef4c33700e8f3230db5c9991e5937331f7f66f616d2bb798efec12e572af5724e1c9809beb9d5ae627e dpkg_1.16.10.tar.xz" +md5sums="b7e9cac52ff7882b088a3058b52081b5 dpkg_1.16.12.tar.xz" +sha256sums="af96447758ecbfda51fc57d4b3bc3d208ad6393e71b91c9b52c6687697a208da dpkg_1.16.12.tar.xz" +sha512sums="852c9cfeeac278564e605e5a5c4d77cb775ad20cf7fc52fa28c2a6192462ee28c32ecc2b5e434e5eec185deff5039d9fb1802cb4fe6d131b8fba7209f8462d44 dpkg_1.16.12.tar.xz" |