From 8970fc6730f972bc7f4c6a03fc6973c145e5ee36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 19 Dec 2019 07:59:58 +0100 Subject: [PATCH] Wireguard: bump tag to most recent since it breaks building on 5.4.y (#1683) --- lib/compilation-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compilation-prepare.sh b/lib/compilation-prepare.sh index 26f3028b52..99e48473c9 100644 --- a/lib/compilation-prepare.sh +++ b/lib/compilation-prepare.sh @@ -95,7 +95,7 @@ compilation_prepare() # attach to specifics tag or branch #local wirever="branch:master" - local wirever="tag:0.0.20190702" + local wirever="tag:0.0.20191219" display_alert "Adding" "WireGuard ${wirever} " "info"