ruby: update to 2.4.4 to fix security issues.

This commit is contained in:
Jeff Huang 2018-03-30 00:09:38 +01:00
parent dc8d0da917
commit da8baef2eb

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.3
pkgrel=2
pkgver=2.4.4
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=('f0a49dddb4e7903a11a80554fd7a317a854cd365'
sha1sums=('0eac83a0818e1d6bc661abd9f90457cff8868cff'
'0d24837add3d7ddcecd4c565f4a4a180176d9e6d')
build() {