ScoopInstaller_Main/bucket/coursier.json
2022-10-20 08:30:51 +00:00

26 lines
848 B
JSON

{
"version": "2.1.0-M7-34-gf519b50a3",
"description": "Pure Scala Artifact Fetching",
"homepage": "https://github.com/coursier/coursier",
"license": "Apache-2.0",
"url": "https://github.com/coursier/coursier/releases/download/v2.1.0-M7-34-gf519b50a3/coursier#/coursier.jar",
"hash": "06f9cafc1ab76ebfbddaaa3e57575f323ab1a61e437cdfae2241de4a23a0a6d3",
"bin": "coursier.jar",
"env_set": {
"COURSIER_CACHE": "$dir\\cache",
"COURSIER_BIN_DIR": "$dir\\bin"
},
"env_add_path": "bin",
"persist": [
"cache",
"bin"
],
"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"
}
}