ScoopInstaller_Main/bucket/coursier.json
2019-05-03 16:00:21 +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-4",
"url": "https://github.com/coursier/coursier/releases/download/v1.1.0-M14-4/coursier#/coursier.jar",
"hash": "2227e440fc15572c468420dbc706299d89393f9968b978a438c42d1b29c68ee6",
"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"
}
}