summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-07-01 17:17:41 -0400
committerJustin Ethier2018-07-01 17:17:41 -0400
commit5246f5050183c199c9793664eafa50fb36796cab (patch)
tree9e7c95ff8bb80f115b1195729d52b0d0cba9948a
parentd30cc608558634b0bf5af28ceca2564b0f7a2e4c (diff)
downloadaur-5246f5050183c199c9793664eafa50fb36796cab.tar.gz
Releasing 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056d5e738408..22860e0ff2fb 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.8
+ pkgver = 0.8.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.8.tar.gz
- md5sums = 381d6aaa07c57b45390d0a35efe43721
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.8.1.tar.gz
+ md5sums = 963d866eb312b01a0affc9f4aa8a9683
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 78d9d61fc6de..619f1f9ae7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.8
+pkgver=0.8.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=('381d6aaa07c57b45390d0a35efe43721')
+md5sums=('963d866eb312b01a0affc9f4aa8a9683')
build() {
cd "cyclone-bootstrap-$pkgver"