diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 00:21:44 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 00:34:57 +0200 |
commit | 14253acf7b54115c4b49ae406a2495ef0481542d (patch) | |
tree | b231585d80b046646f2788f5e486959d0a15b0a6 /community/jruby/APKBUILD | |
parent | 3fe0df8ba95e1f631674c79ac11150fc914dfe43 (diff) | |
download | aports-14253acf7b54115c4b49ae406a2495ef0481542d.tar.bz2 aports-14253acf7b54115c4b49ae406a2495ef0481542d.tar.xz |
community/jruby: upgrade to 9.1.9.0
Diffstat (limited to 'community/jruby/APKBUILD')
-rw-r--r-- | community/jruby/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD index 7d58ae244f..27dfc610ab 100644 --- a/community/jruby/APKBUILD +++ b/community/jruby/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=jruby -pkgver=9.1.8.0 +pkgver=9.1.9.0 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="http://jruby.org" @@ -165,5 +165,5 @@ _mvgem() { done } -sha512sums="dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49 jruby-bin-9.1.8.0.tar.gz +sha512sums="f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df jruby-bin-9.1.9.0.tar.gz f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby" |