From dd0af194fc1828e74f11231120cc3cee842bd92b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 24 May 2018 15:57:53 +0200 Subject: [PATCH] wireguard: update to 0.0.20180524. --- srcpkgs/wireguard/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireguard/template b/srcpkgs/wireguard/template index c36168eb2cc..192ce250d24 100644 --- a/srcpkgs/wireguard/template +++ b/srcpkgs/wireguard/template @@ -1,6 +1,6 @@ # Template file for 'wireguard' pkgname=wireguard -version=0.0.20180519 +version=0.0.20180524 revision=1 wrksrc="WireGuard-${version}" build_wrksrc="src/tools" @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://www.wireguard.com/" distfiles="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz" -checksum=8846b3006c3f7e079bb38a4c985ccc2981e259f56c927b4cf47cbc1420e1c462 +checksum=57614239c1f1a99a367f2c816153acda5bffada66a3b8e3b8215f1625784abc9 triggers="dkms" dkms_modules="wireguard ${version}"