ScoopInstaller_Main/bucket/coursier.json
2020-05-14 17:56:00 +02:00

20 lines
722 B
JSON

{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "2.0.0-RC6-16",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-16/coursier#/coursier.jar",
"hash": "4f4590791cf175dcba214ca3c7bfb4b4ad6846d129d3bf06436a6245222b26c9",
"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"
}
}