summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2020-12-01 17:50:54 -0500
committerJustin Ethier2020-12-01 17:50:54 -0500
commit83a0852bedb721cbf4b3474e93388e93c54d6a0a (patch)
tree31f315ec400cc66d13988ffdcbbcc1ed32bae187
parentda10eedfbb0b1a3524d61ab7bf6b9c795e268b0d (diff)
downloadaur-83a0852bedb721cbf4b3474e93388e93c54d6a0a.tar.gz
New 0.23 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9c158cbef7..bfc1e05f6958 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.22
+ pkgver = 0.23
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.22.tar.gz
- md5sums = 1cf48af09a51418504efce82debf5097
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.23.tar.gz
+ md5sums = 0d9b305512d8c5c34f75d0c65d06cd89
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 5c89738bd16c..4570a44d9f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.22
+pkgver=0.23
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=('1cf48af09a51418504efce82debf5097')
+md5sums=('0d9b305512d8c5c34f75d0c65d06cd89')
build() {
cd "cyclone-bootstrap-$pkgver"