aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-03 17:44:40 -0500
committerJack Nagel2014-12-03 17:44:40 -0500
commit8fcdc0a3258ec574b7407506b7635f9f5174a297 (patch)
treed27859c1b4e85e839240ed216ff6c20c216a3e12 /Library
parent890b799e1f3c3caafbf7f508a67b8292547097e4 (diff)
downloadhomebrew-8fcdc0a3258ec574b7407506b7635f9f5174a297.tar.bz2
Drop redundant :branch => "master"
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autoenv.rb2
-rw-r--r--Library/Formula/boot2docker.rb2
-rw-r--r--Library/Formula/bup.rb2
-rw-r--r--Library/Formula/ccm.rb2
-rw-r--r--Library/Formula/cgrep.rb2
-rw-r--r--Library/Formula/cocot.rb2
-rw-r--r--Library/Formula/dnscrypt-proxy.rb2
-rw-r--r--Library/Formula/editorconfig.rb4
-rw-r--r--Library/Formula/erlang.rb2
-rw-r--r--Library/Formula/euca2ools.rb2
-rw-r--r--Library/Formula/git-encrypt.rb2
-rw-r--r--Library/Formula/git-extras.rb2
-rw-r--r--Library/Formula/hr.rb2
-rw-r--r--Library/Formula/hub.rb2
-rw-r--r--Library/Formula/jsdoc3.rb2
-rw-r--r--Library/Formula/kytea.rb2
-rw-r--r--Library/Formula/ledger.rb2
-rw-r--r--Library/Formula/libuv.rb2
-rw-r--r--Library/Formula/macvim.rb2
-rw-r--r--Library/Formula/makeself.rb2
-rw-r--r--Library/Formula/multimarkdown.rb8
-rw-r--r--Library/Formula/ngrok.rb2
-rw-r--r--Library/Formula/osm2pgrouting.rb2
-rw-r--r--Library/Formula/pgtune.rb2
-rw-r--r--Library/Formula/platypus.rb2
-rw-r--r--Library/Formula/qca.rb2
-rw-r--r--Library/Formula/rebar.rb2
-rw-r--r--Library/Formula/rgbds.rb2
-rw-r--r--Library/Formula/screenresolution.rb2
-rw-r--r--Library/Formula/simple-amqp-client.rb2
-rw-r--r--Library/Formula/ssdb.rb2
-rw-r--r--Library/Formula/sync_gateway.rb2
-rw-r--r--Library/Formula/sysdig.rb2
-rw-r--r--Library/Formula/tinyxml2.rb2
-rw-r--r--Library/Formula/torsocks.rb2
-rw-r--r--Library/Formula/tuntap.rb2
-rw-r--r--Library/Formula/webp.rb2
37 files changed, 41 insertions, 41 deletions
diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb
index 783facbde..2951c557c 100644
--- a/Library/Formula/autoenv.rb
+++ b/Library/Formula/autoenv.rb
@@ -5,7 +5,7 @@ class Autoenv < Formula
url 'https://github.com/kennethreitz/autoenv/archive/v0.1.0.tar.gz'
sha1 '4d773ba8162b8f49abdfc07d0f8c956aa3353e0c'
- head 'https://github.com/kennethreitz/autoenv.git', :branch => 'master'
+ head 'https://github.com/kennethreitz/autoenv.git'
def install
prefix.install "activate.sh"
diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb
index 3c3b68002..298d46533 100644
--- a/Library/Formula/boot2docker.rb
+++ b/Library/Formula/boot2docker.rb
@@ -5,7 +5,7 @@ class Boot2docker < Formula
# Boot2docker and docker are generally updated at the same time.
# Please update the version of docker too
url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.2"
- head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"
+ head "https://github.com/boot2docker/boot2docker-cli.git"
bottle do
sha1 "a549d80b04ba8702e96216e35edfc135850be122" => :yosemite
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb
index b988ea426..0f102047c 100644
--- a/Library/Formula/bup.rb
+++ b/Library/Formula/bup.rb
@@ -2,7 +2,7 @@ require "formula"
class Bup < Formula
homepage "https://github.com/bup/bup"
- head "https://github.com/bup/bup.git", :branch => "master"
+ head "https://github.com/bup/bup.git"
url "https://github.com/bup/bup/archive/0.26.tar.gz"
sha1 "86e636818590fe40e1074c67545bb74de6e8306b"
diff --git a/Library/Formula/ccm.rb b/Library/Formula/ccm.rb
index b8ce46690..d53f5c2eb 100644
--- a/Library/Formula/ccm.rb
+++ b/Library/Formula/ccm.rb
@@ -12,7 +12,7 @@ class Ccm < Formula
sha1 "7f7178f0b6901a756fbcddaa4450902bc5390dae" => :lion
end
- head "https://github.com/pcmanus/ccm.git", :branch => "master"
+ head "https://github.com/pcmanus/ccm.git"
resource "pyyaml" do
url "https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz"
diff --git a/Library/Formula/cgrep.rb b/Library/Formula/cgrep.rb
index 0206a4001..7989a866c 100644
--- a/Library/Formula/cgrep.rb
+++ b/Library/Formula/cgrep.rb
@@ -7,7 +7,7 @@ class Cgrep < Formula
homepage "https://github.com/awgn/cgrep"
url "https://github.com/awgn/cgrep/archive/v6.4.6.tar.gz"
sha1 "e177e200b2f94d18bf9de614695dfe2c8d37638f"
- head "https://github.com/awgn/cgrep.git", :branch => "master"
+ head "https://github.com/awgn/cgrep.git"
bottle do
cellar :any
diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb
index 2f0012b05..807a7d562 100644
--- a/Library/Formula/cocot.rb
+++ b/Library/Formula/cocot.rb
@@ -5,7 +5,7 @@ class Cocot < Formula
url 'https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz'
sha1 'ffc36f56e47c22a963ef48cb67e60b0337b58bc6'
- head 'https://github.com/vmi/cocot.git', :branch => 'master'
+ head 'https://github.com/vmi/cocot.git'
def install
system "./configure", "--prefix=#{prefix}"
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb
index 16155165f..3eae793ba 100644
--- a/Library/Formula/dnscrypt-proxy.rb
+++ b/Library/Formula/dnscrypt-proxy.rb
@@ -6,7 +6,7 @@ class DnscryptProxy < Formula
sha256 "b53822841bd275d81ff9faa4784a42618b7acc3c76a86c75be40379c503d69de"
head do
- url "https://github.com/jedisct1/dnscrypt-proxy.git", :branch => "master"
+ url "https://github.com/jedisct1/dnscrypt-proxy.git"
depends_on :autoconf
depends_on :automake
diff --git a/Library/Formula/editorconfig.rb b/Library/Formula/editorconfig.rb
index 486df6562..f6c979b0f 100644
--- a/Library/Formula/editorconfig.rb
+++ b/Library/Formula/editorconfig.rb
@@ -12,11 +12,11 @@ class Editorconfig < Formula
sha1 "84b22980c00b6c779f6308561b06058f5e3d5b11" => :lion
end
+ head 'https://github.com/editorconfig/editorconfig-core-c.git'
+
depends_on 'cmake' => :build
depends_on 'pcre'
- head 'https://github.com/editorconfig/editorconfig-core-c.git', :branch => 'master'
-
def install
system "cmake", ".", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}"
system "make install"
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index f14293075..8625c062f 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -12,7 +12,7 @@ class Erlang < Formula
sha256 "bb8036c43b1aae12b2940968f2480701e7f431f09d46a0f204d94bf53b0b2b50"
end
- head 'https://github.com/erlang/otp.git', :branch => 'master'
+ head 'https://github.com/erlang/otp.git'
bottle do
sha1 "d7ef1f3f93a1e7f404c1581d814bf7f78599e48d" => :yosemite
diff --git a/Library/Formula/euca2ools.rb b/Library/Formula/euca2ools.rb
index d4d6e2be8..0eab76e3b 100644
--- a/Library/Formula/euca2ools.rb
+++ b/Library/Formula/euca2ools.rb
@@ -4,7 +4,7 @@ class Euca2ools < Formula
homepage "https://github.com/eucalyptus/euca2ools"
url "https://github.com/eucalyptus/euca2ools/archive/v3.1.0.tar.gz"
sha1 "5290172546707f3729da314535a7a9a429edda24"
- head "https://github.com/eucalyptus/euca2ools.git", :branch => "master"
+ head "https://github.com/eucalyptus/euca2ools.git"
depends_on :python if MacOS.version <= :snow_leopard
diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb
index 5423ae372..535e3148c 100644
--- a/Library/Formula/git-encrypt.rb
+++ b/Library/Formula/git-encrypt.rb
@@ -5,7 +5,7 @@ class GitEncrypt < Formula
url "https://github.com/shadowhand/git-encrypt/archive/0.3.2.tar.gz"
sha1 "f15eca78cb2ea43bb4f258dea87fe3e6f2dd08b5"
- head "https://github.com/shadowhand/git-encrypt.git", :branch => "master"
+ head "https://github.com/shadowhand/git-encrypt.git"
def install
bin.install "gitcrypt"
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index 1e7d9381f..0cb521397 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -5,7 +5,7 @@ class GitExtras < Formula
url "https://github.com/tj/git-extras/archive/2.2.0.tar.gz"
sha1 "cb3df2bc8953fdae7b73c3d309e79ee5316bb90d"
- head "https://github.com/tj/git-extras.git", :branch => "master"
+ head "https://github.com/tj/git-extras.git"
bottle do
cellar :any
diff --git a/Library/Formula/hr.rb b/Library/Formula/hr.rb
index 9b9d08acc..a066ea561 100644
--- a/Library/Formula/hr.rb
+++ b/Library/Formula/hr.rb
@@ -5,7 +5,7 @@ class Hr < Formula
url 'https://github.com/LuRsT/hr/archive/1.1.tar.gz'
sha1 '72e0a7836fe5181205de816bb5e0d44be3a8961f'
- head 'https://github.com/LuRsT/hr', :branch => 'master'
+ head 'https://github.com/LuRsT/hr'
def install
bin.install 'hr'
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 0b7a4966f..f558be18e 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -6,7 +6,7 @@ class Hub < Formula
sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c'
head do
- url "https://github.com/github/hub.git", :branch => "master"
+ url "https://github.com/github/hub.git"
depends_on "go" => :build
end
diff --git a/Library/Formula/jsdoc3.rb b/Library/Formula/jsdoc3.rb
index de3efeb84..c561365df 100644
--- a/Library/Formula/jsdoc3.rb
+++ b/Library/Formula/jsdoc3.rb
@@ -2,7 +2,7 @@ require 'formula'
class Jsdoc3 < Formula
homepage 'http://usejsdoc.org/'
- head 'https://github.com/jsdoc3/jsdoc.git', :branch => 'master'
+ head 'https://github.com/jsdoc3/jsdoc.git'
url 'https://github.com/jsdoc3/jsdoc/archive/v3.2.2.tar.gz'
sha1 '69d284a65a9b2b06c6e6454acb30976b41dea7b6'
diff --git a/Library/Formula/kytea.rb b/Library/Formula/kytea.rb
index c944d8d78..41ffd4ea7 100644
--- a/Library/Formula/kytea.rb
+++ b/Library/Formula/kytea.rb
@@ -15,7 +15,7 @@ class Kytea < Formula
end
head do
- url 'https://github.com/neubig/kytea.git', :branch => 'master'
+ url 'https://github.com/neubig/kytea.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index fc41750be..33034652c 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -18,7 +18,7 @@ class Ledger < Formula
sha1 "4f05d2f03df1d7f1709ca4a5ecb832d34cb2fbfe" => :mountain_lion
end
- head "https://github.com/ledger/ledger.git", :branch => "master"
+ head "https://github.com/ledger/ledger.git"
option "debug", "Build with debugging symbols enabled"
option "with-docs", "Build HTML documentation"
diff --git a/Library/Formula/libuv.rb b/Library/Formula/libuv.rb
index a32c32a30..1f8c7a960 100644
--- a/Library/Formula/libuv.rb
+++ b/Library/Formula/libuv.rb
@@ -14,7 +14,7 @@ class Libuv < Formula
end
head do
- url "https://github.com/joyent/libuv.git", :branch => "master"
+ url "https://github.com/joyent/libuv.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 9989b0db2..af25bb6d8 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -8,7 +8,7 @@ class Macvim < Formula
sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0'
revision 1
- head 'https://github.com/b4winckler/macvim.git', :branch => 'master'
+ head 'https://github.com/b4winckler/macvim.git'
option "custom-icons", "Try to generate custom document icons"
option "override-system-vim", "Override system vim"
diff --git a/Library/Formula/makeself.rb b/Library/Formula/makeself.rb
index 074614ce4..b19051d21 100644
--- a/Library/Formula/makeself.rb
+++ b/Library/Formula/makeself.rb
@@ -4,7 +4,7 @@ class Makeself < Formula
homepage "http://www.megastep.org/makeself/"
url "https://github.com/megastep/makeself/archive/release-2.2.0.tar.gz"
sha1 "e512745f7aa5becea4f4f85a8dc0aa6fd6ca38aa"
- head "https://github.com/megastep/makeself.git", :branch => "master"
+ head "https://github.com/megastep/makeself.git"
def install
libexec.install "makeself-header.sh"
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 814930121..df2029599 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -2,7 +2,10 @@ require 'formula'
class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
- head 'https://github.com/fletcher/MultiMarkdown-4.git', :branch => 'master'
+ # Use git tag instead of the tarball to get submodules
+ url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.6'
+ head 'https://github.com/fletcher/MultiMarkdown-4.git'
+
bottle do
cellar :any
sha1 "7d7a8d34fba87f3987da64b5fe13ceff78a29372" => :yosemite
@@ -10,9 +13,6 @@ class Multimarkdown < Formula
sha1 "3dbf424f3b1537ce8b8c973e5c0392af241708e9" => :mountain_lion
end
- # Use git tag instead of the tarball to get submodules
- url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.6'
-
conflicts_with 'mtools', :because => 'both install `mmd` binaries'
def install
diff --git a/Library/Formula/ngrok.rb b/Library/Formula/ngrok.rb
index 40fe76876..3d5a94ad6 100644
--- a/Library/Formula/ngrok.rb
+++ b/Library/Formula/ngrok.rb
@@ -2,7 +2,7 @@ require "formula"
class Ngrok < Formula
homepage "https://ngrok.com"
- head "https://github.com/inconshreveable/ngrok.git", :branch => "master"
+ head "https://github.com/inconshreveable/ngrok.git"
url "https://github.com/inconshreveable/ngrok/archive/1.7.tar.gz"
sha1 "4a6baf98a23193c21d7732c6573f53dbbede5033"
diff --git a/Library/Formula/osm2pgrouting.rb b/Library/Formula/osm2pgrouting.rb
index 1b0eebf9e..45723b30c 100644
--- a/Library/Formula/osm2pgrouting.rb
+++ b/Library/Formula/osm2pgrouting.rb
@@ -4,7 +4,7 @@ class Osm2pgrouting < Formula
homepage 'http://pgrouting.org/docs/tools/osm2pgrouting.html'
url 'https://github.com/pgRouting/osm2pgrouting/archive/v2.0.0.tar.gz'
sha1 '2d100ac9914919993a7c341e2395b8bafdfe3759'
- head 'https://github.com/pgRouting/osm2pgrouting.git', :branch => 'master'
+ head 'https://github.com/pgRouting/osm2pgrouting.git'
depends_on 'cmake' => :build
depends_on 'boost'
diff --git a/Library/Formula/pgtune.rb b/Library/Formula/pgtune.rb
index 18fd2eff4..2791861ef 100644
--- a/Library/Formula/pgtune.rb
+++ b/Library/Formula/pgtune.rb
@@ -6,7 +6,7 @@ class Pgtune < Formula
sha1 'c638ee3be7bd33f313c280cff9dee2d47bb40e46'
# 0.9.3 does not have settings for PostgreSQL 9.x, but the trunk does
- head 'https://github.com/gregs1104/pgtune.git', :branch => 'master'
+ head 'https://github.com/gregs1104/pgtune.git'
def install
# By default, pgtune searches for settings in the directory
diff --git a/Library/Formula/platypus.rb b/Library/Formula/platypus.rb
index 6e28d6f03..ae2ec078a 100644
--- a/Library/Formula/platypus.rb
+++ b/Library/Formula/platypus.rb
@@ -4,7 +4,7 @@ class Platypus < Formula
homepage "http://sveinbjorn.org/platypus"
url "https://raw.githubusercontent.com/sveinbjornt/Platypus/4.8/Releases/platypus4.8.src.zip"
sha1 "39d165b9579600cef637b45c70c82307697bb7be"
- head "https://github.com/sveinbjornt/Platypus.git", :branch => "master"
+ head "https://github.com/sveinbjornt/Platypus.git"
bottle do
cellar :any
diff --git a/Library/Formula/qca.rb b/Library/Formula/qca.rb
index c2fb54728..51ec49aa4 100644
--- a/Library/Formula/qca.rb
+++ b/Library/Formula/qca.rb
@@ -5,7 +5,7 @@ class Qca < Formula
url "http://delta.affinix.com/download/qca/2.0/qca-2.1.0.tar.gz"
sha1 "2b582b3ccc7e6098cd14d6f52a829ae1539e9cc8"
- head "git://anongit.kde.org/qca.git", :branch => "master"
+ head "git://anongit.kde.org/qca.git"
bottle do
revision 1
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb
index 6b955e0ff..5713cb1f1 100644
--- a/Library/Formula/rebar.rb
+++ b/Library/Formula/rebar.rb
@@ -5,7 +5,7 @@ class Rebar < Formula
url "https://github.com/rebar/rebar/archive/2.5.1.tar.gz"
sha1 "cf8d3e33c21f09b826a52a681f5b729559a3280c"
- head "https://github.com/rebar/rebar.git", :branch => "master"
+ head "https://github.com/rebar/rebar.git"
bottle do
cellar :any
diff --git a/Library/Formula/rgbds.rb b/Library/Formula/rgbds.rb
index cdffda455..238921634 100644
--- a/Library/Formula/rgbds.rb
+++ b/Library/Formula/rgbds.rb
@@ -5,7 +5,7 @@ class Rgbds < Formula
url "https://github.com/bentley/rgbds/releases/download/v0.1.2/rgbds-0.1.2.tar.gz"
sha1 "5d83defd7ee101db409e638ff32e362b6ca25a32"
- head "https://github.com/bentley/rgbds.git", :branch => "master"
+ head "https://github.com/bentley/rgbds.git"
bottle do
cellar :any
diff --git a/Library/Formula/screenresolution.rb b/Library/Formula/screenresolution.rb
index 18f4d5e7b..e57eaff48 100644
--- a/Library/Formula/screenresolution.rb
+++ b/Library/Formula/screenresolution.rb
@@ -4,7 +4,7 @@ class Screenresolution < Formula
homepage 'https://github.com/jhford/screenresolution'
url 'https://github.com/jhford/screenresolution/archive/v1.6.tar.gz'
sha1 '5a4c397711c0cadb3cf58e8eb13dff50b993b388'
- head 'https://github.com/jhford/screenresolution.git', :branch => "master"
+ head 'https://github.com/jhford/screenresolution.git'
# Uses CGDisplayModeRef type, introduced in 10.6
depends_on :macos => :snow_leopard
diff --git a/Library/Formula/simple-amqp-client.rb b/Library/Formula/simple-amqp-client.rb
index 1638ad179..670c0acd0 100644
--- a/Library/Formula/simple-amqp-client.rb
+++ b/Library/Formula/simple-amqp-client.rb
@@ -4,7 +4,7 @@ class SimpleAmqpClient < Formula
homepage "https://github.com/alanxz/SimpleAmqpClient"
url "https://github.com/alanxz/SimpleAmqpClient/archive/v2.4.0.tar.gz"
sha1 "5b24c79a34dc8c97ff5dd0c78d545b9f507478a5"
- head "https://github.com/alanxz/SimpleAmqpClient.git", :branch => "master"
+ head "https://github.com/alanxz/SimpleAmqpClient.git"
bottle do
cellar :any
diff --git a/Library/Formula/ssdb.rb b/Library/Formula/ssdb.rb
index f113692bc..0a80cc2c9 100644
--- a/Library/Formula/ssdb.rb
+++ b/Library/Formula/ssdb.rb
@@ -4,7 +4,7 @@ class Ssdb < Formula
homepage "http://ssdb.io/?lang=en"
url "https://github.com/ideawu/ssdb/archive/1.7.0.1.tar.gz"
sha1 "90c06e31a5e7c921363ea88d2595d593d42ff607"
- head "https://github.com/ideawu/ssdb.git", :branch => "master"
+ head "https://github.com/ideawu/ssdb.git"
bottle do
sha1 "78f7a3a181202a181c7d02a5dc4fda56fee1535b" => :yosemite
diff --git a/Library/Formula/sync_gateway.rb b/Library/Formula/sync_gateway.rb
index 617991258..571c74920 100644
--- a/Library/Formula/sync_gateway.rb
+++ b/Library/Formula/sync_gateway.rb
@@ -2,7 +2,7 @@ require "formula"
class SyncGateway < Formula
homepage "http://docs.couchbase.com/sync-gateway"
- head "https://github.com/couchbase/sync_gateway.git", :branch => "master"
+ head "https://github.com/couchbase/sync_gateway.git"
url "https://github.com/couchbase/sync_gateway.git", :branch => "release/1.0.2"
version "1.0.2"
diff --git a/Library/Formula/sysdig.rb b/Library/Formula/sysdig.rb
index 8d5234f61..d2ab904a5 100644
--- a/Library/Formula/sysdig.rb
+++ b/Library/Formula/sysdig.rb
@@ -5,7 +5,7 @@ class Sysdig < Formula
url "https://github.com/draios/sysdig/archive/0.1.92.tar.gz"
sha1 "77c43f76b1dc987c2d1f5929bf669e9f11b22aaa"
- head "https://github.com/draios/sysdig.git", :branch => "master"
+ head "https://github.com/draios/sysdig.git"
bottle do
sha1 "a02f92e350fe20bbdd0e3024280cec76978d46b4" => :yosemite
diff --git a/Library/Formula/tinyxml2.rb b/Library/Formula/tinyxml2.rb
index 54b8cddec..0d789945b 100644
--- a/Library/Formula/tinyxml2.rb
+++ b/Library/Formula/tinyxml2.rb
@@ -4,7 +4,7 @@ class Tinyxml2 < Formula
homepage "http://grinninglizard.com/tinyxml2"
url "https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz"
sha1 "7869aa08241ce16f93ba3732c1cde155b1f2b6a0"
- head "https://github.com/leethomason/tinyxml2.git", :branch => "master"
+ head "https://github.com/leethomason/tinyxml2.git"
bottle do
cellar :any
diff --git a/Library/Formula/torsocks.rb b/Library/Formula/torsocks.rb
index 24299d605..2abf90bda 100644
--- a/Library/Formula/torsocks.rb
+++ b/Library/Formula/torsocks.rb
@@ -4,7 +4,7 @@ class Torsocks < Formula
homepage 'https://gitweb.torproject.org/torsocks.git/'
url 'https://git.torproject.org/torsocks.git', :tag => 'v2.0.0'
- head 'https://git.torproject.org/torsocks.git', :branch => 'master'
+ head 'https://git.torproject.org/torsocks.git'
bottle do
sha1 "75a53b9a12c5f3b1dbcdfd659f9bdecf6703a2f8" => :yosemite
diff --git a/Library/Formula/tuntap.rb b/Library/Formula/tuntap.rb
index b597b9b8a..23c872023 100644
--- a/Library/Formula/tuntap.rb
+++ b/Library/Formula/tuntap.rb
@@ -11,7 +11,7 @@ class Tuntap < Formula
end
head do
- url "git://git.code.sf.net/p/tuntaposx/code", :branch => "master"
+ url "git://git.code.sf.net/p/tuntaposx/code"
# Get Kernel.framework headers from the SDK
patch :DATA
end
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb
index e07bd0f72..8dad786a8 100644
--- a/Library/Formula/webp.rb
+++ b/Library/Formula/webp.rb
@@ -4,7 +4,7 @@ class Webp < Formula
homepage 'http://code.google.com/speed/webp/'
url 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz'
sha256 '14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d'
- head 'https://chromium.googlesource.com/webm/libwebp', :branch => 'master'
+ head 'https://chromium.googlesource.com/webm/libwebp'
bottle do
cellar :any