summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-12-04 16:01:56 +0000
committerrnbguy2023-12-04 16:01:56 +0000
commit7fff52910021782bd78176997d64bc63ca08c1b5 (patch)
tree38ada68ab6cda6779ab90700ecb826f49d3894af
parent03746abb58e13e98ef9c326e76ab2b0b5c31f75a (diff)
downloadaur-7fff52910021782bd78176997d64bc63ca08c1b5.tar.gz
0.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afea6e44c4b..47c0ef9b614c 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.16.0
+ pkgver = 0.17.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.16.0.tgz
- source = https://github.com/informalsystems/quint/raw/v0.16.0/LICENSE
- sha256sums = 6ef7e43f3c124359a63934381e340bc47b36b866b1fc7a02fab25cebb35bb692
+ source = https://registry.npmjs.org/@informalsystems/quint/-/quint-0.17.0.tgz
+ source = https://github.com/informalsystems/quint/raw/v0.17.0/LICENSE
+ sha256sums = 1a2385c8f497dcc6773edd742055972512856250beaacfb91ae6078ebd98c603
sha256sums = 0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495
pkgname = quint
diff --git a/PKGBUILD b/PKGBUILD
index 24fea4c1c19e..f97d77d90bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quint
_orgname=informalsystems
_pkgname="@${_orgname}/${pkgname}"
-pkgver=0.16.0
+pkgver=0.17.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=('6ef7e43f3c124359a63934381e340bc47b36b866b1fc7a02fab25cebb35bb692'
+sha256sums=('1a2385c8f497dcc6773edd742055972512856250beaacfb91ae6078ebd98c603'
'0f8c4f9a99d4861ee62ade9a9526d09570844bdeab3e6bca500383d5ae7d9495')
package() {