ScoopInstaller_Main/bucket/coursier.json
2020-02-19 14:01:48 +00: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-10",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC6-10/coursier#/coursier.jar",
"hash": "551afe11eea7b72b63f221ed9e28155b72b77dda43263660c389a3cee4f33e38",
"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"
}
}