summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2021-01-25 18:15:47 -0500
committerJustin Ethier2021-01-25 18:15:47 -0500
commiteb76d857841c7bc060e744a8271dc781e658173d (patch)
tree6233f76dc61be408a778abe2f7a3bc57a290234a /PKGBUILD
parentea8e92ca4fc4b9e0b3c5e4f206076c8ceb0553f9 (diff)
downloadaur-eb76d857841c7bc060e744a8271dc781e658173d.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 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"