summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-08-03 00:03:59 +0000
committerrnbguy2023-08-03 00:03:59 +0000
commit43a21965406688944fbb44cc95efd161a91f9193 (patch)
tree75adc7bfe9896e3b942bebd46496dd2ce6afd814
parent0fa8a30a5b49191863f25f61dbcc03fd2033f6b1 (diff)
downloadaur-43a21965406688944fbb44cc95efd161a91f9193.tar.gz
0.41.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22653fc1071d..80fe6dbfe2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apalache-bin
pkgdesc = A symbolic model checker for TLA+
- pkgver = 0.41.2
+ pkgver = 0.41.3
pkgrel = 1
url = https://apalache.informal.systems/
arch = any
@@ -12,10 +12,10 @@ pkgbase = apalache-bin
depends = util-linux
provides = apalache
conflicts = apalache
- source = https://github.com/informalsystems/apalache/releases/download/v0.41.2/apalache-0.41.2.tgz
+ source = https://github.com/informalsystems/apalache/releases/download/v0.41.3/apalache-0.41.3.tgz
source = sys-install.patch
source = apalache.service
- sha256sums = 63bab89498fb7b7aeb1fbfcc298d8c3e9c924cad426fa27f1c05fb97362977bc
+ sha256sums = 126e7ab4ba1b4ad6d902f3fc0e9c59d8fd2858d18df04a720c796f618f411fe2
sha256sums = c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d
sha256sums = 635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9
diff --git a/PKGBUILD b/PKGBUILD
index db82c5019ea9..38753a3ae470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=apalache
pkgname=$_pkgname-bin
-pkgver=0.41.2
+pkgver=0.41.3
pkgrel=1
pkgdesc="A symbolic model checker for TLA+"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=('patch')
source=("https://github.com/informalsystems/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tgz"
'sys-install.patch'
'apalache.service')
-sha256sums=('63bab89498fb7b7aeb1fbfcc298d8c3e9c924cad426fa27f1c05fb97362977bc'
+sha256sums=('126e7ab4ba1b4ad6d902f3fc0e9c59d8fd2858d18df04a720c796f618f411fe2'
'c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d'
'635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9')