aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-07 12:02:46 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-07 12:02:46 +0100
commitf812cc3cdc7b190f179239fa0dd9f7c3ba96a735 (patch)
tree9eb138c887237d008a19415ec5a2312c5a070e31 /testing
parentd43ff7ba26ef0e476e08120d56a499a591b639fe (diff)
testing/libpipeline: upgrade to 1.5.0
Diffstat (limited to 'testing')
-rw-r--r--testing/libpipeline/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libpipeline/APKBUILD b/testing/libpipeline/APKBUILD
index 5872c22c0ae..4265d69ae96 100644
--- a/testing/libpipeline/APKBUILD
+++ b/testing/libpipeline/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libpipeline
-pkgver=1.4.2
+pkgver=1.5.0
pkgrel=0
pkgdesc="C pipeline manipulation library"
url="http://libpipeline.nongnu.org/"
@@ -9,7 +9,7 @@ arch="all"
license="GPL-3.0-or-later"
checkdepends="check-dev"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz"
+source="http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
build() {
cd "$builddir"
@@ -33,4 +33,4 @@ check() {
make check
}
-sha512sums="18d4592c142b745e709b9d30e894f1cb95e8006d8d3d3c978a1c4b8fc2393fc40383aa8236587cc7caf576ee9664867358a94c081c0730de9e337ddbd1e57e02 libpipeline-1.4.2.tar.gz"
+sha512sums="4b4d4a4ac347065d89e2092a00f744932422292a014c7176a4b7c4d2e8fb9d2165a3378d9e93b6899e11f80417b9a8c5c4785dab2f3113e33ffa61265e4c9117 libpipeline-1.5.0.tar.gz"