Navigation Menu

Skip to content

Commit

Permalink
Drop redundant :branch => "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Dec 3, 2014
1 parent 4164e4e commit c61ac1b
Show file tree
Hide file tree
Showing 37 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Formula/autoenv.rb
Expand Up @@ -5,7 +5,7 @@ class Autoenv < Formula
url 'https://github.com/kennethreitz/autoenv/archive/v0.1.0.tar.gz' url 'https://github.com/kennethreitz/autoenv/archive/v0.1.0.tar.gz'
sha1 '4d773ba8162b8f49abdfc07d0f8c956aa3353e0c' sha1 '4d773ba8162b8f49abdfc07d0f8c956aa3353e0c'


head 'https://github.com/kennethreitz/autoenv.git', :branch => 'master' head 'https://github.com/kennethreitz/autoenv.git'


def install def install
prefix.install "activate.sh" prefix.install "activate.sh"
Expand Down
2 changes: 1 addition & 1 deletion Formula/boot2docker.rb
Expand Up @@ -5,7 +5,7 @@ class Boot2docker < Formula
# Boot2docker and docker are generally updated at the same time. # Boot2docker and docker are generally updated at the same time.
# Please update the version of docker too # Please update the version of docker too
url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.3.2" 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 bottle do
sha1 "a549d80b04ba8702e96216e35edfc135850be122" => :yosemite sha1 "a549d80b04ba8702e96216e35edfc135850be122" => :yosemite
Expand Down
2 changes: 1 addition & 1 deletion Formula/bup.rb
Expand Up @@ -2,7 +2,7 @@


class Bup < Formula class Bup < Formula
homepage "https://github.com/bup/bup" 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" url "https://github.com/bup/bup/archive/0.26.tar.gz"
sha1 "86e636818590fe40e1074c67545bb74de6e8306b" sha1 "86e636818590fe40e1074c67545bb74de6e8306b"


Expand Down
2 changes: 1 addition & 1 deletion Formula/ccm.rb
Expand Up @@ -12,7 +12,7 @@ class Ccm < Formula
sha1 "7f7178f0b6901a756fbcddaa4450902bc5390dae" => :lion sha1 "7f7178f0b6901a756fbcddaa4450902bc5390dae" => :lion
end end


head "https://github.com/pcmanus/ccm.git", :branch => "master" head "https://github.com/pcmanus/ccm.git"


resource "pyyaml" do resource "pyyaml" do
url "https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz" url "https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion Formula/cgrep.rb
Expand Up @@ -7,7 +7,7 @@ class Cgrep < Formula
homepage "https://github.com/awgn/cgrep" homepage "https://github.com/awgn/cgrep"
url "https://github.com/awgn/cgrep/archive/v6.4.6.tar.gz" url "https://github.com/awgn/cgrep/archive/v6.4.6.tar.gz"
sha1 "e177e200b2f94d18bf9de614695dfe2c8d37638f" sha1 "e177e200b2f94d18bf9de614695dfe2c8d37638f"
head "https://github.com/awgn/cgrep.git", :branch => "master" head "https://github.com/awgn/cgrep.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/cocot.rb
Expand Up @@ -5,7 +5,7 @@ class Cocot < Formula
url 'https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz' url 'https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz'
sha1 'ffc36f56e47c22a963ef48cb67e60b0337b58bc6' sha1 'ffc36f56e47c22a963ef48cb67e60b0337b58bc6'


head 'https://github.com/vmi/cocot.git', :branch => 'master' head 'https://github.com/vmi/cocot.git'


def install def install
system "./configure", "--prefix=#{prefix}" system "./configure", "--prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Formula/dnscrypt-proxy.rb
Expand Up @@ -6,7 +6,7 @@ class DnscryptProxy < Formula
sha256 "b53822841bd275d81ff9faa4784a42618b7acc3c76a86c75be40379c503d69de" sha256 "b53822841bd275d81ff9faa4784a42618b7acc3c76a86c75be40379c503d69de"


head do 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 :autoconf
depends_on :automake depends_on :automake
Expand Down
4 changes: 2 additions & 2 deletions Formula/editorconfig.rb
Expand Up @@ -12,11 +12,11 @@ class Editorconfig < Formula
sha1 "84b22980c00b6c779f6308561b06058f5e3d5b11" => :lion sha1 "84b22980c00b6c779f6308561b06058f5e3d5b11" => :lion
end end


head 'https://github.com/editorconfig/editorconfig-core-c.git'

depends_on 'cmake' => :build depends_on 'cmake' => :build
depends_on 'pcre' depends_on 'pcre'


head 'https://github.com/editorconfig/editorconfig-core-c.git', :branch => 'master'

def install def install
system "cmake", ".", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}" system "cmake", ".", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}"
system "make install" system "make install"
Expand Down
2 changes: 1 addition & 1 deletion Formula/erlang.rb
Expand Up @@ -12,7 +12,7 @@ class Erlang < Formula
sha256 "bb8036c43b1aae12b2940968f2480701e7f431f09d46a0f204d94bf53b0b2b50" sha256 "bb8036c43b1aae12b2940968f2480701e7f431f09d46a0f204d94bf53b0b2b50"
end end


head 'https://github.com/erlang/otp.git', :branch => 'master' head 'https://github.com/erlang/otp.git'


bottle do bottle do
sha1 "d7ef1f3f93a1e7f404c1581d814bf7f78599e48d" => :yosemite sha1 "d7ef1f3f93a1e7f404c1581d814bf7f78599e48d" => :yosemite
Expand Down
2 changes: 1 addition & 1 deletion Formula/euca2ools.rb
Expand Up @@ -4,7 +4,7 @@ class Euca2ools < Formula
homepage "https://github.com/eucalyptus/euca2ools" homepage "https://github.com/eucalyptus/euca2ools"
url "https://github.com/eucalyptus/euca2ools/archive/v3.1.0.tar.gz" url "https://github.com/eucalyptus/euca2ools/archive/v3.1.0.tar.gz"
sha1 "5290172546707f3729da314535a7a9a429edda24" 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 depends_on :python if MacOS.version <= :snow_leopard


Expand Down
2 changes: 1 addition & 1 deletion Formula/git-encrypt.rb
Expand Up @@ -5,7 +5,7 @@ class GitEncrypt < Formula
url "https://github.com/shadowhand/git-encrypt/archive/0.3.2.tar.gz" url "https://github.com/shadowhand/git-encrypt/archive/0.3.2.tar.gz"
sha1 "f15eca78cb2ea43bb4f258dea87fe3e6f2dd08b5" sha1 "f15eca78cb2ea43bb4f258dea87fe3e6f2dd08b5"


head "https://github.com/shadowhand/git-encrypt.git", :branch => "master" head "https://github.com/shadowhand/git-encrypt.git"


def install def install
bin.install "gitcrypt" bin.install "gitcrypt"
Expand Down
2 changes: 1 addition & 1 deletion Formula/git-extras.rb
Expand Up @@ -5,7 +5,7 @@ class GitExtras < Formula
url "https://github.com/tj/git-extras/archive/2.2.0.tar.gz" url "https://github.com/tj/git-extras/archive/2.2.0.tar.gz"
sha1 "cb3df2bc8953fdae7b73c3d309e79ee5316bb90d" sha1 "cb3df2bc8953fdae7b73c3d309e79ee5316bb90d"


head "https://github.com/tj/git-extras.git", :branch => "master" head "https://github.com/tj/git-extras.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/hr.rb
Expand Up @@ -5,7 +5,7 @@ class Hr < Formula
url 'https://github.com/LuRsT/hr/archive/1.1.tar.gz' url 'https://github.com/LuRsT/hr/archive/1.1.tar.gz'
sha1 '72e0a7836fe5181205de816bb5e0d44be3a8961f' sha1 '72e0a7836fe5181205de816bb5e0d44be3a8961f'


head 'https://github.com/LuRsT/hr', :branch => 'master' head 'https://github.com/LuRsT/hr'


def install def install
bin.install 'hr' bin.install 'hr'
Expand Down
2 changes: 1 addition & 1 deletion Formula/hub.rb
Expand Up @@ -6,7 +6,7 @@ class Hub < Formula
sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c' sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c'


head do head do
url "https://github.com/github/hub.git", :branch => "master" url "https://github.com/github/hub.git"
depends_on "go" => :build depends_on "go" => :build
end end


Expand Down
2 changes: 1 addition & 1 deletion Formula/jsdoc3.rb
Expand Up @@ -2,7 +2,7 @@


class Jsdoc3 < Formula class Jsdoc3 < Formula
homepage 'http://usejsdoc.org/' 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' url 'https://github.com/jsdoc3/jsdoc/archive/v3.2.2.tar.gz'
sha1 '69d284a65a9b2b06c6e6454acb30976b41dea7b6' sha1 '69d284a65a9b2b06c6e6454acb30976b41dea7b6'


Expand Down
2 changes: 1 addition & 1 deletion Formula/kytea.rb
Expand Up @@ -15,7 +15,7 @@ class Kytea < Formula
end end


head do head do
url 'https://github.com/neubig/kytea.git', :branch => 'master' url 'https://github.com/neubig/kytea.git'
depends_on 'autoconf' => :build depends_on 'autoconf' => :build
depends_on 'automake' => :build depends_on 'automake' => :build
depends_on 'libtool' => :build depends_on 'libtool' => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/ledger.rb
Expand Up @@ -18,7 +18,7 @@ class Ledger < Formula
sha1 "4f05d2f03df1d7f1709ca4a5ecb832d34cb2fbfe" => :mountain_lion sha1 "4f05d2f03df1d7f1709ca4a5ecb832d34cb2fbfe" => :mountain_lion
end 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 "debug", "Build with debugging symbols enabled"
option "with-docs", "Build HTML documentation" option "with-docs", "Build HTML documentation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/libuv.rb
Expand Up @@ -14,7 +14,7 @@ class Libuv < Formula
end end


head do head do
url "https://github.com/joyent/libuv.git", :branch => "master" url "https://github.com/joyent/libuv.git"


depends_on "automake" => :build depends_on "automake" => :build
depends_on "autoconf" => :build depends_on "autoconf" => :build
Expand Down
2 changes: 1 addition & 1 deletion Formula/macvim.rb
Expand Up @@ -8,7 +8,7 @@ class Macvim < Formula
sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0' sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0'
revision 1 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 "custom-icons", "Try to generate custom document icons"
option "override-system-vim", "Override system vim" option "override-system-vim", "Override system vim"
Expand Down
2 changes: 1 addition & 1 deletion Formula/makeself.rb
Expand Up @@ -4,7 +4,7 @@ class Makeself < Formula
homepage "http://www.megastep.org/makeself/" homepage "http://www.megastep.org/makeself/"
url "https://github.com/megastep/makeself/archive/release-2.2.0.tar.gz" url "https://github.com/megastep/makeself/archive/release-2.2.0.tar.gz"
sha1 "e512745f7aa5becea4f4f85a8dc0aa6fd6ca38aa" sha1 "e512745f7aa5becea4f4f85a8dc0aa6fd6ca38aa"
head "https://github.com/megastep/makeself.git", :branch => "master" head "https://github.com/megastep/makeself.git"


def install def install
libexec.install "makeself-header.sh" libexec.install "makeself-header.sh"
Expand Down
8 changes: 4 additions & 4 deletions Formula/multimarkdown.rb
Expand Up @@ -2,17 +2,17 @@


class Multimarkdown < Formula class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/' 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 bottle do
cellar :any cellar :any
sha1 "7d7a8d34fba87f3987da64b5fe13ceff78a29372" => :yosemite sha1 "7d7a8d34fba87f3987da64b5fe13ceff78a29372" => :yosemite
sha1 "10a6c6a46a72678ba24fc3b9f244c346a24a8116" => :mavericks sha1 "10a6c6a46a72678ba24fc3b9f244c346a24a8116" => :mavericks
sha1 "3dbf424f3b1537ce8b8c973e5c0392af241708e9" => :mountain_lion sha1 "3dbf424f3b1537ce8b8c973e5c0392af241708e9" => :mountain_lion
end 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' conflicts_with 'mtools', :because => 'both install `mmd` binaries'


def install def install
Expand Down
2 changes: 1 addition & 1 deletion Formula/ngrok.rb
Expand Up @@ -2,7 +2,7 @@


class Ngrok < Formula class Ngrok < Formula
homepage "https://ngrok.com" 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" url "https://github.com/inconshreveable/ngrok/archive/1.7.tar.gz"
sha1 "4a6baf98a23193c21d7732c6573f53dbbede5033" sha1 "4a6baf98a23193c21d7732c6573f53dbbede5033"


Expand Down
2 changes: 1 addition & 1 deletion Formula/osm2pgrouting.rb
Expand Up @@ -4,7 +4,7 @@ class Osm2pgrouting < Formula
homepage 'http://pgrouting.org/docs/tools/osm2pgrouting.html' homepage 'http://pgrouting.org/docs/tools/osm2pgrouting.html'
url 'https://github.com/pgRouting/osm2pgrouting/archive/v2.0.0.tar.gz' url 'https://github.com/pgRouting/osm2pgrouting/archive/v2.0.0.tar.gz'
sha1 '2d100ac9914919993a7c341e2395b8bafdfe3759' sha1 '2d100ac9914919993a7c341e2395b8bafdfe3759'
head 'https://github.com/pgRouting/osm2pgrouting.git', :branch => 'master' head 'https://github.com/pgRouting/osm2pgrouting.git'


depends_on 'cmake' => :build depends_on 'cmake' => :build
depends_on 'boost' depends_on 'boost'
Expand Down
2 changes: 1 addition & 1 deletion Formula/pgtune.rb
Expand Up @@ -6,7 +6,7 @@ class Pgtune < Formula
sha1 'c638ee3be7bd33f313c280cff9dee2d47bb40e46' sha1 'c638ee3be7bd33f313c280cff9dee2d47bb40e46'


# 0.9.3 does not have settings for PostgreSQL 9.x, but the trunk does # 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 def install
# By default, pgtune searches for settings in the directory # By default, pgtune searches for settings in the directory
Expand Down
2 changes: 1 addition & 1 deletion Formula/platypus.rb
Expand Up @@ -4,7 +4,7 @@ class Platypus < Formula
homepage "http://sveinbjorn.org/platypus" homepage "http://sveinbjorn.org/platypus"
url "https://raw.githubusercontent.com/sveinbjornt/Platypus/4.8/Releases/platypus4.8.src.zip" url "https://raw.githubusercontent.com/sveinbjornt/Platypus/4.8/Releases/platypus4.8.src.zip"
sha1 "39d165b9579600cef637b45c70c82307697bb7be" sha1 "39d165b9579600cef637b45c70c82307697bb7be"
head "https://github.com/sveinbjornt/Platypus.git", :branch => "master" head "https://github.com/sveinbjornt/Platypus.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/qca.rb
Expand Up @@ -5,7 +5,7 @@ class Qca < Formula
url "http://delta.affinix.com/download/qca/2.0/qca-2.1.0.tar.gz" url "http://delta.affinix.com/download/qca/2.0/qca-2.1.0.tar.gz"
sha1 "2b582b3ccc7e6098cd14d6f52a829ae1539e9cc8" sha1 "2b582b3ccc7e6098cd14d6f52a829ae1539e9cc8"


head "git://anongit.kde.org/qca.git", :branch => "master" head "git://anongit.kde.org/qca.git"


bottle do bottle do
revision 1 revision 1
Expand Down
2 changes: 1 addition & 1 deletion Formula/rebar.rb
Expand Up @@ -5,7 +5,7 @@ class Rebar < Formula
url "https://github.com/rebar/rebar/archive/2.5.1.tar.gz" url "https://github.com/rebar/rebar/archive/2.5.1.tar.gz"
sha1 "cf8d3e33c21f09b826a52a681f5b729559a3280c" sha1 "cf8d3e33c21f09b826a52a681f5b729559a3280c"


head "https://github.com/rebar/rebar.git", :branch => "master" head "https://github.com/rebar/rebar.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/rgbds.rb
Expand Up @@ -5,7 +5,7 @@ class Rgbds < Formula
url "https://github.com/bentley/rgbds/releases/download/v0.1.2/rgbds-0.1.2.tar.gz" url "https://github.com/bentley/rgbds/releases/download/v0.1.2/rgbds-0.1.2.tar.gz"
sha1 "5d83defd7ee101db409e638ff32e362b6ca25a32" sha1 "5d83defd7ee101db409e638ff32e362b6ca25a32"


head "https://github.com/bentley/rgbds.git", :branch => "master" head "https://github.com/bentley/rgbds.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/screenresolution.rb
Expand Up @@ -4,7 +4,7 @@ class Screenresolution < Formula
homepage 'https://github.com/jhford/screenresolution' homepage 'https://github.com/jhford/screenresolution'
url 'https://github.com/jhford/screenresolution/archive/v1.6.tar.gz' url 'https://github.com/jhford/screenresolution/archive/v1.6.tar.gz'
sha1 '5a4c397711c0cadb3cf58e8eb13dff50b993b388' 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 # Uses CGDisplayModeRef type, introduced in 10.6
depends_on :macos => :snow_leopard depends_on :macos => :snow_leopard
Expand Down
2 changes: 1 addition & 1 deletion Formula/simple-amqp-client.rb
Expand Up @@ -4,7 +4,7 @@ class SimpleAmqpClient < Formula
homepage "https://github.com/alanxz/SimpleAmqpClient" homepage "https://github.com/alanxz/SimpleAmqpClient"
url "https://github.com/alanxz/SimpleAmqpClient/archive/v2.4.0.tar.gz" url "https://github.com/alanxz/SimpleAmqpClient/archive/v2.4.0.tar.gz"
sha1 "5b24c79a34dc8c97ff5dd0c78d545b9f507478a5" sha1 "5b24c79a34dc8c97ff5dd0c78d545b9f507478a5"
head "https://github.com/alanxz/SimpleAmqpClient.git", :branch => "master" head "https://github.com/alanxz/SimpleAmqpClient.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/ssdb.rb
Expand Up @@ -4,7 +4,7 @@ class Ssdb < Formula
homepage "http://ssdb.io/?lang=en" homepage "http://ssdb.io/?lang=en"
url "https://github.com/ideawu/ssdb/archive/1.7.0.1.tar.gz" url "https://github.com/ideawu/ssdb/archive/1.7.0.1.tar.gz"
sha1 "90c06e31a5e7c921363ea88d2595d593d42ff607" sha1 "90c06e31a5e7c921363ea88d2595d593d42ff607"
head "https://github.com/ideawu/ssdb.git", :branch => "master" head "https://github.com/ideawu/ssdb.git"


bottle do bottle do
sha1 "78f7a3a181202a181c7d02a5dc4fda56fee1535b" => :yosemite sha1 "78f7a3a181202a181c7d02a5dc4fda56fee1535b" => :yosemite
Expand Down
2 changes: 1 addition & 1 deletion Formula/sync_gateway.rb
Expand Up @@ -2,7 +2,7 @@


class SyncGateway < Formula class SyncGateway < Formula
homepage "http://docs.couchbase.com/sync-gateway" 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" url "https://github.com/couchbase/sync_gateway.git", :branch => "release/1.0.2"
version "1.0.2" version "1.0.2"


Expand Down
2 changes: 1 addition & 1 deletion Formula/sysdig.rb
Expand Up @@ -5,7 +5,7 @@ class Sysdig < Formula
url "https://github.com/draios/sysdig/archive/0.1.92.tar.gz" url "https://github.com/draios/sysdig/archive/0.1.92.tar.gz"
sha1 "77c43f76b1dc987c2d1f5929bf669e9f11b22aaa" sha1 "77c43f76b1dc987c2d1f5929bf669e9f11b22aaa"


head "https://github.com/draios/sysdig.git", :branch => "master" head "https://github.com/draios/sysdig.git"


bottle do bottle do
sha1 "a02f92e350fe20bbdd0e3024280cec76978d46b4" => :yosemite sha1 "a02f92e350fe20bbdd0e3024280cec76978d46b4" => :yosemite
Expand Down
2 changes: 1 addition & 1 deletion Formula/tinyxml2.rb
Expand Up @@ -4,7 +4,7 @@ class Tinyxml2 < Formula
homepage "http://grinninglizard.com/tinyxml2" homepage "http://grinninglizard.com/tinyxml2"
url "https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz" url "https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz"
sha1 "7869aa08241ce16f93ba3732c1cde155b1f2b6a0" sha1 "7869aa08241ce16f93ba3732c1cde155b1f2b6a0"
head "https://github.com/leethomason/tinyxml2.git", :branch => "master" head "https://github.com/leethomason/tinyxml2.git"


bottle do bottle do
cellar :any cellar :any
Expand Down
2 changes: 1 addition & 1 deletion Formula/torsocks.rb
Expand Up @@ -4,7 +4,7 @@ class Torsocks < Formula
homepage 'https://gitweb.torproject.org/torsocks.git/' homepage 'https://gitweb.torproject.org/torsocks.git/'
url 'https://git.torproject.org/torsocks.git', :tag => 'v2.0.0' 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 bottle do
sha1 "75a53b9a12c5f3b1dbcdfd659f9bdecf6703a2f8" => :yosemite sha1 "75a53b9a12c5f3b1dbcdfd659f9bdecf6703a2f8" => :yosemite
Expand Down
2 changes: 1 addition & 1 deletion Formula/tuntap.rb
Expand Up @@ -11,7 +11,7 @@ class Tuntap < Formula
end end


head do 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 # Get Kernel.framework headers from the SDK
patch :DATA patch :DATA
end end
Expand Down
2 changes: 1 addition & 1 deletion Formula/webp.rb
Expand Up @@ -4,7 +4,7 @@ class Webp < Formula
homepage 'http://code.google.com/speed/webp/' homepage 'http://code.google.com/speed/webp/'
url 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz' url 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz'
sha256 '14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d' sha256 '14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d'
head 'https://chromium.googlesource.com/webm/libwebp', :branch => 'master' head 'https://chromium.googlesource.com/webm/libwebp'


bottle do bottle do
cellar :any cellar :any
Expand Down

0 comments on commit c61ac1b

Please sign in to comment.