summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-05-08 08:22:41 +0000
committerrnbguy2023-05-08 08:22:41 +0000
commitf47f5f68a1d38f586dc491d79fc5127140e6c6a3 (patch)
tree94fa0793bdafd1111635b3dc729ed6dc6e00a999
parent6573e0cda4caf306863f19c3365067027a05f33c (diff)
downloadaur-f47f5f68a1d38f586dc491d79fc5127140e6c6a3.tar.gz
0.30.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b7be70fd77..df032a501bc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apalache-bin
pkgdesc = A symbolic model checker for TLA+
- pkgver = 0.30.8
+ pkgver = 0.30.9
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.30.8/apalache-0.30.8.tgz
+ source = https://github.com/informalsystems/apalache/releases/download/v0.30.9/apalache-0.30.9.tgz
source = sys-install.patch
- sha256sums = dcbedb432b33929ce82d02aa6ddd0e74f63e2ce4f2d41614aa572c1d1e80a687
+ sha256sums = 69b793984a8d195c4433503dda38eab9750193abb27bd44d47ab597cf209a2ef
sha256sums = c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d
pkgname = apalache-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a3c4567221f..6532adbdfa79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=apalache
pkgname=$_pkgname-bin
-pkgver=0.30.8
+pkgver=0.30.9
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=('dcbedb432b33929ce82d02aa6ddd0e74f63e2ce4f2d41614aa572c1d1e80a687'
+sha256sums=('69b793984a8d195c4433503dda38eab9750193abb27bd44d47ab597cf209a2ef'
'c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d')
prepare() {