diff options
| author | Adam Vandenberg | 2012-05-03 20:37:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-03 20:37:57 -0700 |
| commit | c822a108d55103e22add8e07c4db25a821ba1d0c (patch) | |
| tree | b759aa9330e600d7f023947bfd32e13c2adefd31 /Library | |
| parent | 19ed253b2df843c29de6de5cdf6b9e87c5ef32da (diff) | |
| download | homebrew-c822a108d55103e22add8e07c4db25a821ba1d0c.tar.bz2 | |
Simplify some :using
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/couchdb.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/cracklib-words.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gnupg.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/usbmuxd.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index 5605f72e1..c1a13c34c 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -7,7 +7,7 @@ class Couchdb < Formula md5 'a5cbbcaac288831b3d8a08b725657f10' devel do - url 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :using => :git, :tag => '1.3.x' + url 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :tag => '1.3.x' version '1.3.x' end diff --git a/Library/Formula/cracklib-words.rb b/Library/Formula/cracklib-words.rb index d2015e484..e36479e7c 100644 --- a/Library/Formula/cracklib-words.rb +++ b/Library/Formula/cracklib-words.rb @@ -2,7 +2,7 @@ require 'formula' class CracklibWords < Formula url 'http://downloads.sourceforge.net/project/cracklib/cracklib-words/2008-05-07/cracklib-words-20080507.gz', - :using => NoUnzipCurlDownloadStrategy + :using => :nounzip homepage 'http://cracklib.sourceforge.net' md5 '7fa6ba0cd50e7f9ccaf4707c810b14f1' diff --git a/Library/Formula/gnupg.rb b/Library/Formula/gnupg.rb index c207754bd..e71c6228c 100644 --- a/Library/Formula/gnupg.rb +++ b/Library/Formula/gnupg.rb @@ -1,7 +1,7 @@ require 'formula' class GnupgIdea < Formula - head 'http://www.gnupg.dk/contrib-dk/idea.c.gz', :using => NoUnzipCurlDownloadStrategy + head 'http://www.gnupg.dk/contrib-dk/idea.c.gz', :using => :nounzip md5 '9dc3bc086824a8c7a331f35e09a3e57f' end diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 4d9049331..08b3c55c6 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -1,7 +1,7 @@ require 'formula' class SqliteFunctions < Formula - url 'http://www.sqlite.org/contrib/download/extension-functions.c?get=25', :using => NoUnzipCurlDownloadStrategy + url 'http://www.sqlite.org/contrib/download/extension-functions.c?get=25', :using => :nounzip md5 '3a32bfeace0d718505af571861724a43' version '2010-01-06' end diff --git a/Library/Formula/usbmuxd.rb b/Library/Formula/usbmuxd.rb index 508544838..16e38adc6 100644 --- a/Library/Formula/usbmuxd.rb +++ b/Library/Formula/usbmuxd.rb @@ -5,7 +5,7 @@ class Usbmuxd < Formula url 'http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.7.tar.bz2' md5 '6f431541f3177fa06aa6df9ceecb2da0' - head 'http://cgit.sukimashita.com/usbmuxd.git', :using => :git + head 'http://cgit.sukimashita.com/usbmuxd.git' depends_on 'cmake' => :build depends_on 'libusb' |
