summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-02-18 18:55:26 -0500
committerJustin Ethier2019-02-18 18:55:26 -0500
commitffb0afc3c1a457cac0549c764cf5d0fa180d7dc3 (patch)
treef646aae3f6d3a64711fc412ccf72d3261a52a44b
parent43f5d06931762ab849e089aa034755a482c1db19 (diff)
downloadaur-ffb0afc3c1a457cac0549c764cf5d0fa180d7dc3.tar.gz
New 0.9.9 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ec12d8699e..6f765af6e82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cyclone-scheme
pkgdesc = A brand-new compiler that allows practical application development using R7RS Scheme
- pkgver = 0.9.8
+ pkgver = 0.9.9
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cyclone-scheme
depends = libtommath
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.8.tar.gz
- md5sums = d474852308b29b3368dd2a2d744b6d1c
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.9.tar.gz
+ md5sums = 62f6f83417b5bcd5a6b795143b5dfb0a
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 950b480beb87..cd93f7afe5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.8
+pkgver=0.9.9
pkgrel=1
pkgdesc="A brand-new compiler that allows practical application development using R7RS Scheme"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('d474852308b29b3368dd2a2d744b6d1c')
+md5sums=('62f6f83417b5bcd5a6b795143b5dfb0a')
build() {
cd "cyclone-bootstrap-$pkgver"