aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/miniupnpc.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-27 23:30:26 +0000
committerJack Nagel2014-10-27 21:27:48 -0500
commite4b41f3d4851e00861cdd1efce6f98bbfc80420b (patch)
treed509889f5486c2aeaaa368ebe8572f9b742fe469 /Library/Formula/miniupnpc.rb
parent543b83a779a57e2b7c9b463871d72a99be437205 (diff)
downloadhomebrew-e4b41f3d4851e00861cdd1efce6f98bbfc80420b.tar.bz2
miniupnpc 1.9.20141027
Version bump. Closes #33660. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/miniupnpc.rb')
-rw-r--r--Library/Formula/miniupnpc.rb11
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/miniupnpc.rb b/Library/Formula/miniupnpc.rb
index 2d3404573..273a2894e 100644
--- a/Library/Formula/miniupnpc.rb
+++ b/Library/Formula/miniupnpc.rb
@@ -1,14 +1,11 @@
-require 'formula'
+require "formula"
class Miniupnpc < Formula
- homepage 'http://miniupnp.tuxfamily.org'
- url 'http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.8.20131007.tar.gz'
- sha1 'e2881e9583e90d6706abe0663330f46579efc64a'
+ homepage "http://miniupnp.tuxfamily.org"
+ url "http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.9.20141027.tar.gz"
+ sha1 "b3c8e7f1e8d0a43ee274866730347e9871903ea1"
def install
- # Reported upstream:
- # http://miniupnp.tuxfamily.org/forum/viewtopic.php?t=978
- inreplace 'Makefile', "-Wl,-install_name,$(SONAME)", "-Wl,-install_name,$(INSTALLDIRLIB)/$(SONAME)"
system "make", "INSTALLPREFIX=#{prefix}", "install"
end
end