mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
20 lines
740 B
JSON
20 lines
740 B
JSON
{
|
|
"version": "2.0.16-200-ge888c6dea",
|
|
"description": "Pure Scala Artifact Fetching",
|
|
"homepage": "https://github.com/coursier/coursier",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/coursier/coursier/releases/download/v2.0.16-200-ge888c6dea/coursier#/coursier.jar",
|
|
"hash": "055cde186eda17b2f3766f1339a8a03efbbfff366648afacc7375ba705649086",
|
|
"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"
|
|
}
|
|
}
|