From 70fa8ec8dc5870a0d0315bb1dfde370a4fdc9cab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 Jan 2020 13:01:49 +0000 Subject: [PATCH] dnscrypt-proxy: Update to version 2.0.37 --- bucket/dnscrypt-proxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dnscrypt-proxy.json b/bucket/dnscrypt-proxy.json index 5e7f07d747..94056ae76c 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -1,17 +1,17 @@ { - "version": "2.0.36", + "version": "2.0.37", "description": "A flexible DNS proxy, with support for encrypted DNS protocols", "homepage": "https://dnscrypt.info", "license": "ISC", "architecture": { "64bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win64-2.0.36.zip", - "hash": "b35a77d2db22a3488e8a7ceb1ea329f8c72b4cd39e5997b83635db3395bc66da", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.37/dnscrypt-proxy-win64-2.0.37.zip", + "hash": "db69a8b68a5b2d0d8828e007bca7a482b19081bed8517296803d41b8350e80ce", "extract_dir": "win64" }, "32bit": { - "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.36/dnscrypt-proxy-win32-2.0.36.zip", - "hash": "bcec8a068ad26ecf766ec23dd73e3b13ad95952203bec833c686ec5860303355", + "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.0.37/dnscrypt-proxy-win32-2.0.37.zip", + "hash": "1fa2a46e736e9a9b1a58b72ae613ea853083f4459bed0394ab488d6172359f79", "extract_dir": "win32" } },