summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-07-04 16:25:46 +0000
committerrnbguy2022-07-04 16:25:46 +0000
commite33d34ac102730ace5eabb3c9092573749b1d8c3 (patch)
treefb74373ba9b603fc274387919085d530cf32224a
parenta3e374f9a629a129002434b2f9ed1d3907f83afe (diff)
downloadaur-e33d34ac102730ace5eabb3c9092573749b1d8c3.tar.gz
0.25.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77fbf05b7f69..4d138f2d5e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apalache-bin
pkgdesc = A symbolic model checker for TLA+
- pkgver = 0.25.7
+ pkgver = 0.25.8
pkgrel = 1
url = https://apalache.informal.systems/
arch = any
@@ -12,9 +12,9 @@ pkgbase = apalache-bin
depends = util-linux
provides = apalache
conflicts = apalache
- source = https://github.com/informalsystems/apalache/releases/download/v0.25.7/apalache-0.25.7.tgz
+ source = https://github.com/informalsystems/apalache/releases/download/v0.25.8/apalache-0.25.8.tgz
source = sys-install.patch
- sha256sums = 47801fbd81c2be69fec86a2103aa6e0714c46a686280c8b073b38295f859116d
+ sha256sums = 176e7cc57e6a1428f030d410da6afed90ee5fb5afb12494df347dad2c9136b28
sha256sums = c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d
pkgname = apalache-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee360fb2d729..f91be12b5f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=apalache
pkgname=$_pkgname-bin
-pkgver=0.25.7
+pkgver=0.25.8
pkgrel=1
pkgdesc="A symbolic model checker for TLA+"
arch=('any')
@@ -17,7 +17,7 @@ depends=('java-runtime>=11'
makedepends=('patch')
source=("https://github.com/informalsystems/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tgz"
'sys-install.patch')
-sha256sums=('47801fbd81c2be69fec86a2103aa6e0714c46a686280c8b073b38295f859116d'
+sha256sums=('176e7cc57e6a1428f030d410da6afed90ee5fb5afb12494df347dad2c9136b28'
'c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d')
prepare() {