ScoopInstaller_Main/bucket/coursier.json
2020-02-12 16:01:53 +00:00

17 lines
639 B
JSON

{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "2.0.0-RC6-5",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-5/coursier#/coursier.jar",
"hash": "9622a036a90b999576f6dadd1376542423d18e4b9c7cf78bb76ce540ba562f35",
"bin": "coursier.jar",
"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"
}
}