summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-05-22 19:18:05 -0400
committerJustin Ethier2019-05-22 19:18:05 -0400
commita8269d399670789bc0a90c10a31e0ede7a97db1a (patch)
tree6ef0b31ab9d4be9660d38c949fb570c403719b62
parente1447582f7883b42335dd4640967943facff292f (diff)
downloadaur-a8269d399670789bc0a90c10a31e0ede7a97db1a.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 be83f19ca0de..709841fc1497 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
+ pkgver = 0.11.1
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.tar.gz
- md5sums = 57c69559e6c511a7aae7882a42bea0ee
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.11.1.tar.gz
+ md5sums = 8bd89ff23c95b74ca5a92939bffca193
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 61b22a3a1784..43a77c87295f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.11
+pkgver=0.11.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=('57c69559e6c511a7aae7882a42bea0ee')
+md5sums=('8bd89ff23c95b74ca5a92939bffca193')
build() {
cd "cyclone-bootstrap-$pkgver"