dnscrypt-proxy: Update to version 2.1.3

This commit is contained in:
github-actions[bot] 2023-02-02 20:27:28 +00:00
parent 0cc9a924b2
commit dbf1d179e1

View File

@ -1,5 +1,5 @@
{
"version": "2.1.2",
"version": "2.1.3",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info",
"license": "ISC",
@ -10,13 +10,13 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-win64-2.1.2.zip",
"hash": "e7c5cb779e77cfaec6c040f7488228e43e1bece0a64514526e896acd6a8d7930",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-win64-2.1.3.zip",
"hash": "0a1856175454e50852a74a2ab497f1e34e63ae37c6b9670c9ef8d183ea7127ba",
"extract_dir": "win64"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-win32-2.1.2.zip",
"hash": "e25c0ea19dc7c7f67d59e292970e9075a125afbf94b179ca019937a6133c2989",
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-win32-2.1.3.zip",
"hash": "6284c26dc4917ac36dda7e7739e8b9c3ef3c13acfc588c06b44c6305f1a36b63",
"extract_dir": "win32"
}
},