Browse Source

wireguard: version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
lilik-openwrt-22.03
Jason A. Donenfeld 7 years ago
committed by GitHub
parent
commit
404657ee8a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/wireguard/Makefile

+ 2
- 2
net/wireguard/Makefile View File

@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=wireguard
PKG_VERSION:=0.0.20170628
PKG_VERSION:=0.0.20170629
PKG_RELEASE:=1
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
PKG_HASH:=c2cb9c05daba79389f920e57e9cdb2cf706c0b3929cb6ede89afef2684f62f2e
PKG_HASH:=51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save