summaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-06 21:24:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-07 07:22:53 +0000
commitbb730f28932819dbc0284bc9062c34452e50558d (patch)
tree800cac4df913e176462ce0ffcce0f4cc74041626 /main/debootstrap
parent5222d3c49797b848ad33ec0fa77e6567d7edc23f (diff)
downloadaports-bb730f28932819dbc0284bc9062c34452e50558d.tar.bz2
aports-bb730f28932819dbc0284bc9062c34452e50558d.tar.xz
main/debootstrap: upgrade to 1.0.38
Diffstat (limited to 'main/debootstrap')
-rw-r--r--main/debootstrap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index 246fc7507..6682cae8d 100644
--- a/main/debootstrap/APKBUILD
+++ b/main/debootstrap/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
-pkgver=1.0.32
+pkgver=1.0.38
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="3538ffa710f0d365dcbdc0dc18af2d4c debootstrap_1.0.32.tar.gz
+md5sums="214b141206f7e48e326dc0a003fd5a5d debootstrap_1.0.38.tar.gz
cff11c88c5176c0ccb714e2d378f4d35 pkgdetails.c"