Date: Friday, June 3, 2016 @ 21:14:54 Author: heftig Revision: 177825
9.1.2.0-1 Modified: jruby/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-03 18:13:16 UTC (rev 177824) +++ PKGBUILD 2016-06-03 19:14:54 UTC (rev 177825) @@ -3,7 +3,7 @@ # Contributor: FaziBear <[email protected]> pkgname=jruby -pkgver=9.1.0.0 +pkgver=9.1.2.0 pkgrel=1 pkgdesc="100% pure-Java implementation of the Ruby programming language" arch=(any) @@ -12,7 +12,7 @@ options=(!strip) noextract=($pkgname-bin-${pkgver}.tar.gz) source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz) -sha256sums=('ff48c8eea61d0be93d807f56eda613350e91f598f6f4f71ef73ed53e7d0530ad') +sha256sums=('60598a465883ab4c933f805de4a7f280052bddc793b95735465619c03ca43f35') package() { depends=(java-runtime-headless bash)
