wireguard: Bump to 0.0.20160708.1 2949/head
authorBaptiste Jonglez <git@bitsofnetworks.org>
Sat, 9 Jul 2016 22:44:27 +0000 (00:44 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Sun, 10 Jul 2016 12:18:30 +0000 (14:18 +0200)
Also add the SHA256 checksum, since upstream now publishes it when releasing:

  https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
net/wireguard/Makefile

index 5a0e2d8704cd2aabe71c1c0a4a1b7b01d3c10148..83ed8805f7b38f9fb61b2bf45fdb91aa38d81213 100644 (file)
@@ -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)