ScoopInstaller_Main/bucket/coursier.json
2020-05-08 00:35:34 +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-15",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-15/coursier#/coursier.jar",
"hash": "065925e5b37844b611c989844bbbf64bc7a1f47271c5e305b4ca3fc28093ff9f",
"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"
}
}