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 db267dd7b152..3846737e9cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
pkgname='kawa'
-pkgver='3.1'
+pkgver='3.1.1'
pkgrel=1
pkgdesc='A Scheme implementation and framework targeted the JVM.'
arch=('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=('5b100631e701f32687df702b04539de700768cfaf937418157e81a537b171118')
+sha256sums=('8c9a50cd6b100154c901bd190b3acd2fb8353f33622c4a2ce8fa392a7f09e019')
build() {
cd "$srcdir/$pkgname-$pkgver"