ScoopInstaller_Main/bucket/dnsproxy.json
2023-06-08 16:27:22 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.50.1",
"description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
"homepage": "https://github.com/AdguardTeam/dnsproxy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.1/dnsproxy-windows-amd64-v0.50.1.zip",
"hash": "d9685e13e110d2579dfba7909caa1226d06d4cee59b88d549dcaba803915a160",
"extract_dir": "windows-amd64"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.1/dnsproxy-windows-386-v0.50.1.zip",
"hash": "b9361565597120f9cd472c5b95cb20224e9012a53191934806be44b70e5ff8b3",
"extract_dir": "windows-386"
}
},
"bin": "dnsproxy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v$version/dnsproxy-windows-386-v$version.zip"
}
}
}
}