summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-12-02 18:34:50 -0500
committerJustin Ethier2019-12-02 18:34:50 -0500
commit3f8ed83ff28cd87658597b16b0c92caac8f02ada (patch)
treea44ff0a61d06ed60f36a4ac74fe258b7849e583b
parent986bbdfb8c7d1182b1308877ac2a530dbb12077e (diff)
downloadaur-3f8ed83ff28cd87658597b16b0c92caac8f02ada.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a385a25c7392..a70842c16835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cyclone-scheme
pkgdesc = A brand-new compiler that allows practical application development using R7RS Scheme
- pkgver = 0.11.5
+ pkgver = 0.11.6
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cyclone-scheme
depends = libck
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.5.tar.gz
- md5sums = c1cc2c4edef5ea5712f294da00d41f3d
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.6.tar.gz
+ md5sums = 5b24acfac0fed6a32c1816a879a07d39
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index b99a6adda60d..9fb1804dd780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.11.5
+pkgver=0.11.6
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=('c1cc2c4edef5ea5712f294da00d41f3d')
+md5sums=('5b24acfac0fed6a32c1816a879a07d39')
build() {
cd "cyclone-bootstrap-$pkgver"