mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "1.1.2",
|
|
"description": "Hosts file manager",
|
|
"homepage": "https://github.com/guumaster/hostctl",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/guumaster/hostctl/releases/download/v1.1.2/hostctl_1.1.2_windows_64-bit.zip",
|
|
"hash": "36189f15a9ca09a1021022ccfbf7a6c33d8c6ea8d5716578bb93100d572b5f9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|