wireguard-tools: update to 1.0.20210914.
This commit is contained in:
parent
2216f465ef
commit
5318f32288
1 changed files with 3 additions and 4 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'wireguard-tools'
|
||||
pkgname=wireguard-tools
|
||||
version=1.0.20210424
|
||||
version=1.0.20210914
|
||||
revision=2
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes"
|
||||
depends="openresolv"
|
||||
# FIXME: clang-analyzer should depend on perl
|
||||
checkdepends="clang-analyzer perl"
|
||||
checkdepends="clang-analyzer"
|
||||
short_desc="Fast, modern, secure VPN tunnel - userland tools"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.wireguard.com/"
|
||||
distfiles="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-${version}.tar.xz"
|
||||
checksum=b288b0c43871d919629d7e77846ef0b47f8eeaa9ebc9cedeee8233fc6cc376ad
|
||||
checksum=97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac
|
||||
make_dirs="/etc/wireguard 0700 root root"
|
||||
|
||||
post_patch() {
|
||||
|
|
Loading…
Reference in a new issue