diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-26 11:21:18 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-26 11:21:48 +0200 |
commit | 4f5b9c4a0d1ebdcf085acbad4b6b8b37e8c3f327 (patch) | |
tree | 3190baeff3a9f46dd49912e081a5e0ff51ee9ca6 /community/jruby | |
parent | 2e59af4a37b6bc0b9b38eebe1ef22fa4f1034aa3 (diff) | |
download | aports-4f5b9c4a0d1ebdcf085acbad4b6b8b37e8c3f327.tar.bz2 aports-4f5b9c4a0d1ebdcf085acbad4b6b8b37e8c3f327.tar.xz |
community/jruby: upgrade to 9.1.10.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 53e2151db5..e36fee2d01 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.9.0 +pkgver=9.1.10.0 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="http://jruby.org" @@ -173,5 +173,5 @@ _mvgem() { done } -sha512sums="f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df jruby-bin-9.1.9.0.tar.gz +sha512sums="857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1 jruby-bin-9.1.10.0.tar.gz f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby" |