summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2021-01-25 18:15:47 -0500
committerJustin Ethier2021-01-25 18:15:47 -0500
commiteb76d857841c7bc060e744a8271dc781e658173d (patch)
tree6233f76dc61be408a778abe2f7a3bc57a290234a
parentea8e92ca4fc4b9e0b3c5e4f206076c8ceb0553f9 (diff)
downloadaur-eb76d857841c7bc060e744a8271dc781e658173d.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 ac7acd11433c..90624a799691 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.24
+ pkgver = 0.25
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.24.tar.gz
- md5sums = 081ae305f098a02dbb30c7388a1758d2
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.25.tar.gz
+ md5sums = 09b5f36c54ed169600291fb287c98942
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 9ebb38eab242..82aaa874b028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.24
+pkgver=0.25
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=('081ae305f098a02dbb30c7388a1758d2')
+md5sums=('09b5f36c54ed169600291fb287c98942')
build() {
cd "cyclone-bootstrap-$pkgver"