smartmontools: update-smart-drivedb uses outdated curl version from /usr/bin/curl #3413
Unanswered
term-i-nator
asked this question in
Writing Formulae/Casks
Replies: 2 comments 5 replies
-
Why do you need the latest version of Does |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
smartmontools: update-smart-drivedb – pull request...?
By default update-smart-drivedb uses the (outdated) mac version of curl under /usr/bin/curl even if the latest version is installed via homebrew (/usr/local/opt/curl/bin/curl). Christian Franke from smartmontools suggested to open a pull request at homebrew to add the line
--with-scriptpath='/usr/local/opt/curl/bin:/usr/local/bin:/usr/bin:/bin'
to
https://github.com/Homebrew/homebrew-core/blob/master/Formula/smartmontools.rb
I don't know how to open a correct pull request and I don't have the time to learn how to do it now. Could anyone please open a pull request?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions