summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2016-11-22 18:12:36 -0500
committerJustin Ethier2016-11-22 18:12:36 -0500
commit6cef19398a8ceb555ac957e0dbbc725c3d5ef3c8 (patch)
tree65d9171110cfe202796ce1eb98eaaf3ec500d131 /PKGBUILD
parentfad3e58cf823d935c105bfab7507c3f5f4b1b1a8 (diff)
downloadaur-6cef19398a8ceb555ac957e0dbbc725c3d5ef3c8.tar.gz
Bump to version 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e99f88fd54..6fa533c0bef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="An R7RS Scheme-to-C compiler using Cheney on the M.T.A with native threads"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('bd259cf3b30475174d34077934e5983e')
+md5sums=('06bca7309427d88aa412d67ae1ebf404')
build() {
cd "cyclone-bootstrap-$pkgver"