summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2018-08-09 17:38:25 -0400
committerJustin Ethier2018-08-09 17:38:25 -0400
commit5087bb1d5da42004a5a9a7696174c661f991c4f4 (patch)
tree65c2ebe468e38512dcaf75a73e1664563980ff79 /PKGBUILD
parent30563bdfe5f102374457184d0c9d8a9f73be9ba8 (diff)
downloadaur-5087bb1d5da42004a5a9a7696174c661f991c4f4.tar.gz
New 0.9.1 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30e6ccc217c3..dd5f44774dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9
+pkgver=0.9.1
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=('6c2dccc97069548678ff94cc83da6377')
+md5sums=('78a2f0c27b7739e14d58cf6cab89a0b3')
build() {
cd "cyclone-bootstrap-$pkgver"