ruby: update to 2.4.2 to fix security issues.

This commit is contained in:
Jeff Huang 2017-09-15 01:55:04 +01:00
parent 9b300f14ba
commit d7967175fc

View File

@ -1,8 +1,8 @@
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/ruby
pkgname=(ruby ruby-docs)
pkgver=2.4.0
pkgrel=2
pkgver=2.4.2
pkgrel=1
arch=('x86_64')
url='http://www.ruby-lang.org/en/'
license=(BSD custom)
@ -10,7 +10,7 @@ makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
options=(!emptydirs)
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
gemrc)
sha1sums=('038804bbd0e77508dd2510b729a9f3b325489b2e'
sha1sums=('8373e32c63bba2180799da091b572664aa9faf6f'
'0d24837add3d7ddcecd4c565f4a4a180176d9e6d')
build() {