ScoopInstaller_Main/bucket/coursier.json
2020-07-31 09:19:53 +02:00

20 lines
722 B
JSON

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