fixup ruby_debug in fixup (#9159)

This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-01-09 10:02:57 -05:00
committed by GitHub
parent e112193c06
commit 5ef46c0852
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# lib/const.rb
# Defines common constants used in different parts of crew
CREW_VERSION = '1.40.6'
CREW_VERSION = '1.40.7'
# kernel architecture
KERN_ARCH = `uname -m`.chomp

View File

@@ -53,7 +53,7 @@ pkg_update_arr = [
{ pkg_name: 'qtwebglplugin', pkg_rename: 'qt5_webglplugin', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'qtwebsockets', pkg_rename: 'qt5_websockets', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'qtx11extras', pkg_rename: 'qt5_x11extras', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'ruby_debug', pkg_deprecated: nil, comments: nil },
{ pkg_name: 'ruby_debug', pkg_rename: nil, pkg_deprecated: true, comments: 'Integrated into ruby package.' },
{ pkg_name: 'wget', pkg_rename: 'wget2', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' }
]