aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-15 20:29:07 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-15 20:39:02 +0100
commit13f45de31fe6aa6dd1f56686f7c28c532da2d703 (patch)
treea71f4d6523d6aaa13702f5b5fa5c5d6a2c4d6d5e
parent9c4ce7769ef89032b9e7d415a79ea3570ce66cb3 (diff)
main/run-parts: upgrade to 4.9.1
-rw-r--r--main/run-parts/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/run-parts/APKBUILD b/main/run-parts/APKBUILD
index 53ed602bfc8..38ee322b610 100644
--- a/main/run-parts/APKBUILD
+++ b/main/run-parts/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=run-parts
_pkgname=debianutils
-pkgver=4.9
+pkgver=4.9.1
pkgrel=0
pkgdesc="run-parts from the debianutils package"
url="https://packages.qa.debian.org/d/debianutils.html"
@@ -13,7 +13,6 @@ builddir="$srcdir"/$_pkgname-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -22,8 +21,7 @@ build() {
}
package() {
- cd "$builddir"
install -D -m755 run-parts $pkgdir/usr/bin/run-parts
install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
}
-sha512sums="4e8726cf5744dca144535883c473a04884714afd50e501a140197fee9a9a78bd9596fcc1763e71b2baf6367bc38a8111016ab5ed35f4d4e98ccc78be697ca963 debianutils_4.9.tar.xz"
+sha512sums="b442950febe6df9e15ec04a6fec0ee8be12d3eac38dc3f9331438d871e3382f4e0f599da0eaeff0e7e9ba0fa5136ce3c3b51c6718e4d7f11c1675f745052a9b1 debianutils_4.9.1.tar.xz"