Skip to content

Commit

Permalink
openvpn 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Aug 25, 2016
1 parent a143b52 commit a87f640
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/openvpn.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Openvpn < Formula
desc "SSL VPN implementing OSI layer 2 or 3 secure network extension"
homepage "https://openvpn.net/index.php/download/community-downloads.html"
url "https://swupdate.openvpn.org/community/releases/openvpn-2.3.11.tar.xz"
mirror "http://build.openvpn.net/downloads/releases/openvpn-2.3.11.tar.xz"
sha256 "0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7"
revision 1
url "https://swupdate.openvpn.org/community/releases/openvpn-2.3.12.tar.xz"
mirror "http://build.openvpn.net/downloads/releases/openvpn-2.3.12.tar.xz"
sha256 "13b963414e2430215981868c77b9795d93653ee535a2d73576f7bb2c28200abc"

bottle do
cellar :any
Expand Down Expand Up @@ -89,6 +88,6 @@ def plist; <<-EOS.undent
end

test do
system "#{sbin}/openvpn", "--show-ciphers"
system sbin/"openvpn", "--show-ciphers"
end
end

0 comments on commit a87f640

Please sign in to comment.