ScoopInstaller_Main/bucket/coursier.json
2025-05-06 16:29:47 +00:00

26 lines
824 B
JSON

{
"version": "2.1.25-M13",
"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.25-M13/coursier#/coursier.jar",
"hash": "1cdc680fb50cb3acb3c02d30b1e62b03926959a87a12479c93790cf0fa3d7458",
"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"
}
}