summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2017-08-25 18:27:27 -0400
committerJustin Ethier2017-08-25 18:27:27 -0400
commitc98e3ba3b8a8633c18d10cdd751ca57a2b59ad13 (patch)
treeda5631e831e4b639de5a3e76a3471874e6bc1f3f
parent18de8f2c75126483f2bb8c82d475f93fe9bb87c0 (diff)
downloadaur-c98e3ba3b8a8633c18d10cdd751ca57a2b59ad13.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c35347cd2d2..d032d761b3ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cyclone-scheme
pkgdesc = A brand-new compiler that allows practical application development using R7RS Scheme
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cyclone-scheme
depends = libtommath
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.6.1.tar.gz
- md5sums = 1ccaaf81d503b6c001eeaee9dd791561
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.6.2.tar.gz
+ md5sums = a29e6d1262697af0722c373d78d47362
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index a523d1656dac..768217f3943e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.6.1
+pkgver=0.6.2
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=('1ccaaf81d503b6c001eeaee9dd791561')
+md5sums=('a29e6d1262697af0722c373d78d47362')
build() {
cd "cyclone-bootstrap-$pkgver"