ScoopInstaller_Main/bucket/coursier.json
2019-08-02 14:02:04 +00:00

17 lines
635 B
JSON

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