mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "0.6.0",
|
|
"description": "Hosts file manager",
|
|
"homepage": "https://github.com/guumaster/hostctl",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/guumaster/hostctl/releases/download/v0.6.0/hostctl_0.6.0_windows_64-bit.zip",
|
|
"hash": "a679e5837bf40b4c5625cea097abce1c23efa80300711c79de0c8669c4595ce4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|