mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
952 B
JSON
31 lines
952 B
JSON
{
|
|
"version": "2.12.5",
|
|
"description": "Creates remote development machines so your team can develop from anywhere.",
|
|
"homepage": "https://coder.com/",
|
|
"license": "AGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coder/coder/releases/download/v2.12.5/coder_2.12.5_windows_amd64.zip",
|
|
"hash": "8a076a44f5bb2c637a06c610436ac414d3e57f8d847566af6314455928e27571"
|
|
}
|
|
},
|
|
"bin": "coder.exe",
|
|
"env_set": {
|
|
"CODER_CONFIG_DIR": "$dir\\config"
|
|
},
|
|
"persist": "config",
|
|
"checkver": {
|
|
"github": "https://github.com/coder/coder"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coder/coder/releases/download/v$version/coder_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/coder_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|