summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-05-07 16:04:03 +0000
committerrnbguy2024-05-07 16:04:03 +0000
commit22bd83ab797258d9186f36c838b13739f45a8437 (patch)
tree6fdaccf971e0a7a318b228f5294d77beb05beeba
parent463d51ed04b016b1f71cf5f183b9fe12f0a0bd5d (diff)
downloadaur-22bd83ab797258d9186f36c838b13739f45a8437.tar.gz
0.19.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ec671312f1..173975caa2ad 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.2
+ pkgver = 0.19.3
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.2.tgz
- source = https://github.com/informalsystems/quint/raw/v0.19.2/LICENSE
- sha256sums = aedb74a0c4342ca2d97aca5e86201ce56fded872ac4a8d40d303cc10d8da9665
+ source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.19.3.tgz
+ source = https://github.com/informalsystems/quint/raw/v0.19.3/LICENSE
+ sha256sums = cb01cdca6ae5c3944a270a64efb3ac8e958411b52d2417eb46696470f9a36134
sha256sums = 0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495
pkgname = quint
diff --git a/PKGBUILD b/PKGBUILD
index 3dc445989026..f830173f333a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quint
_orgname=informalsystems
_pkgname="@${_orgname}/${pkgname}"
-pkgver=0.19.2
+pkgver=0.19.3
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=('aedb74a0c4342ca2d97aca5e86201ce56fded872ac4a8d40d303cc10d8da9665'
+sha256sums=('cb01cdca6ae5c3944a270a64efb3ac8e958411b52d2417eb46696470f9a36134'
'0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495')
package() {