summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2016-09-07 18:40:39 -0400
committerJustin Ethier2016-09-07 18:40:39 -0400
commit91bcd9494fcd5d4d287ef0336d6671f8f25f15cb (patch)
treed77c035d33b3adfcf2cee725a8468bf34d91e228
parentad0eea847f709fb1cc80ce6492b5bb8de384fe37 (diff)
downloadaur-91bcd9494fcd5d4d287ef0336d6671f8f25f15cb.tar.gz
Bump to version 0.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd00b7cbbe96..90ccbe288c85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.1.5
+pkgver=0.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=('3e30f357927d2de24c6dd8f2b0c34646')
+md5sums=('ad2a04ba77a9738f50dd316f828388a7')
build() {
cd "cyclone-bootstrap-$pkgver"