diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-21 12:54:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-21 12:54:05 -0300 |
commit | 162d0cc3e5671b77b709ce32cd3954687289aa8e (patch) | |
tree | 43721e9f0dffd688672ebba8d66b02f8353c7534 /main/debootstrap | |
parent | 6beea486950e91bcf2c8f11ae04bfe0673053bbf (diff) | |
download | aports-162d0cc3e5671b77b709ce32cd3954687289aa8e.tar.bz2 aports-162d0cc3e5671b77b709ce32cd3954687289aa8e.tar.xz |
main/debootstrap: upgrade to 1.0.118
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 aa4d5aad4b..2275091d9b 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.117 +pkgver=1.0.118 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="https://packages.qa.debian.org/d/debootstrap.html" @@ -18,4 +18,4 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 } -sha512sums="e7cb734d2a3280f68c9b7707a20a0387c6308aea51d425d63343212301c2dae5dd2851c21b15b62bd6e8f4e855437b58e1a06373378f3e0bf659ba6c767f770a debootstrap_1.0.117.tar.gz" +sha512sums="f7fe9cc06be6d50e95f568be5072c043089d421f0a8b420bd88a28efe8d0d9a9c849bf81873c6082e451f768d1e8017ec1cef060e9a4312eacbbde2e441ce78b debootstrap_1.0.118.tar.gz" |