From 88e577b9549f724fdd459ac190079a5384d50e62 Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Wed, 17 Dec 2014 14:39:36 +0100 Subject: libimobiledevice: fix head url The old head url isn't working anymore. Closes #35054. Signed-off-by: Jack Nagel --- Library/Formula/libimobiledevice.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index ac078e317..fd4c44722 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -1,5 +1,3 @@ -require "formula" - class Libimobiledevice < Formula homepage "http://www.libimobiledevice.org/" url "http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.7.tar.bz2" @@ -14,7 +12,7 @@ class Libimobiledevice < Formula end head do - url "http://cgit.sukimashita.com/libimobiledevice.git" + url "http://git.sukimashita.com/libimobiledevice.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build -- cgit v1.2.3