ScoopInstaller_Main/bucket/coursier.json
2019-06-13 13:00:40 +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-2",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC2-2/coursier#/coursier.jar",
"hash": "c6be750184f57cb7e1b62f20050304cfd3c952b21df68d4f174f5d231b447a2c",
"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"
}
}