summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2020-08-02 18:22:24 -0400
committerJustin Ethier2020-08-02 18:22:24 -0400
commita090ea98318cc5610e4adcd99ac6bdef5679b14e (patch)
treea23e61125e2b5794ab0bc7fdbebffed85795c541
parent0ca64866d8a8a2aa0fc6f4303d04770b4238755a (diff)
downloadaur-a090ea98318cc5610e4adcd99ac6bdef5679b14e.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 ba80ffdbf307..4a9f824d1add 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.18
+ pkgver = 0.19
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cyclone-scheme
depends = libck
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.18.tar.gz
- md5sums = a1f51af274fb4fbfd135c4e0abfa39e9
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.19.tar.gz
+ md5sums = b8c3ce76566fc4bd5b597ad486e6b531
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index ba75e922075c..1b119e761853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.18
+pkgver=0.19
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=('a1f51af274fb4fbfd135c4e0abfa39e9')
+md5sums=('b8c3ce76566fc4bd5b597ad486e6b531')
build() {
cd "cyclone-bootstrap-$pkgver"