dnscrypt-proxy: Update to version 2.1.8

This commit is contained in:
github-actions[bot] 2025-03-27 16:30:15 +00:00
parent d438750022
commit c150572f02

View File

@ -1,5 +1,5 @@
{ {
"version": "2.1.7", "version": "2.1.8",
"description": "A flexible DNS proxy, with support for encrypted DNS protocols", "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
"homepage": "https://dnscrypt.info", "homepage": "https://dnscrypt.info",
"license": "ISC", "license": "ISC",
@ -10,13 +10,13 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.7/dnscrypt-proxy-win64-2.1.7.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.8/dnscrypt-proxy-win64-2.1.8.zip",
"hash": "66eb1be3d700f023abec65d7206dd979a272330c6f29a72d4612f12521292eab", "hash": "dcbef9a4079164545ab9d8a95b4d97da3e639213451dd2c14237ceba59c909bb",
"extract_dir": "win64" "extract_dir": "win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.7/dnscrypt-proxy-win32-2.1.7.zip", "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.8/dnscrypt-proxy-win32-2.1.8.zip",
"hash": "d896578d9ba16f47198f545494aafa118cede45cc8ec70320808367d20528a21", "hash": "f589728c099b8c81e0029abf4514db4962d861f06bdcdf962f1d24d2d7beaf61",
"extract_dir": "win32" "extract_dir": "win32"
} }
}, },