From 281493568fef267c2b52d021561731985efec752 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 12 Jan 2018 19:24:36 +0100 Subject: [PATCH] ruby: update to 2.5.0. --- common/shlibs | 2 +- srcpkgs/ruby/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 5352cc3e76..f62f973fe2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -448,7 +448,7 @@ libKScreenLocker.so.5 kscreenlocker-5.8.4_1 libparted.so.2 libparted-3.1_1 libparted-fs-resize.so.0 libparted-3.1_1 libntfs-3g.so.88 ntfs-3g-2017.3.23_1 -libruby.so.2.4 ruby-2.4.0_1 +libruby.so.2.5 ruby-2.5.0_1 libprocessui.so.7 libksysguard-5.8.4_1 libksignalplotter.so.7 libksysguard-5.8.4_1 libksgrd.so.7 libksysguard-5.8.4_1 diff --git a/srcpkgs/ruby/template b/srcpkgs/ruby/template index 98d71b054a..b1f495e2a2 100644 --- a/srcpkgs/ruby/template +++ b/srcpkgs/ruby/template @@ -1,8 +1,8 @@ # Template build file for 'ruby'. -_ruby_abiver=2.4.0 +_ruby_abiver=2.5.0 pkgname=ruby -version=2.4.3 +version=2.5.0 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-rpath @@ -13,7 +13,7 @@ homepage="http://www.ruby-lang.org/en/" maintainer="Leah Neukirchen " license="BSD" distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=0a703dffb7737f56e979c9ebe2482f07751803c71e307c20446b581e0f12cf30 +checksum=d87eb3021f71d4f62e5a5329628ac9a6665902173296e551667edd94362325cc hostmakedepends="pkg-config bison groff" makedepends="zlib-devel readline-devel libffi-devel libressl-devel @@ -42,7 +42,7 @@ pre_build() { touch ext/ripper/check if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then # Set -fno-stack-protector for i686* or otherwise linking fails with - # ...: undefined reference to `__stack_chk_fail_local' + # ...: undefined reference to '__stack_chk_fail_local' case "$XBPS_TARGET_MACHINE" in i686*) sed -i Makefile \ -e "s;-fstack-protector-strong;;" \