summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2017-08-22 11:38:03 +0000
committerJustin Ethier2017-08-22 11:38:03 +0000
commit18de8f2c75126483f2bb8c82d475f93fe9bb87c0 (patch)
treec8ced3a3673ca3ee10bbe8fb65a9b2944146d022 /PKGBUILD
parent677748a4451a1f500d5d23a18f4228b565a23885 (diff)
downloadaur-18de8f2c75126483f2bb8c82d475f93fe9bb87c0.tar.gz
Bump to version 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d149526f04e..a523d1656dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.6
+pkgver=0.6.1
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=('2b1ca0790a0f2ead883aad602749a94a')
+md5sums=('1ccaaf81d503b6c001eeaee9dd791561')
build() {
cd "cyclone-bootstrap-$pkgver"