summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2019-08-13 18:07:59 -0400
committerJustin Ethier2019-08-13 18:07:59 -0400
commit0bec723fc92fd26f06fa6e011a8edbc9bea1f7d4 (patch)
tree7e54f3d36c64213b05211350576bf416293175de /PKGBUILD
parent6145845fec9ff3be2442cc29eab482622b771421 (diff)
downloadaur-0bec723fc92fd26f06fa6e011a8edbc9bea1f7d4.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 2c05f911cd55..96790f8584ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.11.2
+pkgver=0.11.3
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=('3462b3200ba431e0659be3d2843d506d')
+md5sums=('b529b2c8e3db8d8c6f88fb8205a5b504')
build() {
cd "cyclone-bootstrap-$pkgver"