mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
20 lines
708 B
JSON
20 lines
708 B
JSON
{
|
|
"version": "2.0.0",
|
|
"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.0/coursier#/coursier.jar",
|
|
"hash": "35ca9dcb3d9fc5314e705d506b887615a10769a0926889ea7b9cb4afd908411e",
|
|
"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"
|
|
}
|
|
}
|