summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2017-09-16 18:17:29 -0400
committerJustin Ethier2017-09-16 18:17:29 -0400
commit09fd480e925f81f792ebf5a383d4a18272d72fef (patch)
tree15aa056828a35a020fcb08d1f5ec3a823591beea /PKGBUILD
parentc98e3ba3b8a8633c18d10cdd751ca57a2b59ad13 (diff)
downloadaur-09fd480e925f81f792ebf5a383d4a18272d72fef.tar.gz
0.6.3 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 768217f3943e..71203a0935c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.6.2
+pkgver=0.6.3
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=('a29e6d1262697af0722c373d78d47362')
+md5sums=('45d99562003bfde91c09bd3a2ebb1a45')
build() {
cd "cyclone-bootstrap-$pkgver"