mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
ruby: update to 2.7.1.
This commit is contained in:
parent
22edecd55a
commit
0f10bc3ed2
2 changed files with 5 additions and 5 deletions
|
@ -471,7 +471,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.6 ruby-2.6.0_1
|
||||
libruby.so.2.7 ruby-2.7.1_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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ruby'
|
||||
_ruby_abiver=2.6.0
|
||||
_ruby_abiver=2.7.0
|
||||
|
||||
pkgname=ruby
|
||||
version=2.6.5
|
||||
revision=3
|
||||
version=2.7.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-rpath
|
||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||
|
@ -17,7 +17,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.bz2"
|
||||
checksum=97ddf1b922f83c1f5c50e75bf54e27bba768d75fea7cda903b886c6745e60f0a
|
||||
checksum=d703d58a67e7ed822d6e4a6ea9e44255f689a5b6ea6752d17e8d031849822202
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # Broken on the builders but successfully built locally
|
||||
|
|
Loading…
Add table
Reference in a new issue