summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2020-11-03 18:41:11 -0500
committerJustin Ethier2020-11-03 18:41:11 -0500
commitda10eedfbb0b1a3524d61ab7bf6b9c795e268b0d (patch)
treefc9097fca36093f09e7399ddb1842fe303b351ea /PKGBUILD
parentf3de01c21a5715d8ed6d69d0f521ff91b48cd8ec (diff)
downloadaur-da10eedfbb0b1a3524d61ab7bf6b9c795e268b0d.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 f54a9d1ea0cd..5c89738bd16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.21
+pkgver=0.22
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=('ce67da2e01a65a95fbdbdac1089975c9')
+md5sums=('1cf48af09a51418504efce82debf5097')
build() {
cd "cyclone-bootstrap-$pkgver"