aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-10-11 10:56:50 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-10-12 16:12:03 +0200
commit197e4b17fec7cdc0e3b87450bf1ed696ffec4628 (patch)
treea04f7b75be859ab695a8c0fa696a7501dc5089e6
parentf5ad952e8a2afd33bd362735858a2c1abab1418b (diff)
downloadaports-197e4b17fec7cdc0e3b87450bf1ed696ffec4628.tar.bz2
aports-197e4b17fec7cdc0e3b87450bf1ed696ffec4628.tar.xz
testing/gnuplot: upgrade to 5.0.5
-rw-r--r--testing/gnuplot/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/gnuplot/APKBUILD b/testing/gnuplot/APKBUILD
index aa1413810..3a9e129b8 100644
--- a/testing/gnuplot/APKBUILD
+++ b/testing/gnuplot/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=gnuplot
-pkgver=5.0.4
+pkgver=5.0.5
pkgrel=0
pkgdesc="Utility for plotting graphs"
url="http://www.gnuplot.info/"
@@ -35,10 +35,10 @@ package() {
make DESTDIR="$pkgdir" install || return 1
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
- install -Dm644 BUGS ChangeLog NEWS PGPKEYS PORTING README* \
+ install -m644 BUGS ChangeLog NEWS PGPKEYS PORTING README* \
"$pkgdir"/usr/share/doc/$pkgname/ || return 1
}
-md5sums="cb228f60ae152712ffde0db5de346c40 gnuplot-5.0.4.tar.gz"
-sha256sums="151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e gnuplot-5.0.4.tar.gz"
-sha512sums="ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae gnuplot-5.0.4.tar.gz"
+md5sums="c5e96fca73afbee4f57cbc1bfce6b3b8 gnuplot-5.0.5.tar.gz"
+sha256sums="25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 gnuplot-5.0.5.tar.gz"
+sha512sums="fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c gnuplot-5.0.5.tar.gz"