lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 52039ed44362f181e3a7b0d345ee17fe562effd4
parent 7d34e8e5f4ccd73b035c0e40a4c09e870035ba09
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Fri, 23 Dec 2016 22:11:35 +0100

net/wireguard: version bump

Update to a new wireguard version. Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

Diffstat:
Mnet/wireguard/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile @@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard -PKG_VERSION:=0.0.20161218 -PKG_RELEASE:=2 +PKG_VERSION:=0.0.20161223 +PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz # This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length -PKG_MD5SUM:=d805035d3e99768e69d8cdeb8fb5250a59b994ce127fceb71a078582c30f5597 +PKG_MD5SUM:=bbd98ff6667e76ac283685db9ee7a6777529f5d311a0bf1fe9a15932aed2b972 PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-$(PKG_VERSION)