summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2018-05-07 16:59:35 -0400
committerJustin Ethier2018-05-07 16:59:35 -0400
commit5f71a3751df4e15aa6d8e5447ea550e6f37cd1ce (patch)
tree162f177d2f75ae3bf781693ae17ed12a0803491d
parenta9553f86991c76bb5721ded6a4af81e1a2d09ccd (diff)
downloadaur-5f71a3751df4e15aa6d8e5447ea550e6f37cd1ce.tar.gz
0.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09a6005a1ce..07fc0d8d7055 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.7.2
+ pkgver = 0.7.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.7.2.tar.gz
- md5sums = 19768f13fc483afe45d2c1f1038235b3
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.7.3.tar.gz
+ md5sums = 4f6e9766898e76f17856ab5971fcbbed
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index f802f9a951ae..20c50f4b9004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.7.2
+pkgver=0.7.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=('19768f13fc483afe45d2c1f1038235b3')
+md5sums=('4f6e9766898e76f17856ab5971fcbbed')
build() {
cd "cyclone-bootstrap-$pkgver"