From a6931f41876447a999a288e1198b8f0851d65bb5 Mon Sep 17 00:00:00 2001 From: Edward George Date: Thu, 4 Nov 2010 17:40:02 +0000 Subject: libupnp: reverted to v1.6.6 due to api changes. api changes in 1.6.8 are incompatible with those projects based off earlier versions, such as uShare. Have reverted to 1.6.6 and fixed the download url. Signed-off-by: Adam Vandenberg I had bumped the version in the first place because I thought the download was gone, but they had just changed the casing in the URL. Reverting to this version until someone who uses this software says it is OK to bump back up. - adamv --- Library/Formula/libupnp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libupnp.rb b/Library/Formula/libupnp.rb index c3070f43f..36458cd08 100644 --- a/Library/Formula/libupnp.rb +++ b/Library/Formula/libupnp.rb @@ -1,9 +1,9 @@ require 'formula' class Libupnp < Formula - url 'http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%201.6.8/libupnp-1.6.8.tar.bz2' + url 'http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%201.6.6/libupnp-1.6.6.tar.bz2' homepage 'http://pupnp.sourceforge.net/' - md5 '7e162895b9d0f9efcccd07973012cdff' + md5 '8918dcf7428cd119d0c8275765ff2833' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" -- cgit v1.2.3