ScoopInstaller_Main/bucket/coursier.json
2020-08-22 19:38:50 +02:00

20 lines
722 B
JSON

{
"version": "2.0.0-RC6-25",
"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-25/coursier#/coursier.jar",
"hash": "90e58b6edd063803a0614e5dbc97a14d8ef8909ac95242869b1b8a8d42757342",
"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"
}
}