From: Ivan Chashkin Date: Mon, 20 Jan 2025 14:22:35 +0000 (+0300) Subject: yggdrasil: update to 0.5.12 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1614ac07d13da850d7a6176b2e0ea506561faa2;p=feed%2Fpackages.git yggdrasil: update to 0.5.12 Signed-off-by: Ivan Chashkin --- 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