libimobiledevice: fix head url
The old head url isn't working anymore. Closes Homebrew/homebrew#35054. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5f0dfb298b
commit
db0d669e28
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue