ScoopInstaller_Main/bucket/coursier.json
2019-11-14 14:01:14 +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-2",
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC5-2/coursier#/coursier.jar",
"hash": "81e29216f3f69e53777a76d99eae2c94cc2d7ec7f2e580a51187c38052412712",
"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"
}
}