diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-06 02:03:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-06 05:46:47 +0000 |
commit | 88cb9927514068a1334beccc80f25a9366b14df6 (patch) | |
tree | 3d128943266e37df9cf185b57390fa2989c21eae | |
parent | f0b981ac22e67ab0fa4dde33884bcde4a639e4c7 (diff) | |
download | aports-88cb9927514068a1334beccc80f25a9366b14df6.tar.gz aports-88cb9927514068a1334beccc80f25a9366b14df6.tar.bz2 aports-88cb9927514068a1334beccc80f25a9366b14df6.tar.xz |
community/gnuplot: upgrade to 5.4.1
-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 3a712bf88d2..d8cb3e8f011 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: prspkt <prspkt@protonmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=gnuplot -pkgver=5.4.0 +pkgver=5.4.1 pkgrel=0 pkgdesc="Utility for plotting graphs" url="http://www.gnuplot.info/" @@ -36,4 +36,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/ } -sha512sums="abbb69ded9eed3a1e53caeeb7d75ee4e3532b1254640a3f38f00260e261e75f87744e3df4210b0db7c8c2acee9b25147524d5377b3f4305e2449b2e99ca58d66 gnuplot-5.4.0.tar.gz" +sha512sums="2371830636d4c9ee93e9d6566dc2889e96ece3660b63ef4cfb6514e233510e5abaf4f93863bbe9a418f11db8e3b12a15242556aae52bb69591ad7d26e6581121 gnuplot-5.4.1.tar.gz" |