diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 11:29:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 11:29:45 +0000 |
commit | 8b417cbdec8cdf6068a0da0703e2dee42bf50b6e (patch) | |
tree | f9ca1d1527901ccb29306f1607ebcf6b0086960c /main/debootstrap/APKBUILD | |
parent | d14f179360f645588c81c6e2830341b06828bb58 (diff) | |
download | aports-8b417cbdec8cdf6068a0da0703e2dee42bf50b6e.tar.bz2 aports-8b417cbdec8cdf6068a0da0703e2dee42bf50b6e.tar.xz |
main/debootstrap: upgrade to 1.0.53
Diffstat (limited to 'main/debootstrap/APKBUILD')
-rw-r--r-- | main/debootstrap/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index 347c8409a3..61589c3826 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.52 +pkgver=1.0.53 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" @@ -42,9 +42,9 @@ package() { make DESTDIR="$pkgdir" install || return install -Dm755 pkgdetails "$pkgdir"/usr/lib/debootstrap/pkgdetails } -md5sums="c5edc62bf140f5def238d1a338ef26fb debootstrap_1.0.52.tar.gz +md5sums="cd95777a48a65e5cc414e1c1af875a3a debootstrap_1.0.53.tar.gz 66b6fb6d862ba4886701c9b056088479 pkgdetails.c" -sha256sums="0b7ad9c887de826a4561ff552069a8663b38e2cf4c91182a37682d737bff39f9 debootstrap_1.0.52.tar.gz +sha256sums="26b74baee6909e9ce363891cc355fced6d875ca8c3715e72ff9dfb580c9cc272 debootstrap_1.0.53.tar.gz 1cf1644e8400693fd41d378f972c15fa7b32f3282117ea967c995705256a84d6 pkgdetails.c" -sha512sums="fe0b3f30c8093d303d768d411475ec01936a02e4e52d863695ffe06daf7de962a2703cb4536e45e9fe8d33020239e95f388554be6385a4dcdead25cd0fe803f6 debootstrap_1.0.52.tar.gz +sha512sums="3a4e4c0a2362646af080ce63db82ef418b2306ab1f39253dbf14667b68b9970da0c14398218574aff62a31f5f369e23e1483a1b4e44d7fc06ebb497643a74663 debootstrap_1.0.53.tar.gz 432313c8aef4974f21cb81b48d9f1c319692325f24a456e460e6f92c6a15ade7f29dfee4bf2ab3664c90b09d1f16e46cb8dd898ebd317f2547e63a64a773d971 pkgdetails.c" |