summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2017-09-16 18:17:29 -0400
committerJustin Ethier2017-09-16 18:17:29 -0400
commit09fd480e925f81f792ebf5a383d4a18272d72fef (patch)
tree15aa056828a35a020fcb08d1f5ec3a823591beea
parentc98e3ba3b8a8633c18d10cdd751ca57a2b59ad13 (diff)
downloadaur-09fd480e925f81f792ebf5a383d4a18272d72fef.tar.gz
0.6.3 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d032d761b3ce..36d13fa8628d 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.2
+ pkgver = 0.6.3
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.2.tar.gz
- md5sums = a29e6d1262697af0722c373d78d47362
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.6.3.tar.gz
+ md5sums = 45d99562003bfde91c09bd3a2ebb1a45
pkgname = cyclone-scheme
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"