summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6964016211e0..a81abfb4d96a 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.5.10
+ pkgver = 3.5.11
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.5.10.zip
- sha256sums = 7c751bdd8493b1dd7dd3acff17ad3e80a063babdc2b65d22c26ffa4b29da425e
+ source = http://meteothink.org/downloads/files/MeteoInfo_3.5.11.zip
+ sha256sums = 2694ec018d8635c73956dc931d62c621740b83050568c9ef28eb6007da0addae
pkgname = meteoinfo
diff --git a/PKGBUILD b/PKGBUILD
index 043b19422b33..234fe8296fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Heavysink <winstonwu91@gmail.com>
pkgname=meteoinfo
-pkgver=3.5.10
+pkgver=3.5.11
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=('7c751bdd8493b1dd7dd3acff17ad3e80a063babdc2b65d22c26ffa4b29da425e')
+sha256sums=('2694ec018d8635c73956dc931d62c621740b83050568c9ef28eb6007da0addae')
noextract=()
package() {