net/wireguard: update to 0.0.20161230 3717/head
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 31 Dec 2016 02:25:17 +0000 (03:25 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 31 Dec 2016 02:26:08 +0000 (03:26 +0100)
Simple version bump; no changes needed other than filename and hash.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
net/wireguard/Makefile

index dcd0f0e4b0e78a18700d55f45398d06f4caef0db..33fc6647f39ff8a8fa68ca77ce4e7542067f1032 100644 (file)
@@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=wireguard
 
-PKG_VERSION:=0.0.20161223
+PKG_VERSION:=0.0.20161230
 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:=bbd98ff6667e76ac283685db9ee7a6777529f5d311a0bf1fe9a15932aed2b972
+PKG_MD5SUM:=69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396
 PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
 PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-$(PKG_VERSION)