Skip to content

Commit d581abb

Browse files
committed
dmidecode: Update 3.6->3.7
1 parent 7d7b6fe commit d581abb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configs/components/dmidecode.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Component release information: https://github.com/mirror/dmidecode/tags
33
#####
44
component '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 "shttp://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]

0 commit comments

Comments
 (0)