mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
20 lines
714 B
JSON
20 lines
714 B
JSON
{
|
|
"version": "2.1.0-M1",
|
|
"description": "Pure Scala Artifact Fetching",
|
|
"homepage": "https://github.com/coursier/coursier",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/coursier/coursier/releases/download/v2.1.0-M1/coursier#/coursier.jar",
|
|
"hash": "25ea96cc09124aa85d6e092c7b5b920379386eea5ea56bafc7a194b417e875c8",
|
|
"bin": "coursier.jar",
|
|
"env_set": {
|
|
"COURSIER_HOME": "${env:LOCALAPPDATA}\\Coursier"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/coursier/coursier/releases",
|
|
"regex": "tag/v([\\w\\.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/coursier/coursier/releases/download/v$version/coursier#/coursier.jar"
|
|
}
|
|
}
|