summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2021-06-15 17:24:54 -0400
committerJustin Ethier2021-06-15 17:24:54 -0400
commit62294a4ac98e49b3b60c08853098f72df3979fbc (patch)
tree1335043a5dbc7d26e62b588f112e0c9010e01459
parent55ee618bee41306373bbaa5a5131c9213f4b521d (diff)
downloadaur-62294a4ac98e49b3b60c08853098f72df3979fbc.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 e67b071aef0e..fd6942d99097 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.28.0
+ pkgver = 0.29.0
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.28.0.tar.gz
- md5sums = 7479cc06a3a9c05af4f24e767844de3b
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.29.0.tar.gz
+ md5sums = 8a8c3974c660dd7a29a0da48cf03c507
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index ece99bd36b44..7e6324513c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.28.0
+pkgver=0.29.0
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=('7479cc06a3a9c05af4f24e767844de3b')
+md5sums=('8a8c3974c660dd7a29a0da48cf03c507')
build() {
cd "cyclone-bootstrap-$pkgver"