update WireGuard from 20191127 to 20191212

This commit is contained in:
xaki23 2019-12-13 15:19:36 +01:00
parent 1554c07dc3
commit 9f28598dd9
No known key found for this signature in database
GPG Key ID: C6C39B177E1A717C
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ HASH_FILE := $(SRC_FILE).sha512
endif endif
WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot
WG_SRC_FILE := WireGuard-0.0.20191127.tar.xz WG_SRC_FILE := WireGuard-0.0.20191212.tar.xz
WG_SRC_URL := $(WG_BASE_URL)/$(WG_SRC_FILE) WG_SRC_URL := $(WG_BASE_URL)/$(WG_SRC_FILE)
WG_SIG_FILE := $(WG_SRC_FILE:%.xz=%.asc) WG_SIG_FILE := $(WG_SRC_FILE:%.xz=%.asc)

View File

@ -113,7 +113,7 @@ Source0: linux-%{upstream_version}.tar.xz
%else %else
Source0: linux-%{upstream_version}.tar.gz Source0: linux-%{upstream_version}.tar.gz
%endif %endif
Source5: WireGuard-0.0.20191127.tar.xz Source5: WireGuard-0.0.20191212.tar.xz
Source16: guards Source16: guards
Source17: apply-patches Source17: apply-patches
Source18: mod-sign.sh Source18: mod-sign.sh