summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2022-08-25 16:55:33 -0400
committerJustin Ethier2022-08-25 16:55:33 -0400
commit31fefa3897b85e8a3dabfba6b11d183b2378b3f0 (patch)
treed85cb377c306cc1b939fa77682a393f0be6df530
parentaae558e543af7aa8bcf5fcbd172ac848c7c498e8 (diff)
downloadaur-31fefa3897b85e8a3dabfba6b11d183b2378b3f0.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 e28029b776cc..ca5bb663f243 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.34.0
+ pkgver = 0.35.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.34.0.tar.gz
- md5sums = 3342a819952401032bf421c653fb1bcf
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.35.0.tar.gz
+ md5sums = 98c1c2bccaf70dbf353ba494de4d8f53
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index e0828bcff657..9924e7709f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.34.0
+pkgver=0.35.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=('3342a819952401032bf421c653fb1bcf')
+md5sums=('98c1c2bccaf70dbf353ba494de4d8f53')
build() {
cd "cyclone-bootstrap-$pkgver"