summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-11-25 17:04:27 -0500
committerJustin Ethier2018-11-25 17:04:27 -0500
commite7976aa8f1dceef45bbf196486fcbf26b298f5ef (patch)
treec9ae5729e33d0e6e98fedac6a80358fa568c25d0
parent69061a7dc27ad109ba63a307f76d21b56ff3a87e (diff)
downloadaur-e7976aa8f1dceef45bbf196486fcbf26b298f5ef.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 429b685ce7e7..f39bc5b73646 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.3
+ pkgver = 0.9.4
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.3.tar.gz
- md5sums = 9cfe09552b77c2673dc5f539efef1d58
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.4.tar.gz
+ md5sums = 594690e097890724d733e36afbccf1c5
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index cfa774b225a9..2bd4320d7af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.3
+pkgver=0.9.4
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=('9cfe09552b77c2673dc5f539efef1d58')
+md5sums=('594690e097890724d733e36afbccf1c5')
build() {
cd "cyclone-bootstrap-$pkgver"