Skip to content

Commit

Permalink
update WireGuard from 20191219 to 20200105 and new url/file patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
xaki23 committed Jan 8, 2020
1 parent d606b89 commit c461282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ SRC_FILE := linux-${VERSION}.tar.gz
HASH_FILE := $(SRC_FILE).sha512
endif

WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot
WG_SRC_FILE := WireGuard-0.0.20191219.tar.xz
WG_BASE_URL := https://git.zx2c4.com/wireguard-linux-compat/snapshot
WG_SRC_FILE := wireguard-linux-compat-0.0.20200105.tar.xz

WG_SRC_URL := $(WG_BASE_URL)/$(WG_SRC_FILE)
WG_SIG_FILE := $(WG_SRC_FILE:%.xz=%.asc)
Expand Down
2 changes: 1 addition & 1 deletion kernel.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Source0: linux-%{upstream_version}.tar.xz
%else
Source0: linux-%{upstream_version}.tar.gz
%endif
Source5: WireGuard-0.0.20191219.tar.xz
Source5: wireguard-linux-compat-0.0.20200105.tar.xz
Source16: guards
Source17: apply-patches
Source18: mod-sign.sh
Expand Down

0 comments on commit c461282

Please sign in to comment.