summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-01-26 16:01:47 +0000
committerrnbguy2024-01-26 16:01:47 +0000
commit1d1e81320f4d516f896e48576f67aa3fa2ace1a8 (patch)
treeac5a4d0dae1703183e0f16a98f7043e159ca296b
parentf8bcc14cc1c75f221d52b424f093c38807f68550 (diff)
downloadaur-1d1e81320f4d516f896e48576f67aa3fa2ace1a8.tar.gz
0.18.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722b69f62038..0eefdf102440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quint
pkgdesc = Quint is an executable specification language with design and tooling focused on usability. It is based on the Temporal Logic of Actions
- pkgver = 0.18.1
+ pkgver = 0.18.2
pkgrel = 1
url = https://github.com/informalsystems/quint
arch = any
@@ -9,9 +9,9 @@ pkgbase = quint
depends = nodejs
provides = quint
conflicts = quint
- source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.18.1.tgz
- source = https://github.com/informalsystems/quint/raw/v0.18.1/LICENSE
- sha256sums = d6f7f8103803bf36cfe6e5caf67f652e2ddfa0da1fda1354a9bba52db7065754
+ source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.18.2.tgz
+ source = https://github.com/informalsystems/quint/raw/v0.18.2/LICENSE
+ sha256sums = c67c4099101e4c7fe726b3a74f92e58575f853c268827489455e0ba9a48c5909
sha256sums = 0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495
pkgname = quint
diff --git a/PKGBUILD b/PKGBUILD
index f72ac6a99e61..b04917368883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quint
_orgname=informalsystems
_pkgname="@${_orgname}/${pkgname}"
-pkgver=0.18.1
+pkgver=0.18.2
pkgrel=1
pkgdesc="Quint is an executable specification language with design and tooling focused on usability. It is based on the Temporal Logic of Actions"
arch=('any')
@@ -15,7 +15,7 @@ depends=('nodejs')
makedepends=('npm')
source=("https://registry.npmjs.org/${_pkgname}/-/${pkgname}-${pkgver}.tgz"
"https://github.com/${_orgname}/${pkgname}/raw/v${pkgver}/LICENSE")
-sha256sums=('d6f7f8103803bf36cfe6e5caf67f652e2ddfa0da1fda1354a9bba52db7065754'
+sha256sums=('c67c4099101e4c7fe726b3a74f92e58575f853c268827489455e0ba9a48c5909'
'0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495')
package() {