ruby: update to 2.2.4 to fix security issues.

This commit is contained in:
Jeff Huang 2015-12-16 23:34:28 +00:00
parent a1c460dc7e
commit ab99b7cd42

View File

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