aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cimg.rb3
-rw-r--r--Library/Formula/shaper-probe.rb2
-rw-r--r--Library/Formula/wine.rb4
3 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb
index 0364819db..f2e84387c 100644
--- a/Library/Formula/cimg.rb
+++ b/Library/Formula/cimg.rb
@@ -10,8 +10,7 @@ class Cimg < Formula
doc.install %w(
README.txt CHANGES.txt
- Licence_CeCILL-C_V1-en.txt
- Licence_CeCILL_V2-en.txt
+ Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
html examples)
end
end
diff --git a/Library/Formula/shaper-probe.rb b/Library/Formula/shaper-probe.rb
index b1e3e3887..252fd7c49 100644
--- a/Library/Formula/shaper-probe.rb
+++ b/Library/Formula/shaper-probe.rb
@@ -1,6 +1,6 @@
require 'formula'
-class ShaperProbe <Formula
+class ShaperProbe < Formula
url 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.tgz'
homepage 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html'
md5 'a15b31cce3ffe087c5242d1fc9006c13'
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index a49e4f555..db28030b5 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -4,10 +4,10 @@ class Wine < Formula
homepage 'http://www.winehq.org/'
if ARGV.flag? '--devel'
- url 'http://prdownloads.sourceforge.net/wine/wine-1.3.18.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.3.18.tar.bz2'
sha256 '994064d326954e6df252002891bfcbb987a35aa573ab74be605224f66623a4ac'
else
- url 'http://prdownloads.sourceforge.net/wine/wine-1.2.3.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.3.tar.bz2'
sha256 '3fd8d3f2b466d07eb90b8198cdc9ec3005917a4533db7b8c6c69058a2e57c61f'
end