ScoopInstaller_Main/bucket/coursier.json
2022-12-21 20:25:30 +00:00

26 lines
822 B
JSON

{
"version": "2.1.0-RC4",
"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-RC4/coursier#/coursier.jar",
"hash": "86854dad9c23fdc256926ef3bbb51965d6a1143ce1e225dcd3079c0281476b12",
"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"
}
}