summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2019-03-04 18:23:25 -0500
committerJustin Ethier2019-03-04 18:23:25 -0500
commit7338974d69e9cc5c1d10b878b4478ac2ec7b8829 (patch)
treeee1307062ba2c8dc3f08cb6c79a9907399609899
parentffb0afc3c1a457cac0549c764cf5d0fa180d7dc3 (diff)
downloadaur-7338974d69e9cc5c1d10b878b4478ac2ec7b8829.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 6f765af6e82d..223b42c47cd2 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.9.9
+ pkgver = 0.9.10
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.9.9.tar.gz
- md5sums = 62f6f83417b5bcd5a6b795143b5dfb0a
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.10.tar.gz
+ md5sums = f37bd6c1a89689923781d389ec05fe0f
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index cd93f7afe5ab..b74bc0af6f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.9
+pkgver=0.9.10
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=('62f6f83417b5bcd5a6b795143b5dfb0a')
+md5sums=('f37bd6c1a89689923781d389ec05fe0f')
build() {
cd "cyclone-bootstrap-$pkgver"