diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-11 02:47:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-11 18:47:09 +0100 |
commit | 88e4d967f8a62a53b20c9a229df7fb4ee4b7f1f3 (patch) | |
tree | 6efe50145dee0ec931277ba7dc392a4ab9da7c5d /community/jruby/APKBUILD | |
parent | 25c3e212a44a41ee9e91bd8758d1406627ebed9b (diff) | |
download | aports-88e4d967f8a62a53b20c9a229df7fb4ee4b7f1f3.tar.bz2 aports-88e4d967f8a62a53b20c9a229df7fb4ee4b7f1f3.tar.xz |
community/jruby: upgrade to 9.1.14.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 750b096e97..ac284ce839 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.13.0 +pkgver=9.1.14.0 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="http://jruby.org" @@ -173,5 +173,5 @@ _mvgem() { done } -sha512sums="ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead jruby-bin-9.1.13.0.tar.gz +sha512sums="d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da jruby-bin-9.1.14.0.tar.gz f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby" |