mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-23 01:01:39 +00:00
20 lines
708 B
JSON
20 lines
708 B
JSON
{
|
|
"version": "2.0.3",
|
|
"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.3/coursier#/coursier.jar",
|
|
"hash": "dddbe6ae867fac0785700b277bce055422c0ff8e7bd48485e631e08ca3676c4b",
|
|
"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"
|
|
}
|
|
}
|