From: William Fleurant Date: Sun, 26 Nov 2023 19:41:51 +0000 (+0100) Subject: yggdrasil: bump to 0.5.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b4455cbe1dd114592ab6cda386f9d699e6ae55b;p=openwrt-packages.git yggdrasil: bump to 0.5.3 Signed-off-by: William Fleurant --- diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 32db0306e..96559d7c6 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.5.2 +PKG_VERSION:=0.5.3 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:=ed908594ab687e141dd2202e1b360e5bd93f910de1fd1f737d210cc784cf2470 +PKG_HASH:=024fb3714f8ce170ed464a8d1972520fe67b89f8e4d0304ce55db45b7a9ab08f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant