summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-11-08 22:37:30 +0100
committerMichel Zou2021-11-08 22:37:30 +0100
commit9aeba0b51e9bc5ae926bd306a759cfc269c694aa (patch)
treef2babd41ffd5c0e0d89b470ca372249c6aaefd2e
parent38ff439cf463b7065451f2aa8a19146d807ce9c6 (diff)
downloadaur-9aeba0b51e9bc5ae926bd306a759cfc269c694aa.tar.gz
4.8.12
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16dc86489536..6d73ba7fcf3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-z3
pkgdesc = High-performance theorem prover (mingw-w64)
- pkgver = 4.8.10
+ pkgver = 4.8.12
pkgrel = 1
url = https://github.com/Z3Prover/z3
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-z3
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/Z3Prover/z3/archive/z3-4.8.10.tar.gz
- sha512sums = d2741d7ad3e1d5ee3fec92095b061a96a700c3327b2eb2090d4162bdcaeaebca8c072ef79c5daac1f6de3456165c2cc38e13f1045bc707779d1027b943837c5b
+ source = https://github.com/Z3Prover/z3/archive/z3-4.8.12.tar.gz
+ sha512sums = 0b377923bdaffaca1846aa2abd61003bbecadfcdfc908ed3097d0aac8f32028ac39d93fb4a9c2e2c2bfffbdbee80aa415875f17de6c2ee2ae8e2b7921f788c6e
pkgname = mingw-w64-z3
-
diff --git a/PKGBUILD b/PKGBUILD
index 86e0f1569c13..e65376edd824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=('mingw-w64-z3')
-pkgver=4.8.10
+pkgver=4.8.12
pkgrel=1
pkgdesc='High-performance theorem prover (mingw-w64)'
url='https://github.com/Z3Prover/z3'
@@ -9,7 +9,7 @@ makedepends=('mingw-w64-cmake' 'python')
options=('!strip' '!buildflags' 'staticlibs')
depends=('mingw-w64-gmp')
source=("https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz")
-sha512sums=('d2741d7ad3e1d5ee3fec92095b061a96a700c3327b2eb2090d4162bdcaeaebca8c072ef79c5daac1f6de3456165c2cc38e13f1045bc707779d1027b943837c5b')
+sha512sums=('0b377923bdaffaca1846aa2abd61003bbecadfcdfc908ed3097d0aac8f32028ac39d93fb4a9c2e2c2bfffbdbee80aa415875f17de6c2ee2ae8e2b7921f788c6e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"