summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-30 14:50:07 +0200
committerMichel Zou2019-08-30 14:50:07 +0200
commit964cb7beb1eb897f7cd6d3509636ae9404bff280 (patch)
tree069d240f505dfb1af1981457f5b8ade2fcc548b0
parent6e34a18a25c6859782ed62b43b6330967c184bcb (diff)
downloadaur-964cb7beb1eb897f7cd6d3509636ae9404bff280.tar.gz
2.1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0f6c3603fe..5b476499bcae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sz
pkgdesc = Error-bounded Lossy Data Compressor (for floating-point/integer datasets) (mingw-w64)
- pkgver = 2.1.5.3
+ pkgver = 2.1.6.0
pkgrel = 1
url = https://collab.cels.anl.gov/display/ESR/SZ
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sz
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/disheng222/SZ/archive/v2.1.5.3.tar.gz
- sha256sums = d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d
+ source = https://github.com/disheng222/SZ/archive/v2.1.6.0.tar.gz
+ sha256sums = 6718434f2a5c669ce6b9715e43b5bdfc0e4d498ce04fd848d6798bcccd822dad
pkgname = mingw-w64-sz
diff --git a/PKGBUILD b/PKGBUILD
index 999cbed9fc14..dc042155f804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-sz
-pkgver=2.1.5.3
+pkgver=2.1.6.0
pkgrel=1
pkgdesc="Error-bounded Lossy Data Compressor (for floating-point/integer datasets) (mingw-w64)"
url="https://collab.cels.anl.gov/display/ESR/SZ"
@@ -9,7 +9,7 @@ depends=('mingw-w64-zstd')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/disheng222/SZ/archive/v${pkgver}.tar.gz")
-sha256sums=('d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d')
+sha256sums=('6718434f2a5c669ce6b9715e43b5bdfc0e4d498ce04fd848d6798bcccd822dad')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"