From ab99b7cd42a2b99f35116554d75baadadd806785 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Wed, 16 Dec 2015 23:34:28 +0000 Subject: [PATCH] ruby: update to 2.2.4 to fix security issues. --- ruby/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/PKGBUILD b/ruby/PKGBUILD index 84e7f761c..46f48f3c9 100644 --- a/ruby/PKGBUILD +++ b/ruby/PKGBUILD @@ -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() {