ScoopInstaller_Main/bucket/coursier.json
2019-09-11 07:00:22 +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-RC3-4",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC3-4/coursier#/coursier.jar",
"hash": "a5dc05a63379dc2a2ce3d12373737f440ef956472042e080fc8cc62d7dc594f2",
"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"
}
}