mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
26 lines
816 B
JSON
26 lines
816 B
JSON
{
|
|
"version": "2.1.11",
|
|
"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.11/coursier#/coursier.jar",
|
|
"hash": "19de5133b41d15499a7ebe9c79012f1636d0b16a281c288c0ec946d4c60572b2",
|
|
"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"
|
|
}
|
|
}
|