ScoopInstaller_Main/bucket/coursier.json
2020-04-16 09:45:01 +02:00

17 lines
641 B
JSON

{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "2.0.0-RC6-12",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-12/coursier#/coursier.jar",
"hash": "5c3d242d98c8af3cbee38f930137d54634341b7411de971a20c76286ddb831dc",
"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"
}
}