diff options
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 ae4dc6161a..6e7427a946 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.90 +pkgver=1.0.91 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" @@ -20,4 +20,4 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 || return 1 } -sha512sums="f8fc584d08b63f9f3fe1120b7b7ca41ef4acab4201ded08a45d7d5c1e4be67ff365840fbb65dad97c0798fd3d565148df2c465bc4cd3f62c0b31226dd1b2575d debootstrap_1.0.90.tar.gz" +sha512sums="5d1633c31b6a17aa3da4644a750875fd05bdfd448f90bcd453fc7bdb64df13e6bc4f2e8a6968e0c36302fa0458b9ac321e2ed3dbc68a4f4c071f7c16d950953c debootstrap_1.0.91.tar.gz" |