ScoopInstaller_Main/bucket/coursier.json
2019-06-20 11:00:23 +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-RC2-3",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC2-3/coursier#/coursier.jar",
"hash": "ca7b632276c1ab8091cc6cad9360024bcd1a7b7e5b88e0f711476f2686b08074",
"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"
}
}