summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-11 10:40:12 +0200
committerMichel Zou2020-05-11 10:40:12 +0200
commite380dcd90fb777401b1b0feafbae4ef06b366e7f (patch)
treed9541252597a5a4bf337ded49ea39ce9df7261be
parent430bd4b7fed2a5a0345fb86100f4ef6ff9d3ebca (diff)
downloadaur-e380dcd90fb777401b1b0feafbae4ef06b366e7f.tar.gz
4.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee75e2509cfe..578c286d2e68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-z3
pkgdesc = High-performance theorem prover (mingw-w64)
- pkgver = 4.8.7
+ pkgver = 4.8.8
pkgrel = 1
url = https://github.com/Z3Prover/z3
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-z3
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/Z3Prover/z3/archive/z3-4.8.7.tar.gz
- sha512sums = 145e2b2f1fa4edd0917107c7e1d54d779c7ed85c48af2ce6def4c90d1c4db05f74c9657e173cedf48770589fbe484c97fa1923295271cd3792523ffc4f67ed0c
+ source = https://github.com/Z3Prover/z3/archive/z3-4.8.8.tar.gz
+ sha512sums = a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f
pkgname = mingw-w64-z3
diff --git a/PKGBUILD b/PKGBUILD
index cf460e76dd1e..91f2ba41ba6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=('mingw-w64-z3')
-pkgver=4.8.7
+pkgver=4.8.8
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=('145e2b2f1fa4edd0917107c7e1d54d779c7ed85c48af2ce6def4c90d1c4db05f74c9657e173cedf48770589fbe484c97fa1923295271cd3792523ffc4f67ed0c')
+sha512sums=('a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"