mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +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-RC5",
|
|
"url": "https://github.com/coursier/coursier/releases/download/v2.0.0-RC5/coursier#/coursier.jar",
|
|
"hash": "c0998b07853c3dec8d53090103a2e6bacffc4ac4298247467e4040337d0876d7",
|
|
"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"
|
|
}
|
|
}
|