diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-06-02 18:01:36 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-06-02 18:01:36 +0200 |
commit | 626c2d3467df8fd905a3c1381d1bb6037e135169 (patch) | |
tree | e8211892feb0ea8e25c75b201027ed4a09a81b29 /community/gnuplot | |
parent | ba8467f158379d1e915ce2d842acaa2464289d70 (diff) | |
download | aports-626c2d3467df8fd905a3c1381d1bb6037e135169.tar.bz2 aports-626c2d3467df8fd905a3c1381d1bb6037e135169.tar.xz |
community/gnuplot: upgrade to 5.2.7
Diffstat (limited to 'community/gnuplot')
-rw-r--r-- | community/gnuplot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD index 7045692fb1..2956e233b9 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=gnuplot -pkgver=5.2.6 -pkgrel=1 +pkgver=5.2.7 +pkgrel=0 pkgdesc="Utility for plotting graphs" url="http://www.gnuplot.info/" arch="all" @@ -39,4 +39,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/ } -sha512sums="557c0d00c951055ca03ef0f2b262e96b8013da4fedeb64dc5325fabd94772144fd2fe7bfa9d159fa47ab76695109cb4d3f01fc5bfa996df4576aee0eebe36a90 gnuplot-5.2.6.tar.gz" +sha512sums="f6b77e16b25e5705ea9dad4f89ed5f5a3cf95d3e4215da00be3cbfbcdeee23009e9205156399448526783f25b5b7599b674670c94c01345abafeff74f6c7de93 gnuplot-5.2.7.tar.gz" |