diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-29 02:31:49 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-12-01 08:57:41 +0100 |
commit | d73571fc38347fbb95df715a455bc71a833f8d6d (patch) | |
tree | 423a7394fafcce2381386533d3de01c18840dcea /community/gnuplot/APKBUILD | |
parent | 9288c1af19ed50a81af38a86a2bfc26ae916d877 (diff) | |
download | aports-d73571fc38347fbb95df715a455bc71a833f8d6d.tar.bz2 aports-d73571fc38347fbb95df715a455bc71a833f8d6d.tar.xz |
community/gnuplot: upgrade to 5.2.2
Diffstat (limited to 'community/gnuplot/APKBUILD')
-rw-r--r-- | community/gnuplot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD index 8966a493a0..d6b1f67404 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=gnuplot -pkgver=5.2.1 +pkgver=5.2.2 pkgrel=0 pkgdesc="Utility for plotting graphs" url="http://www.gnuplot.info/" @@ -42,4 +42,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/ } -sha512sums="e0ef984472ded7b77dbf2094782b18de717c67dcee8d1cc0576f996fcfe88a182f71fb7e1f7eacf2321fdb093250fcb95069512c48216027170f7cf95e7d5929 gnuplot-5.2.1.tar.gz" +sha512sums="51d5b2234dae358580cc2794ed63f8a5b950baf73edc5362f5bb18d77e8066c3c010239c3b29840db11e5936cb9381bb57193de751bd274af5547a45d6d88b0b gnuplot-5.2.2.tar.gz" |