wireguard-tools: update to v1.0.20250521
Update to latest version. Release notes: https://lists.zx2c4.com/pipermail/wireguard/2025-May/008789.html % wg -v wireguard-tools v1.0.20250521 - https://git.zx2c4.com/wireguard-tools/ Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/19023 Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
1f758ece92
commit
c374deca7e
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=wireguard-tools
|
||||
|
||||
PKG_VERSION:=1.0.20210914
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=1.0.20250521
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=wireguard-tools-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://git.zx2c4.com/wireguard-tools/snapshot/
|
||||
PKG_HASH:=97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac
|
||||
PKG_HASH:=b6f2628b85b1b23cc06517ec9c74f82d52c4cdbd020f3dd2f00c972a1782950e
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
Loading…
Reference in a new issue