summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2020-04-06 18:05:29 -0400
committerJustin Ethier2020-04-06 18:05:29 -0400
commit7ede020a347b25046871fc1ccd2b70822349ff06 (patch)
treea358feba77c08a37bf198f0c36a436ced3ab1855
parent716d1ee9e4e9489f1553c93fa38ea2fdce131bf3 (diff)
downloadaur-7ede020a347b25046871fc1ccd2b70822349ff06.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 300abfde9fe6..a71708a60aeb 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.16
+ pkgver = 0.17
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.16.tar.gz
- md5sums = 7082c57fdba773af17b1ac554e412f28
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.17.tar.gz
+ md5sums = 52edfc6cfc0d90566d1500f566bdee98
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 644b97263cb2..6685ce2f15d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.16
+pkgver=0.17
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=('7082c57fdba773af17b1ac554e412f28')
+md5sums=('52edfc6cfc0d90566d1500f566bdee98')
build() {
cd "cyclone-bootstrap-$pkgver"