ScoopInstaller_Main/bucket/coursier.json
2020-10-02 10:08:42 +02:00

20 lines
722 B
JSON

{
"version": "2.0.0-RC6-27",
"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.0-RC6-27/coursier#/coursier.jar",
"hash": "6633a3bb0a4ffe50a84b253faa94909c2a348683c91b4eaf2545c1db977e28b9",
"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"
}
}