ScoopInstaller_Main/bucket/coursier.json
2021-10-08 00:01:49 +00:00

20 lines
740 B
JSON

{
"version": "2.0.16-161-g8a1b8eae5",
"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-161-g8a1b8eae5/coursier#/coursier.jar",
"hash": "2dfb44e97d484ed13b3419d4f8b5a34f0ed1cf597996745d6f0e5d61bb21e548",
"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"
}
}