summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-10-01 17:16:11 -0400
committerJustin Ethier2018-10-01 17:16:11 -0400
commit69061a7dc27ad109ba63a307f76d21b56ff3a87e (patch)
tree11eaf010a2ca29270872f141348aecf92fae1990
parent2a2323bc32ec37e71db24211857f98d14c112779 (diff)
downloadaur-69061a7dc27ad109ba63a307f76d21b56ff3a87e.tar.gz
0.9.3 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe1bdbaa0e0f..429b685ce7e7 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.2
+ pkgver = 0.9.3
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.2.tar.gz
- md5sums = a8da13e524a06d26aeab78486f35afdc
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.3.tar.gz
+ md5sums = 9cfe09552b77c2673dc5f539efef1d58
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 588e573b9a5d..cfa774b225a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.2
+pkgver=0.9.3
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=('a8da13e524a06d26aeab78486f35afdc')
+md5sums=('9cfe09552b77c2673dc5f539efef1d58')
build() {
cd "cyclone-bootstrap-$pkgver"