aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libraw.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-07 23:52:38 -0500
committerJack Nagel2012-05-07 23:52:38 -0500
commit63c7faca46faff6ab80d64223093f7ba11dc4584 (patch)
tree4201910d02cf494c0e3e9e24dfcadf1383788d5e /Library/Formula/libraw.rb
parentb1e158f402c4bf435f6036cf00d5341c69d15a53 (diff)
downloadhomebrew-63c7faca46faff6ab80d64223093f7ba11dc4584.tar.bz2
libraw: use shorthand for NoUnzipCurlDownloadStrategy
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libraw.rb')
-rw-r--r--Library/Formula/libraw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libraw.rb b/Library/Formula/libraw.rb
index ab784586e..622757e2c 100644
--- a/Library/Formula/libraw.rb
+++ b/Library/Formula/libraw.rb
@@ -2,7 +2,7 @@ require 'formula'
class LibrawTestFile < Formula
url 'http://www.rawsamples.ch/raws/nikon/d1/RAW_NIKON_D1.NEF',
- :using => NoUnzipCurlDownloadStrategy
+ :using => :nounzip
sha1 'd84d47caeb8275576b1c7c4550263de21855cf42'
end