summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2019-02-18 18:55:26 -0500
committerJustin Ethier2019-02-18 18:55:26 -0500
commitffb0afc3c1a457cac0549c764cf5d0fa180d7dc3 (patch)
treef646aae3f6d3a64711fc412ccf72d3261a52a44b /PKGBUILD
parent43f5d06931762ab849e089aa034755a482c1db19 (diff)
downloadaur-ffb0afc3c1a457cac0549c764cf5d0fa180d7dc3.tar.gz
New 0.9.9 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 950b480beb87..cd93f7afe5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.8
+pkgver=0.9.9
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=('d474852308b29b3368dd2a2d744b6d1c')
+md5sums=('62f6f83417b5bcd5a6b795143b5dfb0a')
build() {
cd "cyclone-bootstrap-$pkgver"