File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Component release information: https://github.com/curl/curl/releases
33#####
44component 'curl' do |pkg , settings , platform |
5- pkg . version '8.17 .0'
6- pkg . sha256sum 'e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910 '
5+ pkg . version '8.18 .0'
6+ pkg . sha256sum 'e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f '
77
88 pkg . url "https://curl.se/download/curl-#{ pkg . get_version } .tar.gz"
99 pkg . mirror "#{ settings [ :buildsources_url ] } /curl-#{ pkg . get_version } .tar.gz"
Original file line number Diff line number Diff line change 22# Component release information: https://github.com/mirror/dmidecode/tags
33#####
44component 'dmidecode' do |pkg , settings , platform |
5- pkg . version '3.6 '
6- pkg . sha256sum 'e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae '
5+ pkg . version '3.7 '
6+ pkg . sha256sum '2c3aed12c85a1e6a9410d406d5e417c455466dc1bc7c89278bb32cf7cad91e8a '
77
88 pkg . apply_patch 'resources/patches/dmidecode/dmidecode-install-to-bin.patch'
9- pkg . url "http ://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-#{ pkg . get_version } .tar.xz"
9+ pkg . url "https ://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-#{ pkg . get_version } .tar.xz"
1010 pkg . mirror "#{ settings [ :buildsources_url ] } /dmidecode-#{ pkg . get_version } .tar.xz"
1111
1212 pkg . environment 'LDFLAGS' , settings [ :ldflags ]
Original file line number Diff line number Diff line change 66# need to move to the 3.5.x LTS stream in the next year.
77#####
88component 'openssl' do |pkg , settings , platform |
9- pkg . version '3.0.18 '
10- pkg . sha256sum 'd80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b '
9+ pkg . version '3.0.19 '
10+ pkg . sha256sum 'fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072 '
1111 pkg . url "https://github.com/openssl/openssl/releases/download/openssl-#{ pkg . get_version } /openssl-#{ pkg . get_version } .tar.gz"
1212 pkg . mirror "#{ settings [ :buildsources_url ] } /openssl-#{ pkg . get_version } .tar.gz"
1313
Original file line number Diff line number Diff line change 66# The file name of the ruby component must match the ruby_version
77#####
88component 'ruby-3.2' do |pkg , settings , platform |
9- pkg . version '3.2.9 '
10- pkg . sha256sum 'abbad98db9aeb152773b0d35868e50003b8c467f3d06152577c4dfed9d88ed2a '
9+ pkg . version '3.2.10 '
10+ pkg . sha256sum '880acb05e08da8c559c56a13e512bae1b472da67c72ebb750c765f9c2134e689 '
1111
1212 ruby_dir = settings [ :ruby_dir ]
1313 ruby_bindir = settings [ :ruby_bindir ]
You can’t perform that action at this time.
0 commit comments