summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2021-02-03 18:19:14 -0500
committerJustin Ethier2021-02-03 18:19:14 -0500
commit05bc16e93d56ce4c4d404e5e5681e9bb967db100 (patch)
treedd780362d290cf729e974235e6135c4f7ad68940 /PKGBUILD
parenteb76d857841c7bc060e744a8271dc781e658173d (diff)
downloadaur-05bc16e93d56ce4c4d404e5e5681e9bb967db100.tar.gz
New release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82aaa874b028..22ef5d2b155d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.25
+pkgver=0.26
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=('09b5f36c54ed169600291fb287c98942')
+md5sums=('50d829688307fbd892ef8cbd37647890')
build() {
cd "cyclone-bootstrap-$pkgver"