ScoopInstaller_Main/bucket/coursier.json
2021-10-06 14:00:32 +00:00

20 lines
740 B
JSON

{
"version": "2.0.16-158-gbdc8669f9",
"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-158-gbdc8669f9/coursier#/coursier.jar",
"hash": "640a9260e1d0e78b956151a1fba24eea3d924537a5f62ae07f6cf847173837d8",
"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"
}
}