From e4b41f3d4851e00861cdd1efce6f98bbfc80420b Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 27 Oct 2014 23:30:26 +0000 Subject: miniupnpc 1.9.20141027 Version bump. Closes #33660. Signed-off-by: Jack Nagel --- Library/Formula/miniupnpc.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3