mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "0.7.0",
|
|
"description": "Hosts file manager",
|
|
"homepage": "https://github.com/guumaster/hostctl",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/guumaster/hostctl/releases/download/v0.7.0/hostctl_0.7.0_windows_64-bit.zip",
|
|
"hash": "d166205fc242f1839bd6af50d1ff77cf910492071e02b67d571e5f6fe70648d4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|