From 167a3276a6d7d86ce4c820bafdb98914e8bae714 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Sep 2014 19:49:29 -0500 Subject: Clean up duplicated head specs --- Library/Formula/emscripten.rb | 4 ++-- Library/Formula/gource.rb | 1 - Library/Formula/libimobiledevice.rb | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb index 595a44074..776cfb9ab 100644 --- a/Library/Formula/emscripten.rb +++ b/Library/Formula/emscripten.rb @@ -5,8 +5,6 @@ class Emscripten < Formula url "https://github.com/kripken/emscripten/archive/1.22.1.tar.gz" sha1 "af45e93a6815392f91a26213f69b9d5121136c60" - head "https://github.com/kripken/emscripten.git", :branch => "incoming" - bottle do sha1 "64644afd5fe3f6e1c88f28d962f69e13d346cb25" => :mavericks sha1 "e384a5b9b0d90926e64a96f0ebef26ecec76b729" => :mountain_lion @@ -14,6 +12,8 @@ class Emscripten < Formula end head do + url "https://github.com/kripken/emscripten.git", :branch => "incoming" + resource "fastcomp" do url "https://github.com/kripken/emscripten-fastcomp.git", :branch => "incoming" end diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 11db522fe..e248c65c7 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -2,7 +2,6 @@ require "formula" class Gource < Formula homepage "http://code.google.com/p/gource/" - head "https://github.com/acaudwell/Gource.git" url "https://github.com/acaudwell/Gource/releases/download/gource-0.42/gource-0.42.tar.gz" sha1 "97ebaa5c9dd73698f578c0afd1c6e8d514d7452c" diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index 098da40fa..f28eacfaa 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -6,8 +6,6 @@ class Libimobiledevice < Formula sha1 "3016bf1241bc5a77a621c49d82d71bb8f32905e4" revision 1 - head "http://cgit.sukimashita.com/libimobiledevice.git" - bottle do cellar :any revision 1 @@ -17,6 +15,7 @@ class Libimobiledevice < Formula end head do + url "http://cgit.sukimashita.com/libimobiledevice.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build -- cgit v1.2.3