mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
31 lines
952 B
JSON
31 lines
952 B
JSON
{
|
|
"version": "2.26.2",
|
|
"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.26.2/coder_2.26.2_windows_amd64.zip",
|
|
"hash": "82a9b15ada4c2d8d1e9895f79cd02eaf24cdd0a82d517b89a02d7bbedb455faa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|