ruby: update to 3.3.6.

This commit is contained in:
Leah Neukirchen 2024-11-06 16:17:06 +01:00
parent 1ce2582c4e
commit 8dec15edc2
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
_ruby_abiver=3.3.0 _ruby_abiver=3.3.0
pkgname=ruby pkgname=ruby
version=3.3.5 version=3.3.6
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared --disable-rpath configure_args="--enable-shared --disable-rpath
PKG_CONFIG=/usr/bin/pkg-config" PKG_CONFIG=/usr/bin/pkg-config"
@ -12,11 +12,11 @@ hostmakedepends="pkg-config bison groff"
makedepends="zlib-devel readline-devel libffi-devel openssl-devel makedepends="zlib-devel readline-devel libffi-devel openssl-devel
gdbm-devel libyaml-devel pango-devel" gdbm-devel libyaml-devel pango-devel"
short_desc="Ruby programming language" short_desc="Ruby programming language"
homepage="http://www.ruby-lang.org/en/" homepage="https://www.ruby-lang.org/en/"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Ruby, BSD-2-Clause" license="Ruby, BSD-2-Clause"
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=51aec7ea89b46125a2c9adc6f36766b65023d47952b916b1aed300ddcc042359 checksum=540975969d1af42190d26ff629bc93b1c3f4bffff4ab253e245e125085e66266
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel" makedepends+=" libxcrypt-devel"