aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-03 19:07:17 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-03 19:27:44 +0100
commitec5ac2b891f13dadd5ba87bfe7f3dc707e06fcde (patch)
treecef6446edd587832e47c148502316bdd782ffe4e
parent651f9351468dd00d030a3581f4f2d08f11e2d90f (diff)
downloadaports-ec5ac2b891f13dadd5ba87bfe7f3dc707e06fcde.tar.bz2
aports-ec5ac2b891f13dadd5ba87bfe7f3dc707e06fcde.tar.xz
testing/libpipeline: upgrade to 1.5.2
-rw-r--r--testing/libpipeline/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libpipeline/APKBUILD b/testing/libpipeline/APKBUILD
index c713c48668..a7ba03d4cc 100644
--- a/testing/libpipeline/APKBUILD
+++ b/testing/libpipeline/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=libpipeline
-pkgver=1.5.1
+pkgver=1.5.2
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="https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
+source="https://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz"
build() {
./configure \
@@ -30,4 +30,4 @@ check() {
make check
}
-sha512sums="9252c114bc59925eaf73ec9e8bb76b5649ccf985766edd2dc665630ec6de04c341298c74f8dc31c56e9ce20ad83da59df33eb3cc367e18a8012fd693cb823de6 libpipeline-1.5.1.tar.gz"
+sha512sums="721024cea4e8dd85ba31af23e6f65b6ab2323e4006a769674d18101744a5a990aa9ee9fcd9b35360fa1442a6d4a72bfed0227665d4eacba541808b1c48bc9a53 libpipeline-1.5.2.tar.gz"