mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 03:25:17 +00:00
20 lines
722 B
JSON
20 lines
722 B
JSON
{
|
|
"homepage": "https://github.com/coursier/coursier",
|
|
"description": "Pure Scala Artifact Fetching",
|
|
"license": "Apache-2.0",
|
|
"version": "2.0.0-RC6-20",
|
|
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-20/coursier#/coursier.jar",
|
|
"hash": "d309b5d87bc4486b238d0db47d89fe8e4c4d2e86c4fd6588f131c8b60754b999",
|
|
"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"
|
|
}
|
|
}
|