mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
rebar3: Add version 3.25.0 (#6924)
* rebar3: Add version 3.25.0 * https://rebar3.org/docs/getting-started/#windows --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
ecfe3728f6
commit
bddd039d61
22
bucket/rebar3.json
Normal file
22
bucket/rebar3.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "3.25.0",
|
||||
"description": "An Erlang tool that makes it easy to create, develop, and release Erlang libraries, applications, and systems in a repeatable manner.",
|
||||
"homepage": "https://rebar3.org/",
|
||||
"license": "Apache-2.0",
|
||||
"suggest": {
|
||||
"Erlang compiler": "erlang"
|
||||
},
|
||||
"url": "https://github.com/erlang/rebar3/releases/download/3.25.0/rebar3",
|
||||
"hash": "2d46024331792aa31c8d12242c0073042d24e2650b45fedba6c17156a8220fa3",
|
||||
"pre_install": [
|
||||
"$cmd = @('@echo off', 'setlocal', 'set rebarscript=%~f0', 'escript.exe \"%rebarscript:.cmd=%\" %*')",
|
||||
"Set-Content \"$dir\\rebar3.cmd\" -Value $cmd -Encoding ascii"
|
||||
],
|
||||
"bin": "rebar3.cmd",
|
||||
"checkver": {
|
||||
"github": "https://github.com/erlang/rebar3"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/erlang/rebar3/releases/download/$version/rebar3"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user