ScoopInstaller_Main/bucket/coursier.json
2021-02-15 17:14:07 +01:00

20 lines
710 B
JSON

{
"version": "2.0.12",
"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.12/coursier#/coursier.jar",
"hash": "48b97ca571a5f7ad7614310ecb5bf3fe65d36f7fbb60027fc2afe78c12fe57e2",
"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"
}
}