summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2020-06-08 18:31:28 -0400
committerJustin Ethier2020-06-08 18:31:28 -0400
commit0ca64866d8a8a2aa0fc6f4303d04770b4238755a (patch)
tree5a5a346aba8c1c6adfd078c1d295dddc483c392e
parent7ede020a347b25046871fc1ccd2b70822349ff06 (diff)
downloadaur-0ca64866d8a8a2aa0fc6f4303d04770b4238755a.tar.gz
New 0.18 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a71708a60aeb..ba80ffdbf307 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.17
+ pkgver = 0.18
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cyclone-scheme
depends = libck
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.17.tar.gz
- md5sums = 52edfc6cfc0d90566d1500f566bdee98
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.18.tar.gz
+ md5sums = a1f51af274fb4fbfd135c4e0abfa39e9
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 6685ce2f15d5..ba75e922075c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.17
+pkgver=0.18
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=('52edfc6cfc0d90566d1500f566bdee98')
+md5sums=('a1f51af274fb4fbfd135c4e0abfa39e9')
build() {
cd "cyclone-bootstrap-$pkgver"