ruby: update to 3.3.2.

This commit is contained in:
Leah Neukirchen 2024-06-05 16:52:38 +02:00
parent c8b112162b
commit 17243045b3
2 changed files with 4 additions and 4 deletions

View File

@ -446,7 +446,7 @@ libKScreenLocker.so.6 kscreenlocker-6.0.0_1
libparted.so.2 libparted-3.1_1
libparted-fs-resize.so.0 libparted-3.1_1
libntfs-3g.so.89 ntfs-3g-2021.8.22_1
libruby.so.3.2 ruby-3.2.0_1
libruby.so.3.3 ruby-3.3.2_1
librw.so.0 rankwidth-0.9_1
libKSysGuardFormatter.so.2 libksysguard-6.0.0_1
libKSysGuardSensorFaces.so.2 libksysguard-6.0.0_1

View File

@ -1,8 +1,8 @@
# Template file for 'ruby'
_ruby_abiver=3.2.0
_ruby_abiver=3.3.0
pkgname=ruby
version=3.2.4
version=3.3.2
revision=1
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
@ -16,7 +16,7 @@ homepage="http://www.ruby-lang.org/en/"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Ruby, BSD-2-Clause"
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
checksum=b5e8a8ed4a47cdd9a3358b5bdd998c37bd9e971ca63766a37d5ae5933fdb69f1
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"