wireguard: update to 0.0.20170115.
This commit is contained in:
parent
3c1ba3adc5
commit
606289d71d
2 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'wireguard'
|
||||
pkgname=wireguard
|
||||
version=0.0.20161129
|
||||
version=0.0.20170115
|
||||
revision=1
|
||||
wrksrc="WireGuard-experimental-${version}"
|
||||
wrksrc="WireGuard-${version}"
|
||||
build_wrksrc="src/tools"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes"
|
||||
makedepends="libmnl-devel"
|
||||
depends="dkms"
|
||||
short_desc="Fast, modern, secure VPN tunnel"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://www.wireguard.io/"
|
||||
distfiles="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-${version}.tar.xz"
|
||||
checksum=7bdce3e56aaae91b195b8bbf7afc8d07f68632c997aa702c1ab84745c099d1b7
|
||||
distfiles="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"
|
||||
checksum=7e5f9f4699a2d4ace90d0df5d81bf0f67205ee08c45b95e0acc379bedef5ffe8
|
||||
|
||||
triggers="dkms"
|
||||
dkms_modules="wireguard ${version}"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site='https://git.zx2c4.com/WireGuard/'
|
||||
pattern='experimental-\K[\d.]*\d'
|
||||
pattern='WireGuard-\K[\d.]*\d'
|
||||
|
|
Loading…
Reference in a new issue