summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-04-01 16:04:13 +0000
committerrnbguy2024-04-01 16:04:13 +0000
commite18dcc8e1cef8007b7bf45a8d940614fe44a7772 (patch)
treedc743298e97d71ed07bb8e503863c7d2d9991a31
parentfc4a397060abc0ab7bd5df84e4cfd9c56608c565 (diff)
downloadaur-e18dcc8e1cef8007b7bf45a8d940614fe44a7772.tar.gz
0.19.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d4bb4ba3368..25c74f4c0a7d 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.19.0
+ pkgver = 0.19.1
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.19.0.tgz
- source = https://github.com/informalsystems/quint/raw/v0.19.0/LICENSE
- sha256sums = 0c8306ab36754beec6ef7eaf6430b25f4735ede7ff1cf476a3c1b225eb5f7daf
+ source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.19.1.tgz
+ source = https://github.com/informalsystems/quint/raw/v0.19.1/LICENSE
+ sha256sums = 7119d08aa5635a2654a36f95000aefd92b63d1ffdb88c661ad385c51e0741c65
sha256sums = 0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495
pkgname = quint
diff --git a/PKGBUILD b/PKGBUILD
index 0254d92bd9fa..ac2f2707468a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quint
_orgname=informalsystems
_pkgname="@${_orgname}/${pkgname}"
-pkgver=0.19.0
+pkgver=0.19.1
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=('0c8306ab36754beec6ef7eaf6430b25f4735ede7ff1cf476a3c1b225eb5f7daf'
+sha256sums=('7119d08aa5635a2654a36f95000aefd92b63d1ffdb88c661ad385c51e0741c65'
'0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495')
package() {