summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-01-04 00:01:54 +0000
committerrnbguy2024-01-04 00:01:54 +0000
commit58708ca852099ae376f7e87f2193963229935ac4 (patch)
treec1befbc6f136211cf59c14863e071407b0193eba
parent0ab78fbdc731ef56c170b206a1671f38bcff0ddf (diff)
downloadaur-58708ca852099ae376f7e87f2193963229935ac4.tar.gz
0.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a02843cea8..cf045f23a344 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.17.1
+ pkgver = 0.18.0
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.17.1.tgz
- source = https://github.com/informalsystems/quint/raw/v0.17.1/LICENSE
- sha256sums = 71a330faa1541f00067b61dd1d76d904e46c57c8102a365be950ab7f2ff1a0e3
+ source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.18.0.tgz
+ source = https://github.com/informalsystems/quint/raw/v0.18.0/LICENSE
+ sha256sums = 70a3aa0ea74e96447641a2e86ffefe4508879921e5245f3998a46c2435da035b
sha256sums = 0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495
pkgname = quint
diff --git a/PKGBUILD b/PKGBUILD
index ec9ea775b502..cb05cdc41933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quint
_orgname=informalsystems
_pkgname="@${_orgname}/${pkgname}"
-pkgver=0.17.1
+pkgver=0.18.0
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=('71a330faa1541f00067b61dd1d76d904e46c57c8102a365be950ab7f2ff1a0e3'
+sha256sums=('70a3aa0ea74e96447641a2e86ffefe4508879921e5245f3998a46c2435da035b'
'0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495')
package() {