ruby: update to 3.3.2.
This commit is contained in:
parent
c8b112162b
commit
17243045b3
|
@ -446,7 +446,7 @@ libKScreenLocker.so.6 kscreenlocker-6.0.0_1
|
||||||
libparted.so.2 libparted-3.1_1
|
libparted.so.2 libparted-3.1_1
|
||||||
libparted-fs-resize.so.0 libparted-3.1_1
|
libparted-fs-resize.so.0 libparted-3.1_1
|
||||||
libntfs-3g.so.89 ntfs-3g-2021.8.22_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
|
librw.so.0 rankwidth-0.9_1
|
||||||
libKSysGuardFormatter.so.2 libksysguard-6.0.0_1
|
libKSysGuardFormatter.so.2 libksysguard-6.0.0_1
|
||||||
libKSysGuardSensorFaces.so.2 libksysguard-6.0.0_1
|
libKSysGuardSensorFaces.so.2 libksysguard-6.0.0_1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'ruby'
|
# Template file for 'ruby'
|
||||||
_ruby_abiver=3.2.0
|
_ruby_abiver=3.3.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=3.2.4
|
version=3.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
|
@ -16,7 +16,7 @@ homepage="http://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=e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
|
checksum=b5e8a8ed4a47cdd9a3358b5bdd998c37bd9e971ca63766a37d5ae5933fdb69f1
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
|
|
Loading…
Reference in New Issue