ScoopInstaller_Main/bucket/coursier.json
2021-03-21 14:00:24 +00:00

20 lines
710 B
JSON

{
"version": "2.0.15",
"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.15/coursier#/coursier.jar",
"hash": "5df4d6f063683ec3576a6cb42bd022dd24b3052c92d5d34d09e5ac6c3f310902",
"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"
}
}