testing/wireguard-vanilla: update to 0.0.20170726

This commit is contained in:
Stuart Cardall 2017-07-27 18:19:32 +00:00 committed by Jakub Jirutka
parent 5cd8c5f685
commit 11692cb83e
2 changed files with 4 additions and 6 deletions

View File

@ -46,8 +46,7 @@ build() {
# only building module: see wireguard-tools for userspace
make -C src/ \
KERNELDIR=/lib/modules/${_abi_release}/build \
module \
|| return 1
module
}
package() {

View File

@ -8,7 +8,7 @@ _kpkgrel=0
# when changing _ver we *must* bump _mypkgrel
# we must also match up _toolsrel with wireguard-tools
_ver=0.0.20170629
_ver=0.0.20170726
_mypkgrel=0
_toolsrel=0
_name=wireguard
@ -46,8 +46,7 @@ build() {
unset LDFLAGS
make -C src/ \
KERNELDIR=/lib/modules/${_abi_release}/build \
module \
|| return 1
module
}
package() {
@ -60,4 +59,4 @@ package() {
done
}
sha512sums="61ad1fc092aada471a847df2170964a8c963c4eb4e43425c20430fc0619fdf55ea56ba8a7839c5fddbbc323af089378da2d540a1ba0f8009d5cb7953da543147 WireGuard-0.0.20170629.tar.xz"
sha512sums="64f7583f0031ab79d70a494ce734fbb5a31b508d3dd4ac00214cce7fdd0eb61468ab49410c92d9e0dc07a382d83c9cf7af9298e6e794b18c081e1089f969729b WireGuard-0.0.20170726.tar.xz"