summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreswa2019-12-07 01:47:56 +0100
committerfreswa2019-12-07 01:47:56 +0100
commit6b32b9fdb81246b95ae2ab7f92cb45dec4120742 (patch)
tree3b761d9da291a9bf9dc1e763f026e6c7aff1e9b4
parent9802d45e4bed077e32b9b54cbb522073deed8672 (diff)
downloadaur-6b32b9fdb81246b95ae2ab7f92cb45dec4120742.tar.gz
upgpkg: spin 6.5.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13c9a386353..0d7d3e250c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spin
pkgdesc = Tool for the formal verification of distributed software systems
- pkgver = 6.5.1
+ pkgver = 6.5.2
pkgrel = 1
url = https://spinroot.com/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = spin
optdepends = tcl: ispin graphical interface
optdepends = swarm: improved performance on large verification problems
optdepends = ispin: GUI for Spin
- source = https://github.com/nimble-code/Spin/archive/version-6.5.1.tar.gz
- sha512sums = e852d4a5ba92d58350dc1624e6d204e918e31dd22ce4bf15275390d56a679fee29f0fb662de0a00f7c303b7287357c5a4c11a01ebd178712a9229aa830393a93
+ source = https://github.com/nimble-code/Spin/archive/version-6.5.2.tar.gz
+ sha512sums = ff1d378076995fa5a8b66dd31d19d8bad6296b968183180251d267c926c20775edda927a31f466199e01231f6233c3a5166fd51ec44b02d570070e857d8ba7f9
pkgname = spin
diff --git a/PKGBUILD b/PKGBUILD
index 2d481e331865..781b98bf7c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Earnest <zibeon@gmail.com>
pkgname=spin
-pkgver=6.5.1
+pkgver=6.5.2
pkgrel=1
pkgdesc='Tool for the formal verification of distributed software systems'
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=('tcl: ispin graphical interface'
'swarm: improved performance on large verification problems'
'ispin: GUI for Spin')
source=("https://github.com/nimble-code/Spin/archive/version-${pkgver}.tar.gz")
-sha512sums=('e852d4a5ba92d58350dc1624e6d204e918e31dd22ce4bf15275390d56a679fee29f0fb662de0a00f7c303b7287357c5a4c11a01ebd178712a9229aa830393a93')
+sha512sums=('ff1d378076995fa5a8b66dd31d19d8bad6296b968183180251d267c926c20775edda927a31f466199e01231f6233c3a5166fd51ec44b02d570070e857d8ba7f9')
build() {
cd Spin-version-${pkgver}/Src