mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
dnsproxy: Add version 0.48.0 (#4490)
This commit is contained in:
parent
6aba82c540
commit
e07a085610
32
bucket/dnsproxy.json
Normal file
32
bucket/dnsproxy.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "0.48.0",
|
||||
"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.48.0/dnsproxy-windows-amd64-v0.48.0.zip",
|
||||
"hash": "7154eda7b87efbae26e73a90fb53091a2d067a36eccece22b918ed72bef9c5b7",
|
||||
"extract_dir": "windows-amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.48.0/dnsproxy-windows-386-v0.48.0.zip",
|
||||
"hash": "984864A41B784A59A3BDB14F0BCC824B20846A966D7648F90F08FA2B01FB62C8",
|
||||
"extract_dir": "windows-386"
|
||||
}
|
||||
},
|
||||
"bin": "dnsproxy.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/AdguardTeam/dnsproxy"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user