aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/freeimage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/freeimage.rb')
-rw-r--r--Library/Formula/freeimage.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/freeimage.rb b/Library/Formula/freeimage.rb
index 496deeb2d..a5ab922b8 100644
--- a/Library/Formula/freeimage.rb
+++ b/Library/Formula/freeimage.rb
@@ -9,15 +9,12 @@ class FreeimageHttpDownloadStrategy <CurlDownloadStrategy
end
class Freeimage <Formula
- url 'http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.13.1/FreeImage3131.zip'
+ url 'http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.13.1/FreeImage3131.zip',
+ :using => FreeimageHttpDownloadStrategy
version '3.13.1'
md5 'a2e20b223a2cf6a5791cc47686364e99'
homepage 'http://sf.net/projects/freeimage'
- def download_strategy
- FreeimageHttpDownloadStrategy
- end
-
def patches
DATA
end