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/Formula/sqlite.rb | |
| parent | 19ed253b2df843c29de6de5cdf6b9e87c5ef32da (diff) | |
| download | homebrew-c822a108d55103e22add8e07c4db25a821ba1d0c.tar.bz2 | |
Simplify some :using
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
