summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-08-13 18:07:59 -0400
committerJustin Ethier2019-08-13 18:07:59 -0400
commit0bec723fc92fd26f06fa6e011a8edbc9bea1f7d4 (patch)
tree7e54f3d36c64213b05211350576bf416293175de
parent6145845fec9ff3be2442cc29eab482622b771421 (diff)
downloadaur-0bec723fc92fd26f06fa6e011a8edbc9bea1f7d4.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 0a25b04bbae3..64636290d4d9 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.2
+ pkgver = 0.11.3
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.11.2.tar.gz
- md5sums = 3462b3200ba431e0659be3d2843d506d
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.3.tar.gz
+ md5sums = b529b2c8e3db8d8c6f88fb8205a5b504
pkgname = cyclone-scheme
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"