summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-12-02 00:02:56 +0000
committerrnbguy2023-12-02 00:02:56 +0000
commit0227591fa43fab15231d495ef49d83dea809b318 (patch)
tree3d63e7f4e4e070331703c1ed49799652955f1e90
parent9b5ffce83e1e037a790d45418a52d8414724a40c (diff)
downloadaur-0227591fa43fab15231d495ef49d83dea809b318.tar.gz
0.44.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6909e1042100..12066bf7d959 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apalache-bin
pkgdesc = A symbolic model checker for TLA+
- pkgver = 0.44.1
+ pkgver = 0.44.2
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.1/apalache-0.44.1.tgz
+ source = https://github.com/informalsystems/apalache/releases/download/v0.44.2/apalache-0.44.2.tgz
source = sys-install.patch
source = apalache.service
- sha256sums = fb4205f84028c1c07c405a3602b3498ed1b14e3c30afa8406000a45381ac6603
+ sha256sums = d76af654963a7b3d1136074c02ea7d261631a53857fa1ce63caef072c0a1dbe9
sha256sums = c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d
sha256sums = 635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9
diff --git a/PKGBUILD b/PKGBUILD
index 71f2b52fb3d3..47c7b3a478f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=apalache
pkgname=$_pkgname-bin
-pkgver=0.44.1
+pkgver=0.44.2
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=('fb4205f84028c1c07c405a3602b3498ed1b14e3c30afa8406000a45381ac6603'
+sha256sums=('d76af654963a7b3d1136074c02ea7d261631a53857fa1ce63caef072c0a1dbe9'
'c88201e1adeb5b50cfadfd55d071dedef8b3199cb1fcd5b5f008e5240be2f08d'
'635ac8ddb7150d4d3437471cbdf5f72bf5e9d11a1039adec84e04c78ee1a39c9')