summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2017-12-20 18:24:40 -0500
committerJustin Ethier2017-12-20 18:24:40 -0500
commit343c53528009b2cfb2c9b0ba3cf0bf1dbb6c1c08 (patch)
tree21c7eca2895694fc54eb555163d29b6c81c1e07b /PKGBUILD
parent0e0a52a1c0cec6de18ae4a66976e4ee02314c5ac (diff)
downloadaur-343c53528009b2cfb2c9b0ba3cf0bf1dbb6c1c08.tar.gz
Released 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68281ae5e4b8..a720200754a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="A brand-new compiler that allows practical application development using R7RS Scheme"
arch=('i686' 'x86_64')
url="https://github.com/justinethier/cyclone-bootstrap"
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('751a72f84918d75ded3e3b2f09ce50a5')
+md5sums=('7ea28bb47e6a666d872ded6e276fe069')
build() {
cd "cyclone-bootstrap-$pkgver"