change WireGuard version from 20190702 to 20190913
This commit is contained in:
parent
9a3ca002fe
commit
383118a889
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ endif
|
|||||||
HASH_FILE :=${SRC_FILE}.sha1sum
|
HASH_FILE :=${SRC_FILE}.sha1sum
|
||||||
|
|
||||||
WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot
|
WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot
|
||||||
WG_SRC_FILE := WireGuard-0.0.20190702.tar.xz
|
WG_SRC_FILE := WireGuard-0.0.20190913.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)
|
||||||
|
@ -96,7 +96,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
Source0: linux-%version.tar.xz
|
Source0: linux-%version.tar.xz
|
||||||
Source5: WireGuard-0.0.20190702.tar.xz
|
Source5: WireGuard-0.0.20190913.tar.xz
|
||||||
Source16: guards
|
Source16: guards
|
||||||
Source17: apply-patches
|
Source17: apply-patches
|
||||||
Source33: check-for-config-changes
|
Source33: check-for-config-changes
|
||||||
|
Loading…
Reference in New Issue
Block a user