summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-07-30 17:21:15 -0400
committerJustin Ethier2018-07-30 17:21:15 -0400
commit30563bdfe5f102374457184d0c9d8a9f73be9ba8 (patch)
tree78c5bea3972a1fa1211dab1c1c4494638c098fe8
parent5246f5050183c199c9793664eafa50fb36796cab (diff)
downloadaur-30563bdfe5f102374457184d0c9d8a9f73be9ba8.tar.gz
Released 0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22860e0ff2fb..94be9dbea0fb 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.8.1
+ pkgver = 0.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.8.1.tar.gz
- md5sums = 963d866eb312b01a0affc9f4aa8a9683
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.tar.gz
+ md5sums = 6c2dccc97069548678ff94cc83da6377
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 619f1f9ae7fe..30e6ccc217c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.8.1
+pkgver=0.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=('963d866eb312b01a0affc9f4aa8a9683')
+md5sums=('6c2dccc97069548678ff94cc83da6377')
build() {
cd "cyclone-bootstrap-$pkgver"