mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
779 B
JSON
25 lines
779 B
JSON
{
|
|
"version": "1.0.11",
|
|
"description": "Hosts file manager",
|
|
"homepage": "https://github.com/guumaster/hostctl",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/guumaster/hostctl/releases/download/v1.0.11/hostctl_1.0.11_windows_64-bit.zip",
|
|
"hash": "6c84464eb4aecdb7ec8bc3c36f9c2746f59683fb34d4ce8b46e1d2de941981f3"
|
|
}
|
|
},
|
|
"bin": "hostctl.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/guumaster/hostctl/releases/download/v$version/hostctl_$version_windows_64-bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hostctl_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|