mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
26 lines
814 B
JSON
26 lines
814 B
JSON
{
|
|
"version": "2.1.3",
|
|
"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.3/coursier#/coursier.jar",
|
|
"hash": "2bb33d429a7b59a96c47bac11994dc6a04a7852a478efa8da3021e6b74076e8c",
|
|
"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"
|
|
}
|
|
}
|