diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-20 23:24:20 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-28 14:31:49 +0200 |
commit | c61ba517dda0fa3f2be5127e9c291620f2e6707c (patch) | |
tree | 92881a3621ee6d65ef8c734cf93a5baca6f89345 /community/jruby | |
parent | 8bb4985533b62a770adb807e2e2a52089fe50994 (diff) | |
download | aports-c61ba517dda0fa3f2be5127e9c291620f2e6707c.tar.bz2 aports-c61ba517dda0fa3f2be5127e9c291620f2e6707c.tar.xz |
community/jruby: upgrade to 9.2.7.0
Closes: GH-7805
Diffstat (limited to 'community/jruby')
-rw-r--r-- | community/jruby/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD index 9220af9c13..1c8aca88ed 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" |