ScoopInstaller_Main/bucket/coursier.json
2020-06-04 08:48:35 +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-21",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-21/coursier#/coursier.jar",
"hash": "8e1ac9cfad418b8784c11e9d7e3253f4d81be7e9189485891d57204170737f20",
"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"
}
}