summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2016-12-20 05:48:04 -0500
committerJustin Ethier2016-12-20 05:48:04 -0500
commitc6517d7422d5196cafdae4136bdcd5e15c6b0a3b (patch)
tree0223cf088e1c86bf3aed014db0e3bfb177c2115c /PKGBUILD
parent6cef19398a8ceb555ac957e0dbbc725c3d5ef3c8 (diff)
downloadaur-c6517d7422d5196cafdae4136bdcd5e15c6b0a3b.tar.gz
New 0.3.3 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fa533c0bef0..dca601470f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.3.2
+pkgver=0.3.3
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=('06bca7309427d88aa412d67ae1ebf404')
+md5sums=('c3a05931f5646526df961ab6b4c23109')
build() {
cd "cyclone-bootstrap-$pkgver"