Browse Source

wireguard: version bump

Signed-off-by: Dan Luedtke <mail@danrl.com>
lilik-openwrt-22.03
danrl 7 years ago
parent
commit
5d961f28c9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/wireguard/Makefile

+ 3
- 3
net/wireguard/Makefile View File

@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=wireguard
PKG_VERSION:=0.0.20170214
PKG_RELEASE:=2
PKG_VERSION:=0.0.20170223
PKG_RELEASE:=1
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
PKG_HASH:=1e4ee213d2a5ac672c952c59e9c64d6d7d5dc3e21c003aee30d75208237e8bf5
PKG_HASH:=6d2c8cd29c4f9fb404546a4749ec050739a26b4a49b5864f1dec531377c3c50d
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save