diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-30 13:18:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-30 13:20:15 +0200 |
commit | 31f4ba9d03cbacbe5bff2ba63c94739b3ed08170 (patch) | |
tree | 2759df4749aa6af8ef047138214a8da139940df2 /community/jruby | |
parent | 93da191f562ed18f03d95ddb3888be3c2a89581a (diff) | |
download | aports-31f4ba9d03cbacbe5bff2ba63c94739b3ed08170.tar.bz2 aports-31f4ba9d03cbacbe5bff2ba63c94739b3ed08170.tar.xz |
community/jruby: upgrade to 9.1.13.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 90de5fb7bb..750b096e97 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.12.0 +pkgver=9.1.13.0 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="http://jruby.org" @@ -173,5 +173,5 @@ _mvgem() { done } -sha512sums="8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed jruby-bin-9.1.12.0.tar.gz +sha512sums="ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead jruby-bin-9.1.13.0.tar.gz f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby" |