summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02f63f90b991..52fd078cc76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
pkgname='kawa'
-pkgver='2.2'
+pkgver='2.3'
pkgrel=1
pkgdesc='A Scheme implementation and framework targeted the JVM.'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://www.gnu.org/software/kawa/index.html'
license=('X11/MIT')
depends=('java-environment')
source=("http://ftp.gnu.org/pub/gnu/kawa/$pkgname-$pkgver.tar.gz")
-sha256sums=('c3e2cb5ae772e7441ac31484083bcee651de941bbfed5dbe4874964839b9ba32')
+sha256sums=('ecddb2b149e41f7c1614c3009138556b954e8cc6a3135a953eb97e7e86dc47fe')
build() {
cd "$srcdir/$pkgname-$pkgver"