From 978ca259c3d8e9d797b6edaa0dd4f80896dfc2a6 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 5 Jan 2017 04:57:26 +0100 Subject: [PATCH] wireguard-tools 0.0.20170105 Fairly simple version bump. This release adds a new tool that's Linux only and a systemd unit, so we explicitly opt-out of those. We also set up bash-completion. Closes #8509. Signed-off-by: Tomasz Pajor --- Formula/wireguard-tools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/wireguard-tools.rb b/Formula/wireguard-tools.rb index 2c253922d3..b175b71ce6 100644 --- a/Formula/wireguard-tools.rb +++ b/Formula/wireguard-tools.rb @@ -3,8 +3,8 @@ class WireguardTools < Formula homepage "https://www.wireguard.io/" # Please only update version when the tools have been modified/updated, # since the Linux module aspect isn't of utility for us. - url "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20161230.tar.xz" - sha256 "69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396" + url "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20170105.tar.xz" + sha256 "1bd990eeae6fbf599ccddde81caa92770f58623ad9705f875bcfab8254583896" head "https://git.zx2c4.com/WireGuard", :using => :git bottle do @@ -15,7 +15,7 @@ class WireguardTools < Formula end def install - system "make", "PREFIX=#{prefix}", "-C", "src/tools", "install" + system "make", "BASHCOMPDIR=#{bash_completion}", "WITH_BASHCOMPLETION=yes", "WITH_WGQUICK=no", "WITH_SYSTEMDUNITS=no", "PREFIX=#{prefix}", "-C", "src/tools", "install" end test do