diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 15:27:03 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 15:27:24 +0200 |
commit | 8662f54966f0390eb4dc35f2610f0a463de0152b (patch) | |
tree | e04c51e81c7d6b8011fde386a28a153e5ed4c092 /community/jruby | |
parent | ba72aec0b1ff609955f29ee7ce7a2a57311a0f40 (diff) | |
download | aports-8662f54966f0390eb4dc35f2610f0a463de0152b.tar.bz2 aports-8662f54966f0390eb4dc35f2610f0a463de0152b.tar.xz |
community/jruby: upgrade to 9.1.12.0
Diffstat (limited to 'community/jruby')
-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 9e104db8ba..90de5fb7bb 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.11.0 +pkgver=9.1.12.0 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="http://jruby.org" @@ -173,5 +173,5 @@ _mvgem() { done } -sha512sums="718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7 jruby-bin-9.1.11.0.tar.gz +sha512sums="8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed jruby-bin-9.1.12.0.tar.gz f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby" |