From 9f2b5f606dbfbee46f16807fbdc738e2f9e676d2 Mon Sep 17 00:00:00 2001 From: Eslam Nawara <67752395+Eslam-Nawara@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:10:55 +0200 Subject: [PATCH] update yggdrasil to latest 0.5.2 (#2108) * update yggdrasil to latest 0.5.2 * update to 0.5.4 --------- Co-authored-by: Muhamad Azamy --- bins/packages/yggdrasil/yggdrasil.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bins/packages/yggdrasil/yggdrasil.sh b/bins/packages/yggdrasil/yggdrasil.sh index eb695d3bf..242d646ca 100644 --- a/bins/packages/yggdrasil/yggdrasil.sh +++ b/bins/packages/yggdrasil/yggdrasil.sh @@ -1,5 +1,5 @@ -YGGDRASIL_VERSION="0.4.7" -YGGDRASIL_CHECKSUM="088bf973017328c188ce766a4e32cfe3" +YGGDRASIL_VERSION="0.5.4" +YGGDRASIL_CHECKSUM="77ecd0750b884eba9fdb7ee936290629" YGGDRASIL_LINK="https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v${YGGDRASIL_VERSION}/yggdrasil-${YGGDRASIL_VERSION}-amd64.deb" download_yggdrasil() {