Browse Source

Merge pull request #4287 from zx2c4/patch-5

wireguard: update to 0.0.20170421
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
e23a202724
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.20170409
PKG_VERSION:=0.0.20170421
PKG_RELEASE:=1
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
PKG_HASH:=31473b4d14178f82d6ff46df019d57982c210c03d1a985d54db35bdd76efbb18
PKG_HASH:=03c82af774224cd171d000ee4a519b5e474cc6842ac04967773cf77b26750000
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save