summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheavysink2022-02-11 21:50:58 -0500
committerheavysink2022-02-11 21:50:58 -0500
commit035eeb5a3b621d337fb5b1bf4ea97e1d3beafaab (patch)
tree8abed54d5a6b6efc113a59d35f2388429d26eb02
parent05b55525bc8546a468587a571d8903cffd66c55b (diff)
downloadaur-035eeb5a3b621d337fb5b1bf4ea97e1d3beafaab.tar.gz
Upd to 3.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512e5348bf5b..cb57d36ec686 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 = 3.2.6
+ pkgver = 3.2.7
pkgrel = 1
url = http://meteothink.org
arch = any
@@ -8,7 +8,7 @@ pkgbase = meteoinfo
makedepends = unzip
depends = sh
depends = java-environment
- source = http://meteothink.org/downloads/files/MeteoInfo_3.2.6.zip
- sha256sums = a09a8d6c73762bdf0c34783fde31f81581ee5c9e02ab0986ff2ec68dba2cdfc7
+ source = http://meteothink.org/downloads/files/MeteoInfo_3.2.7.zip
+ sha256sums = a1cc58a3c0d55bfceadbf2ba43f42c7a29e70ba4e2bc9068ccf0cc10a150461b
pkgname = meteoinfo
diff --git a/PKGBUILD b/PKGBUILD
index d3acd34cd8e8..b2a594751d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Heavysink <winstonwu91@gmail.com>
pkgname=meteoinfo
-pkgver=3.2.6
+pkgver=3.2.7
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=('a09a8d6c73762bdf0c34783fde31f81581ee5c9e02ab0986ff2ec68dba2cdfc7')
+sha256sums=('a1cc58a3c0d55bfceadbf2ba43f42c7a29e70ba4e2bc9068ccf0cc10a150461b')
noextract=()
package() {