ScoopInstaller_Main/bucket/coursier.json
2025-04-11 20:28:35 +00:00

26 lines
822 B
JSON

{
"version": "2.1.25-M5",
"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-M5/coursier#/coursier.jar",
"hash": "7ae8086f4bd5090af66f1c523e98852bd8bffdf05f50e31e97c342e4d15a627b",
"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"
}
}