ScoopInstaller_Main/bucket/coursier.json
2019-05-01 17:00:25 +00:00

17 lines
639 B
JSON

{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "1.1.0-M14-3",
"url": "https://github.com/coursier/coursier/releases/download/v1.1.0-M14-3/coursier#/coursier.jar",
"hash": "db3424a9b351861ae254512057e37f2531bc8a543d4f2b02ca0e659cbdf59030",
"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"
}
}