summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-12-30 19:01:51 -0500
committerJustin Ethier2019-12-30 19:01:51 -0500
commit70148f5cb32e5b3f199d82dba9ee456193e96468 (patch)
tree53cf8d8eb24fdd92c47d7fc405abcd5e4fbddbd2
parent3f8ed83ff28cd87658597b16b0c92caac8f02ada (diff)
downloadaur-70148f5cb32e5b3f199d82dba9ee456193e96468.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 a70842c16835..b0eeefb9dd0d 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.6
+ pkgver = 0.11.8
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.6.tar.gz
- md5sums = 5b24acfac0fed6a32c1816a879a07d39
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.8.tar.gz
+ md5sums = c230736170eabd7c4d659422179b4f8a
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 9fb1804dd780..c0b25d80a0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.11.6
+pkgver=0.11.8
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=('5b24acfac0fed6a32c1816a879a07d39')
+md5sums=('c230736170eabd7c4d659422179b4f8a')
build() {
cd "cyclone-bootstrap-$pkgver"