From bfcac355a2428b7c537a4c02b44c7e04804580ac Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:12:54 -0500 Subject: [PATCH] Update prcheck.sh --- .github/workflows/prcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prcheck.sh b/.github/workflows/prcheck.sh index 37eff8a3..2e51d75b 100755 --- a/.github/workflows/prcheck.sh +++ b/.github/workflows/prcheck.sh @@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then exit 0 fi -curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf - +curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf - cd linux-x86_64 || exit 1 exit_code=0