aboutsummaryrefslogtreecommitdiffstats
path: root/community/jruby/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jruby/APKBUILD')
-rw-r--r--community/jruby/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD
index 9220af9c138..1c8aca88edd 100644
--- a/community/jruby/APKBUILD
+++ b/community/jruby/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=jruby
-pkgver=9.2.0.0
+pkgver=9.2.7.0
pkgrel=0
pkgdesc="An implementation of Ruby on the JVM"
-url="http://jruby.org"
+url="https://jruby.org/"
arch="noarch"
license="EPL GPL-2.0 LGPL-2.1 custom"
# libc6-compat: https://github.com/jnr/jnr-posix/issues/73
@@ -21,7 +21,6 @@ subpackages="
# jruby (launch script): https://github.com/jruby/jruby/pull/1860
source="https://s3.amazonaws.com/jruby.org/downloads/$pkgver/$pkgname-bin-$pkgver.tar.gz
jruby"
-builddir="$srcdir/$pkgname-$pkgver"
_destdir="/usr/share/$pkgname"
_bindir="$_destdir/bin"
@@ -51,8 +50,6 @@ check() (
)
package() {
- cd "$builddir"
-
install -m644 -D "$builddir"/lib/jruby.jar \
"$pkgdir"$_destdir/lib/jruby.jar
@@ -142,5 +139,5 @@ _mvgem() {
done
}
-sha512sums="79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3 jruby-bin-9.2.0.0.tar.gz
+sha512sums="8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82 jruby-bin-9.2.7.0.tar.gz
836a73b46b9ea107b3ab51da9fea73cecd8664b7d72c4024c491c67312e6c094c215aa9d22d1e3f9f2402816bc0200dd4060d1895f4ba28424228d6cdbac8a9d jruby"