summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0267f26cf28d..894d6cab16e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stanza
pkgdesc = The reference compiler for Stanza, a high-level multi-paradigm optionally-typed programming language.
- pkgver = 0.12.14
+ pkgver = 0.12.15
pkgrel = 1
url = http://lbstanza.org/
install = install
arch = x86_64
license = GPL
- noextract = lstanza_0_12_14.zip
- source = http://lbstanza.org/resources/stanza/lstanza_0_12_14.zip
- sha256sums = a32217aa527b1c9b07b09cee342bbb7014d53b2d43e0c71a4920abb3aaf5d649
+ noextract = lstanza_0_12_15.zip
+ source = http://lbstanza.org/resources/stanza/lstanza_0_12_15.zip
+ sha256sums = 63690964fd5863b1e06bdca15e214f67c2d233e04581320abbf3dfb0ee0d0751
pkgname = stanza
diff --git a/PKGBUILD b/PKGBUILD
index 15b8e4a0d15f..4d6068b01cba 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.14'
+pkgver='0.12.15'
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=('a32217aa527b1c9b07b09cee342bbb7014d53b2d43e0c71a4920abb3aaf5d649')
+sha256sums=('63690964fd5863b1e06bdca15e214f67c2d233e04581320abbf3dfb0ee0d0751')
install='install'