summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-04-15 17:29:13 -0400
committerJustin Ethier2019-04-15 17:29:13 -0400
commite1447582f7883b42335dd4640967943facff292f (patch)
tree18e57aed482a5ccc59a11db0d69e1031e9e0d2e7
parent5818fc739d81377e85175b948513d1053be2c624 (diff)
downloadaur-e1447582f7883b42335dd4640967943facff292f.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 3b02ba56fb26..be83f19ca0de 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.10
+ pkgver = 0.11
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cyclone-scheme
depends = libtommath
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.10.tar.gz
- md5sums = a65cf338fb4d777a66a5b594f913b5a4
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.tar.gz
+ md5sums = 57c69559e6c511a7aae7882a42bea0ee
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 6001999b85d0..61b22a3a1784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.10
+pkgver=0.11
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=('a65cf338fb4d777a66a5b594f913b5a4')
+md5sums=('57c69559e6c511a7aae7882a42bea0ee')
build() {
cd "cyclone-bootstrap-$pkgver"