summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-02-05 08:02:07 +0000
committerrnbguy2024-02-05 08:02:07 +0000
commitf81f9978f8bb47b4be0f7effb8a5285af1609ac5 (patch)
tree691908f064ab9507d603658bf76db0338d33a9ce
parent35f7ac1f6af724ec8052cd140bdf94c0cdd93886 (diff)
downloadaur-f81f9978f8bb47b4be0f7effb8a5285af1609ac5.tar.gz
0.44.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47083bc48f59..b94802874900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apalache-bin
pkgdesc = A symbolic model checker for TLA+
- pkgver = 0.44.4
+ pkgver = 0.44.5
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.44.4/apalache-0.44.4.tgz
+ source = https://github.com/informalsystems/apalache/releases/download/v0.44.5/apalache-0.44.5.tgz
source = sys-install.patch
source = apalache.service
- sha256sums = d82d8670e3e050c00261b5f29936626bcbb3ae7923bf25645827c349dc71f52c
+ sha256sums = 1401ba777c506efa645045017be20803c56e66c61c1f19607dbb3abc1fd401ef
sha256sums = c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d
sha256sums = 635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9
diff --git a/PKGBUILD b/PKGBUILD
index 8784e3bfbdec..6ff3e53cd038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=apalache
pkgname=$_pkgname-bin
-pkgver=0.44.4
+pkgver=0.44.5
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=('d82d8670e3e050c00261b5f29936626bcbb3ae7923bf25645827c349dc71f52c'
+sha256sums=('1401ba777c506efa645045017be20803c56e66c61c1f19607dbb3abc1fd401ef'
'c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d'
'635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9')