ScoopInstaller_Main/bucket/coursier.json
2024-11-07 04:29:54 +00:00

26 lines
816 B
JSON

{
"version": "2.1.16",
"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.16/coursier#/coursier.jar",
"hash": "b8482ce3cc6663ac76713d4ef45810e8b5c056c4cc0dbccc95f34d9f03047dc6",
"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"
}
}