summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2019-01-18 18:43:38 -0500
committerJustin Ethier2019-01-18 18:43:38 -0500
commitc0102c167f0b3cb0d94308069f0df99260289d90 (patch)
tree06fc1d7baf982d01524e1d745df0c0d08df5c3a6 /PKGBUILD
parent352e8b241b3edd0a4659755d74444235413f95e0 (diff)
downloadaur-c0102c167f0b3cb0d94308069f0df99260289d90.tar.gz
Released 0.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4135e42b244a..e1869167172c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.6
+pkgver=0.9.7
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=('33c8f7a5fe9e5e3457a04ed1a3643800')
+md5sums=('d6bfa2d8aa3dd8ca678d8e3ba77799df')
build() {
cd "cyclone-bootstrap-$pkgver"