Skip to content

Commit f6fc726

Browse files
authored
Update dmidecode download URL to non-mirror site
Despite the URL, this is actually the non-mirrored version (see the bottom of the page at http://download.savannah.gnu.org/releases/dmidecode/ where it says this). It would seem their mirror machinery is frequently having issues, giving 502s when trying to download a file.
1 parent 5730f2f commit f6fc726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/components/dmidecode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pkg.sha256sum 'e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae'
77

88
pkg.apply_patch 'resources/patches/dmidecode/dmidecode-install-to-bin.patch'
9-
pkg.url "http://download.savannah.gnu.org/releases/dmidecode/dmidecode-#{pkg.get_version}.tar.xz"
9+
pkg.url "http://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)