lede-packages-rs

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

commit d23ea1e2947a8a9d367ffaeed8fa83038d0a3a2d
parent 2f7f6428168fff0257f8e80cb2d9cbe12f133727
Author: Ted Hess <thess@kitschensync.net>
Date:   Sun, 10 Jul 2016 16:36:25 -0400

Merge pull request #2949 from zorun/master

wireguard: Bump to 0.0.20160708.1
Diffstat:
Mnet/wireguard/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

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