summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-11-28 17:23:12 -0500
committerJustin Ethier2018-11-28 17:23:12 -0500
commita3a8348f4d8bf514c8c1b32aebab0b8f4b1d3bc6 (patch)
tree4fbf3f82a12484f68d83f3202dd60ca9a9c79b47
parente7976aa8f1dceef45bbf196486fcbf26b298f5ef (diff)
downloadaur-a3a8348f4d8bf514c8c1b32aebab0b8f4b1d3bc6.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 f39bc5b73646..b7d984c26289 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.4
+ pkgver = 0.9.5
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.4.tar.gz
- md5sums = 594690e097890724d733e36afbccf1c5
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.9.5.tar.gz
+ md5sums = 26346b731e3c87a45e6074757f171e70
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 2bd4320d7af8..9a0c0e6d1e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.9.4
+pkgver=0.9.5
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=('594690e097890724d733e36afbccf1c5')
+md5sums=('26346b731e3c87a45e6074757f171e70')
build() {
cd "cyclone-bootstrap-$pkgver"