Merge remote-tracking branch 'origin/pr/148'
* origin/pr/148: update WireGuard from 20191219 to 20200105 and new url/file patterns
This commit is contained in:
commit
125390a34f
4
Makefile
4
Makefile
@ -51,8 +51,8 @@ SRC_FILE := linux-${VERSION}.tar.gz
|
|||||||
HASH_FILE := $(SRC_FILE).sha512
|
HASH_FILE := $(SRC_FILE).sha512
|
||||||
endif
|
endif
|
||||||
|
|
||||||
WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot
|
WG_BASE_URL := https://git.zx2c4.com/wireguard-linux-compat/snapshot
|
||||||
WG_SRC_FILE := WireGuard-0.0.20191219.tar.xz
|
WG_SRC_FILE := wireguard-linux-compat-0.0.20200105.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)
|
||||||
|
@ -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.20191219.tar.xz
|
Source5: wireguard-linux-compat-0.0.20200105.tar.xz
|
||||||
Source16: guards
|
Source16: guards
|
||||||
Source17: apply-patches
|
Source17: apply-patches
|
||||||
Source18: mod-sign.sh
|
Source18: mod-sign.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user