From d1614ac07d13da850d7a6176b2e0ea506561faa2 Mon Sep 17 00:00:00 2001 From: Ivan Chashkin Date: Mon, 20 Jan 2025 17:22:35 +0300 Subject: [PATCH] yggdrasil: update to 0.5.12 Signed-off-by: Ivan Chashkin --- net/yggdrasil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 20cafff57b..f4b937c7ca 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.5.10 +PKG_VERSION:=0.5.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=6082dc5efa107aa5eb2e95f0d6beaf5057ebac871858b42d9043d83f57f54f94 +PKG_HASH:=6504a1e4095e091e7d6f1baa36602e3258a62c5025671b61eccbf8be532c7a0b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant -- 2.30.2