summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2021-01-02 17:39:04 -0500
committerJustin Ethier2021-01-02 17:39:04 -0500
commitea8e92ca4fc4b9e0b3c5e4f206076c8ceb0553f9 (patch)
treeee1a1fd64f9035fbc4cebc8bb8e927ebb4ff2f05
parent83a0852bedb721cbf4b3474e93388e93c54d6a0a (diff)
downloadaur-ea8e92ca4fc4b9e0b3c5e4f206076c8ceb0553f9.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 bfc1e05f6958..ac7acd11433c 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.23
+ pkgver = 0.24
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.23.tar.gz
- md5sums = 0d9b305512d8c5c34f75d0c65d06cd89
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.24.tar.gz
+ md5sums = 081ae305f098a02dbb30c7388a1758d2
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 4570a44d9f5d..9ebb38eab242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.23
+pkgver=0.24
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=('0d9b305512d8c5c34f75d0c65d06cd89')
+md5sums=('081ae305f098a02dbb30c7388a1758d2')
build() {
cd "cyclone-bootstrap-$pkgver"