dnsproxy: Update to version 0.72.3

This commit is contained in:
github-actions[bot] 2024-08-06 12:32:26 +00:00
parent 2bfac27c56
commit e784a4015d

View File

@ -1,22 +1,22 @@
{ {
"version": "0.72.2", "version": "0.72.3",
"description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support", "description": "Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support",
"homepage": "https://github.com/AdguardTeam/dnsproxy", "homepage": "https://github.com/AdguardTeam/dnsproxy",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-amd64-v0.72.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-amd64-v0.72.3.zip",
"hash": "5738f785bddbbc21ad77f0d6ce028ad85829d5b7cf2ed7165bd851f3689fa96f", "hash": "73142c30b5ae9f5e17d49c9843690581d7cdeba01eaace2d87de0c9390aacc48",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-386-v0.72.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-386-v0.72.3.zip",
"hash": "46cb4cb26a7390da1ff0a264c628c4a9bf667428d8077b964ddec1def099b2ec", "hash": "48d9cbd493a9e5d5e2ac0afb26b1f118644eaed104a4baea47b637f992c224b9",
"extract_dir": "windows-386" "extract_dir": "windows-386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.2/dnsproxy-windows-arm64-v0.72.2.zip", "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.72.3/dnsproxy-windows-arm64-v0.72.3.zip",
"hash": "5d1e8805ec1368e96ba2dfe8f017c255674f51df24e70ac81bb4688f9b6bb0b4", "hash": "eec3191bd1c15125fdcf28227d10a32828fc46139707d3e45f7634fc52dcb1f9",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },