ScoopInstaller_Main/bucket/coursier.json
2020-01-05 15:00:29 +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-RC5-4",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC5-4/coursier#/coursier.jar",
"hash": "bb4938a558ed0c8e016c6603246e75ffcae9410c308a2535a05e381f20e50a0e",
"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"
}
}