summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheavysink2020-09-19 07:33:56 -0400
committerheavysink2020-09-19 07:33:56 -0400
commitcb503ed313af7e3c108bb5c51a61f2f2c93df15d (patch)
tree326146a3713cda0791fa391a36fe38102d5bfe36
parentc8c0591e9f2563651bef3cabcbe2d39ee49b0427 (diff)
downloadaur-cb503ed313af7e3c108bb5c51a61f2f2c93df15d.tar.gz
Update to 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908daf16d026..eddc39ec21ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meteoinfo
pkgdesc = An open source software suite to view and analyze meteorological and spatial data interactively (MeteoInfoMap) or do scientific computation and visualization (MeteoInfoLab)
- pkgver = 2.2.1
+ pkgver = 2.3.1
pkgrel = 1
url = http://meteothink.org
arch = any
@@ -8,8 +8,8 @@ pkgbase = meteoinfo
makedepends = unzip
depends = sh
depends = java-environment
- source = http://meteothink.org/downloads/files/MeteoInfo_2.2.1.zip
- sha256sums = feaf6829b6296acb444217f42283978b3a4f57029c17831bebdb704b4a71dc97
+ source = http://meteothink.org/downloads/files/MeteoInfo_2.3.1.zip
+ sha256sums = 5e64801e24182b36fba70a7bd41bb5840827bf1d7d7a6f067ece4b148756686d
pkgname = meteoinfo
diff --git a/PKGBUILD b/PKGBUILD
index 0217ea8f7cb1..03e3e9469565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Heavysink <winstonwu91@gmail.com>
pkgname=meteoinfo
-pkgver=2.2.1
+pkgver=2.3.1
pkgrel=1
pkgdesc="An open source software suite to view and analyze meteorological and spatial data interactively (MeteoInfoMap) or do scientific computation and visualization (MeteoInfoLab)"
arch=("any")
@@ -10,7 +10,7 @@ license=("LGPL")
depends=("sh" "java-environment")
makedepends=("unzip")
source=("http://meteothink.org/downloads/files/MeteoInfo_${pkgver}.zip")
-sha256sums=('feaf6829b6296acb444217f42283978b3a4f57029c17831bebdb704b4a71dc97')
+sha256sums=('5e64801e24182b36fba70a7bd41bb5840827bf1d7d7a6f067ece4b148756686d')
noextract=()
package() {