ScoopInstaller_Main/bucket/coursier.json
2022-01-24 16:30:01 +00:00

26 lines
848 B
JSON

{
"version": "2.1.0-M2-19-g5a34ba7c1",
"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-M2-19-g5a34ba7c1/coursier#/coursier.jar",
"hash": "34c608977192a7e955e4d6d4928fa9d517917577a3e31e1851b12d4a5abc2729",
"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"
}
}