diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/peervpn.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/peervpn.rb b/Library/Formula/peervpn.rb index 37ed58bd1..e14f4e0ef 100644 --- a/Library/Formula/peervpn.rb +++ b/Library/Formula/peervpn.rb @@ -2,9 +2,9 @@ require "formula" 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 @@ -12,8 +12,6 @@ class Peervpn < Formula 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" |
