summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2017-11-17 19:47:28 -0500
committerJustin Ethier2017-11-17 19:47:28 -0500
commit28639c64ac5cea3ae6e11b202b6fecbf4e4f0f72 (patch)
treeebb9288bf4a3afd3708f717e09ce6e11f30bb9ce /PKGBUILD
parent09fd480e925f81f792ebf5a383d4a18272d72fef (diff)
downloadaur-28639c64ac5cea3ae6e11b202b6fecbf4e4f0f72.tar.gz
New release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71203a0935c6..06b69e5706ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.6.3
+pkgver=0.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=('45d99562003bfde91c09bd3a2ebb1a45')
+md5sums=('751a72f84918d75ded3e3b2f09ce50a5')
build() {
cd "cyclone-bootstrap-$pkgver"