aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-11 13:42:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-11 13:48:56 -0300
commitcd36391533325b0a3a486bf5c8b57439cfdd500b (patch)
treef0e83773106d46b98800b152888ee95571c1b1c1 /main/debootstrap
parentb556403e90138272a74acb48f3849a38a4a38e1b (diff)
downloadaports-cd36391533325b0a3a486bf5c8b57439cfdd500b.tar.bz2
aports-cd36391533325b0a3a486bf5c8b57439cfdd500b.tar.xz
main/debootstrap: upgrade to 1.0.117
Diffstat (limited to 'main/debootstrap')
-rw-r--r--main/debootstrap/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index 43314f998e..aa4d5aad4b 100644
--- a/main/debootstrap/APKBUILD
+++ b/main/debootstrap/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
-pkgver=1.0.116
+pkgver=1.0.117
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="https://packages.qa.debian.org/d/debootstrap.html"
@@ -13,10 +13,9 @@ subpackages="$pkgname-doc"
source="http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.gz"
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -Dm644 $pkgname.8 \
"$pkgdir"/usr/share/man/man8/$pkgname.8
}
-sha512sums="59ba44ecfa7c6bc3d81a814fe66a87223fa4bde24bd986f75875fe9077355a5f4268d822347f99402d4146e81b270a06f21111fb977729f4326bb5b8e017583c debootstrap_1.0.116.tar.gz"
+sha512sums="e7cb734d2a3280f68c9b7707a20a0387c6308aea51d425d63343212301c2dae5dd2851c21b15b62bd6e8f4e855437b58e1a06373378f3e0bf659ba6c767f770a debootstrap_1.0.117.tar.gz"