Skip to content

Commit

Permalink
peervpn 0.041
Browse files Browse the repository at this point in the history
peervpn: upgrade to 0.041

Closes Homebrew/legacy-homebrew#34185.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
fleischkatapult authored and MikeMcQuaid committed Nov 14, 2014
1 parent 5adc9ef commit 9da06da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/peervpn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

class Peervpn < Formula
homepage "http://www.peervpn.net"
url "http://www.peervpn.net/files/peervpn-0-040.tar.gz"
version "0.040"
sha1 "45f815445a2d654e2da56de965633743d25f3468"
url "http://www.peervpn.net/files/peervpn-0-041.tar.gz"
version "0.041"
sha1 "b05bb88bfe73976714f559c8aaf545d75b026768"

depends_on "openssl"
depends_on :tuntap

patch :DATA if MacOS.version == :snow_leopard

def install
# Remove the Linux-only lrt lib from the makefile or else compile = nope.
inreplace "Makefile", "LIBS+=-lrt -lcrypto -lz", "LIBS+=-lcrypto -lz"
system "make"
bin.install "peervpn"
etc.install "peervpn.conf"
Expand Down

0 comments on commit 9da06da

Please sign in to comment.