diff options
author | William Pitcock <nenolod@dereferenced.org> | 2012-12-18 06:07:19 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-12-18 06:07:35 -0600 |
commit | e9b405d8ff38fc48ee475df80fd47fc7461ec7b1 (patch) | |
tree | 2d031b40c56c7fcbcc68d02a46e7b0bd320ecc42 /main/debootstrap | |
parent | 69e2ae91103f30b9c6cd1df326ccb788d8ab7318 (diff) | |
download | aports-e9b405d8ff38fc48ee475df80fd47fc7461ec7b1.tar.bz2 aports-e9b405d8ff38fc48ee475df80fd47fc7461ec7b1.tar.xz |
main/debootstrap: upgrade to 1.0.44
Diffstat (limited to 'main/debootstrap')
-rw-r--r-- | main/debootstrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index 8a073008a..72cc143bc 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.42 +pkgver=1.0.44 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" @@ -42,5 +42,5 @@ package() { make DESTDIR="$pkgdir" install || return install -Dm755 pkgdetails "$pkgdir"/usr/lib/debootstrap/pkgdetails } -md5sums="ebf8abefa0e30f6c251f16affdec1079 debootstrap_1.0.42.tar.gz +md5sums="73d965abf163b31002f754e3a5322a52 debootstrap_1.0.44.tar.gz cff11c88c5176c0ccb714e2d378f4d35 pkgdetails.c" |