mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
17 lines
635 B
JSON
17 lines
635 B
JSON
{
|
|
"homepage": "https://github.com/coursier/coursier",
|
|
"description": "Pure Scala Artifact Fetching",
|
|
"license": "Apache-2.0",
|
|
"version": "2.0.0-RC1",
|
|
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC1/coursier#/coursier.jar",
|
|
"hash": "01f38ca118eb197e1c4d2038a55bcdaea7065358a6aa8c102053114cc153c9cd",
|
|
"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"
|
|
}
|
|
}
|