summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Fox-Rabinovitz2018-08-01 18:14:46 -0400
committerJoseph Fox-Rabinovitz2018-08-01 18:14:46 -0400
commit903594c43c8e485227d60846b777ca12a9ff49b1 (patch)
tree1f4d620cec3b787490774d804edbbe7a5c3814c4 /PKGBUILD
parent14aad6a8b2d51ff3e6ab0f98e30e0ed1a2feb87a (diff)
downloadaur-903594c43c8e485227d60846b777ca12a9ff49b1.tar.gz
Update to 4.9.3
Changed version number and SHA1 to automatic retrieval
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db62891126c4..8ad53a145e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MadPhysicist <jfoxrabinovitz at gmail dot com>
pkgname=panoply
-pkgver=4.9.1
+pkgver=$(curl https://www.giss.nasa.gov/tools/panoply/download/ | sed -n 's/The current version of Panoply is \([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\).*/\1/p')
pkgrel=1
pkgdesc='NetCDF, HDF and GRIB Data Viewer by NASA GISS'
arch=('any')
@@ -29,7 +29,7 @@ source=("http://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${pkgver}.zip"
'panoply128.png'
'panoply.desktop')
noextract=()
-sha1sums=('38f32d6c0b6cb7abf75a2e0a15bf812d016261d7'
+sha1sums=($(curl https://www.giss.nasa.gov/tools/panoply/download/Panoply-${pkgver}.sha1.txt | grep 'PanoplyJ.*.zip' | grep -o '^[^ ]*')
'a83855747414873269e21aaff1a53d13ab5de304'
'707208d062922b5426303238870e0dd269257697'
'97c70755c7d87217556de5b2f1012b3be0d375fb'