mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
26 lines
824 B
JSON
26 lines
824 B
JSON
{
|
|
"version": "2.1.25-M19",
|
|
"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-M19/coursier#/coursier.jar",
|
|
"hash": "d575cf0df19bc456f1c7a6701abc4e475952576be497f296f4bed5753d01b06f",
|
|
"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"
|
|
}
|
|
}
|