From ad42479059633db1d4d7e0cc07383c96d8e2db09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:32:56 +0000 Subject: [PATCH] dnsproxy: Update to version 0.50.0 --- bucket/dnsproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnsproxy.json b/bucket/dnsproxy.json index 8b2c7e6d10..4430f784ac 100644 --- a/bucket/dnsproxy.json +++ b/bucket/dnsproxy.json @@ -1,17 +1,17 @@ { - "version": "0.49.2", + "version": "0.50.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.49.2/dnsproxy-windows-amd64-v0.49.2.zip", - "hash": "60f945dab5d50036fd5b7fde9ca2e3a2af0c3bf8cd0af3aa7459e8d3a5bb72bf", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.0/dnsproxy-windows-amd64-v0.50.0.zip", + "hash": "40672827060f2a096279611b74bf3c99f6adc42e21b09f48e1e7eeccf5551403", "extract_dir": "windows-amd64" }, "32bit": { - "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.49.2/dnsproxy-windows-386-v0.49.2.zip", - "hash": "ca02cccda6b872c9e03020c3ab12bb3f0002af554af7eb9d198a7c3c189ec32e", + "url": "https://github.com/AdguardTeam/dnsproxy/releases/download/v0.50.0/dnsproxy-windows-386-v0.50.0.zip", + "hash": "026687151b7e7ae5247066c63dbe127cbe253983d902c2cbb270f5481978b45c", "extract_dir": "windows-386" } },