We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refs/tags/
1 parent d7a365c commit e8a892eCopy full SHA for e8a892e
Library/Homebrew/utils/spdx.rb
@@ -34,7 +34,7 @@ def latest_tag
34
35
sig { params(to: Pathname).void }
36
def download_latest_license_data!(to: DATA_PATH)
37
- data_url = "https://raw.githubusercontent.com/spdx/license-list-data/#{latest_tag}/json/"
+ data_url = "https://raw.githubusercontent.com/spdx/license-list-data/refs/tags/#{latest_tag}/json/"
38
Utils::Curl.curl_download("#{data_url}licenses.json", to: to/"spdx_licenses.json")
39
Utils::Curl.curl_download("#{data_url}exceptions.json", to: to/"spdx_exceptions.json")
40
end
0 commit comments