mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
elixir: Switch to new domain for build artifacts (#4813)
* Update elixir to download from new domain The official hex.pm build artifacts domain has changed, see https://hex.pm/blog/new-domain-for-build-artifacts. * Add final newline --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
76a925b48b
commit
307c7ce2bb
@ -6,16 +6,16 @@
|
||||
"suggest": {
|
||||
"Erlang compiler": "erlang"
|
||||
},
|
||||
"url": "https://repo.hex.pm/builds/elixir/v1.14.5.zip",
|
||||
"url": "https://builds.hex.pm/builds/elixir/v1.14.5.zip",
|
||||
"hash": "f4e4e46aa5b3ddb2de7dd7147c0dfb8e6299be49a6cf5418fcc7fc02f9d633a1",
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"github": "https://github.com/elixir-lang/elixir"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://repo.hex.pm/builds/elixir/v$version.zip",
|
||||
"url": "https://builds.hex.pm/builds/elixir/v$version.zip",
|
||||
"hash": {
|
||||
"url": "https://repo.hex.pm/builds/elixir/builds.txt",
|
||||
"url": "https://builds.hex.pm/builds/elixir/builds.txt",
|
||||
"regex": "$version [a-zA-Z0-9]+ \\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z $sha256"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user