summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6757852bd4..0267f26cf28d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Feb 19 18:54:02 UTC 2018
pkgbase = stanza
pkgdesc = The reference compiler for Stanza, a high-level multi-paradigm optionally-typed programming language.
- pkgver = 0.12.8
+ pkgver = 0.12.14
pkgrel = 1
url = http://lbstanza.org/
install = install
arch = x86_64
license = GPL
- noextract = lstanza_0_12_8.zip
- source = http://lbstanza.org/resources/stanza/lstanza_0_12_8.zip
- sha256sums = 09d10c3a7271f101df1cbaf0f4c09ca5a31f1e9fe43fcc141174f7463c4f4bdd
+ noextract = lstanza_0_12_14.zip
+ source = http://lbstanza.org/resources/stanza/lstanza_0_12_14.zip
+ sha256sums = a32217aa527b1c9b07b09cee342bbb7014d53b2d43e0c71a4920abb3aaf5d649
pkgname = stanza
diff --git a/PKGBUILD b/PKGBUILD
index 6d243336ad41..15b8e4a0d15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Toombs <ee double you toombs at you waterloo dot see eh?>
pkgname='stanza'
-pkgver='0.12.8'
+pkgver='0.12.14'
pkgrel=1
pkgdesc='The reference compiler for Stanza, a high-level multi-paradigm optionally-typed programming language.'
arch=('x86_64')
@@ -25,7 +25,7 @@ source=(
"http://lbstanza.org/resources/stanza/$_srcfile"
)
noextract=("$_srcfile") # Don't extract. Archive is weird. See prepare().
-sha256sums=('09d10c3a7271f101df1cbaf0f4c09ca5a31f1e9fe43fcc141174f7463c4f4bdd')
+sha256sums=('a32217aa527b1c9b07b09cee342bbb7014d53b2d43e0c71a4920abb3aaf5d649')
install='install'