From: George Iv Date: Sun, 24 Nov 2024 20:49:27 +0000 (-0500) Subject: yggdrasil: bump to 0.5.10 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c03910982b591383f9eaa2203fd4b8f6733c9242;p=feed%2Fpackages.git yggdrasil: bump to 0.5.10 Signed-off-by: George Iv (cherry picked from commit 4ee4b22e431ca3c27c1ab26dc0daba5ca6198443) --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 71d6b5f48a..e06599778a 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.5.4 +PKG_VERSION:=0.5.10 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:=c1cceb9a7a4a8959536b1d930ca081bcfbc76ab655e4bcb55d5d0ab6520d9241 +PKG_HASH:=6082dc5efa107aa5eb2e95f0d6beaf5057ebac871858b42d9043d83f57f54f94 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant