wireguard-tools: bump to v1.0.20200827

This commit is contained in:
chewitt 2020-09-10 12:19:50 +00:00
parent 7e2344dad8
commit 856449045f
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
Type = WireGuard Type = WireGuard
Name = WireGuard VPN Tunnel Name = WireGuard VPN Tunnel
Host = 3.2.5.6 Host = 3.2.5.6
Domain = my.home.network
WireGuard.Address = 10.2.0.2/24 WireGuard.Address = 10.2.0.2/24
WireGuard.ListenPort = 51820 WireGuard.ListenPort = 51820
WireGuard.PrivateKey = qKIj010hDdWSjQQyVCnEgthLXusBgm3I6HWrJUaJymc= WireGuard.PrivateKey = qKIj010hDdWSjQQyVCnEgthLXusBgm3I6HWrJUaJymc=

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wireguard-tools" PKG_NAME="wireguard-tools"
PKG_VERSION="v1.0.20200513" PKG_VERSION="v1.0.20200827"
PKG_SHA256="4effe7e9c79b70d6ff17a78bdf4e16fb02d4e6711f85beeaea80db5b11435fdb" PKG_SHA256="ec08772216da73a2f6a925927ce794fe9686ba169bb774e451d34199db19795c"
PKG_LICENSE="GPLv2" PKG_LICENSE="GPLv2"
PKG_SITE="https://www.wireguard.com" PKG_SITE="https://www.wireguard.com"
PKG_URL="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-$PKG_VERSION.tar.xz" PKG_URL="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-$PKG_VERSION.tar.xz"