summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2022-01-02 17:12:39 -0500
committerJustin Ethier2022-01-02 17:12:39 -0500
commitaae558e543af7aa8bcf5fcbd172ac848c7c498e8 (patch)
tree1d49593e9a1804571605844b3c5b37ce7837aa49
parent4953dd91aded5cbb87a39e37d712773462fc6a85 (diff)
downloadaur-aae558e543af7aa8bcf5fcbd172ac848c7c498e8.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 857f13e2cf86..e28029b776cc 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.33.0
+ pkgver = 0.34.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.33.0.tar.gz
- md5sums = a54f93ebf05050b3be05f7831f48e7aa
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.34.0.tar.gz
+ md5sums = 3342a819952401032bf421c653fb1bcf
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 3d7430309721..e0828bcff657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.33.0
+pkgver=0.34.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=('a54f93ebf05050b3be05f7831f48e7aa')
+md5sums=('3342a819952401032bf421c653fb1bcf')
build() {
cd "cyclone-bootstrap-$pkgver"