diff options
1100 files changed, 1231 insertions, 1231 deletions
| diff --git a/Library/Formula/a2ps.rb b/Library/Formula/a2ps.rb index 1f18100d3..4aa24de2e 100644 --- a/Library/Formula/a2ps.rb +++ b/Library/Formula/a2ps.rb @@ -4,7 +4,7 @@ class A2ps < Formula    homepage 'http://www.gnu.org/software/a2ps/'    url 'http://ftpmirror.gnu.org/a2ps/a2ps-4.14.tar.gz'    mirror 'http://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz' -  md5 '781ac3d9b213fa3e1ed0d79f986dc8c7' +  sha1 '365abbbe4b7128bf70dad16d06e23c5701874852'    # Software was last updated in 2007, so take MacPorts patches to get    # it working on 10.6. See: diff --git a/Library/Formula/a52dec.rb b/Library/Formula/a52dec.rb index 47032b7e4..24b1e766b 100644 --- a/Library/Formula/a52dec.rb +++ b/Library/Formula/a52dec.rb @@ -3,7 +3,7 @@ require 'formula'  class A52dec < Formula    url 'http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz'    homepage 'http://liba52.sourceforge.net/' -  md5 'caa9f5bc44232dc8aeea773fea56be80' +  sha1 '79b33bd8d89dad7436f85b9154ad35667aa37321'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/aamath.rb b/Library/Formula/aamath.rb index 7320eae6e..c7573e057 100644 --- a/Library/Formula/aamath.rb +++ b/Library/Formula/aamath.rb @@ -3,7 +3,7 @@ require 'formula'  class Aamath < Formula    url 'http://fuse.superglue.se/aamath/aamath-0.3.tar.gz'    homepage 'http://fuse.superglue.se/aamath/' -  md5 'f0e835bd06069b1bdaddd9e9c3447c12' +  sha1 'dc68abaf2131c73ddb1a520c95d65596e30f1b0a'    def install      ENV.j1 diff --git a/Library/Formula/aardvark_shell_utils.rb b/Library/Formula/aardvark_shell_utils.rb index 263dfa31e..a90eb54ff 100644 --- a/Library/Formula/aardvark_shell_utils.rb +++ b/Library/Formula/aardvark_shell_utils.rb @@ -3,7 +3,7 @@ require 'formula'  class AardvarkShellUtils < Formula    url 'http://downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz'    homepage 'http://www.laffeycomputer.com/shellutils.html' -  md5 '2e3a3bb99a07e82b44237daf23de4626' +  sha1 '8cee29059038ebec96c3a97978d18a5a4941da06'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/abcl.rb b/Library/Formula/abcl.rb index 8cc418d58..47220f828 100644 --- a/Library/Formula/abcl.rb +++ b/Library/Formula/abcl.rb @@ -3,7 +3,7 @@ require 'formula'  class Abcl < Formula    homepage 'http://common-lisp.net/project/armedbear/'    url 'http://common-lisp.net/project/armedbear/releases/1.0.1/abcl-bin-1.0.1.tar.gz' -  md5 'bd95a55df30469b4f6d85af7c5ede297' +  sha1 '50886fe87f31317eda5c40eba8e704742cafd18e'    depends_on 'rlwrap' diff --git a/Library/Formula/abnfgen.rb b/Library/Formula/abnfgen.rb index 0c36387cf..237149597 100644 --- a/Library/Formula/abnfgen.rb +++ b/Library/Formula/abnfgen.rb @@ -3,7 +3,7 @@ require 'formula'  class Abnfgen < Formula    url 'http://www.quut.com/abnfgen/abnfgen-0.16.tar.gz'    homepage 'http://www.quut.com/abnfgen/' -  md5 '2184310e276e15e65f8f477ca3719e08' +  sha1 '0ed2d09fc1601bb22bcd452000c2e4fd9b2bff81'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/abook.rb b/Library/Formula/abook.rb index fcd86dc71..0a599fd23 100644 --- a/Library/Formula/abook.rb +++ b/Library/Formula/abook.rb @@ -3,7 +3,7 @@ require 'formula'  class Abook < Formula    url 'http://downloads.sourceforge.net/abook/abook-0.5.6.tar.gz'    homepage 'http://abook.sourceforge.net/' -  md5 '87d25df96864a7c507a4965e6d1da49d' +  sha1 '79f04f2264c8bd81bbc952b6560c86d69b21615d'    depends_on 'readline' diff --git a/Library/Formula/abyss.rb b/Library/Formula/abyss.rb index f6e955840..eaf7244b6 100644 --- a/Library/Formula/abyss.rb +++ b/Library/Formula/abyss.rb @@ -3,7 +3,7 @@ require 'formula'  class Abyss < Formula    homepage 'http://www.bcgsc.ca/platform/bioinfo/software/abyss'    url 'http://www.bcgsc.ca/downloads/abyss/abyss-1.3.4.tar.gz' -  md5 '5a79f33f828db3c626627c5facd0f712' +  sha1 '763dc423054421829011844ceaa5e18dc43f1ca9'    head 'https://github.com/sjackman/abyss.git'    # Only header files are used from these packages, so :build is appropriate diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb index dc8d49277..ec0c7d6ab 100644 --- a/Library/Formula/ack.rb +++ b/Library/Formula/ack.rb @@ -2,7 +2,7 @@ require 'formula'  class Ack < Formula    url "https://github.com/petdance/ack/tarball/1.96" -  md5 '1cce67a811c52f9d51fb1195c97795f1' +  sha1 '547058c0571095beaee9b2e6a3accad52114e759'    homepage 'http://betterthangrep.com/'    def install diff --git a/Library/Formula/adplug.rb b/Library/Formula/adplug.rb index 87b57e4b9..a6ca1a9c4 100644 --- a/Library/Formula/adplug.rb +++ b/Library/Formula/adplug.rb @@ -3,7 +3,7 @@ require 'formula'  class Adplug < Formula    url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2'    homepage 'http://adplug.sf.net' -  md5 '8f815fd5d254de0fe5df818df9d1d8af' +  sha1 '5023282ff44f183c9b6d7da9f57f51595742a5f7'    depends_on 'pkg-config' => :build    depends_on 'libbinio' diff --git a/Library/Formula/advancecomp.rb b/Library/Formula/advancecomp.rb index 9f3f64c53..3a0938a81 100644 --- a/Library/Formula/advancecomp.rb +++ b/Library/Formula/advancecomp.rb @@ -3,7 +3,7 @@ require 'formula'  class Advancecomp < Formula    homepage 'http://advancemame.sourceforge.net/comp-readme.html'    url 'http://downloads.sourceforge.net/advancemame/advancecomp-1.15.tar.gz' -  md5 'bb236d8bee6fa473d34108cda1e09076' +  sha1 '74fed754841efadcb8dd156d2c5e095bfaff83e6'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/aescrypt.rb b/Library/Formula/aescrypt.rb index b08fa5f5f..2e74b08f6 100644 --- a/Library/Formula/aescrypt.rb +++ b/Library/Formula/aescrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Aescrypt < Formula    homepage 'http://aescrypt.sourceforge.net/'    url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz' -  md5 'cbec5d7f00a289944397a8079c1d3c6c' +  sha1 '72756ccccd43a4f19796835395512616c86c273f'    def install      system "./configure" diff --git a/Library/Formula/aespipe.rb b/Library/Formula/aespipe.rb index 221e60200..62ac29338 100644 --- a/Library/Formula/aespipe.rb +++ b/Library/Formula/aespipe.rb @@ -3,7 +3,7 @@ require 'formula'  class Aespipe < Formula    url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'    homepage 'http://loop-aes.sourceforge.net/' -  md5 '97b1f481721ea5d65018ddae1143bac5' +  sha1 '198cc0bc1168a7a150de4b7308be096c903b0d90'    version '2.4'    def install diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb index d20e68552..02c5a5b57 100644 --- a/Library/Formula/afflib.rb +++ b/Library/Formula/afflib.rb @@ -3,7 +3,7 @@ require 'formula'  class Afflib < Formula    url 'https://github.com/downloads/simsong/AFFLIBv3/afflib-3.7.1.tar.gz'    homepage 'http://afflib.org' -  md5 'c6751d461aaf6acf9d15303cde539e44' +  sha1 'fb35a2383a48b49f68e25ca97d67ee02342826ba'    depends_on 'expat' => :optional diff --git a/Library/Formula/afsctool.rb b/Library/Formula/afsctool.rb index e6ad9eaf5..1e8773a86 100644 --- a/Library/Formula/afsctool.rb +++ b/Library/Formula/afsctool.rb @@ -4,7 +4,7 @@ class Afsctool < Formula    homepage 'http://brkirch.wordpress.com/afsctool/'    url 'https://docs.google.com/uc?export=download&id=0BwQlnXqL939ZQjBQNEhRQUo0aUk'    version '1.6.4' -  md5 'd0f2b79676c0f3d8c22e95fcf859a05f' +  sha1 '216d7ff54bad947781d9b49f9754c5d3c07349be'    def install      ENV.fast diff --git a/Library/Formula/aften.rb b/Library/Formula/aften.rb index e2aef71ec..3a817ca8e 100644 --- a/Library/Formula/aften.rb +++ b/Library/Formula/aften.rb @@ -3,7 +3,7 @@ require 'formula'  class Aften < Formula    homepage 'http://aften.sourceforge.net/'    url 'http://downloads.sourceforge.net/aften/aften-0.0.8.tar.bz2' -  md5 'fde67146879febb81af3d95a62df8840' +  sha1 '1ff73cdcade0624495ad807492cecf14862fb61c'    depends_on 'cmake' => :build diff --git a/Library/Formula/aget.rb b/Library/Formula/aget.rb index 3511dbb83..36eba0f94 100644 --- a/Library/Formula/aget.rb +++ b/Library/Formula/aget.rb @@ -3,7 +3,7 @@ require 'formula'  class Aget < Formula    homepage 'http://www.enderunix.org/aget/'    url 'http://www.enderunix.org/aget/aget-0.4.1.tar.gz' -  md5 'ddee95ad1d394a4751ebde24fcb36fa1' +  sha1 '6f7bc1676fd506207a1a168c587165b902d9d609'    def patches      { :p0 => "https://trac.macports.org/export/90173/trunk/dports/net/aget/files/patch-Head.c" } diff --git a/Library/Formula/aggregate.rb b/Library/Formula/aggregate.rb index 725463bda..06b6b742f 100644 --- a/Library/Formula/aggregate.rb +++ b/Library/Formula/aggregate.rb @@ -3,7 +3,7 @@ require 'formula'  class Aggregate < Formula    homepage 'http://freshmeat.net/projects/aggregate/'    url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz' -  md5 '6fcc515388bf2c5b0c8f9f733bfee7e1' +  sha1 '13420baf4f3f93dbed3c380ab6cca175609c5d7d'    def install      bin.mkpath diff --git a/Library/Formula/aimage.rb b/Library/Formula/aimage.rb index ca07cb340..fc9cd80c6 100644 --- a/Library/Formula/aimage.rb +++ b/Library/Formula/aimage.rb @@ -3,7 +3,7 @@ require 'formula'  class Aimage < Formula    homepage 'http://afflib.org/archives/tag/aimage'    url 'http://pkgs.fedoraproject.org/repo/pkgs/aimage/aimage-3.2.5.tar.gz/07a11d653cdd1d7a5aefe4d99cdbd408/aimage-3.2.5.tar.gz' -  md5 '07a11d653cdd1d7a5aefe4d99cdbd408' +  sha1 '8f3136e9ad3204fb4c91149b3f01a32cc83e0371'    depends_on 'afflib' diff --git a/Library/Formula/alac.rb b/Library/Formula/alac.rb index 7f2679299..13a06e7bd 100644 --- a/Library/Formula/alac.rb +++ b/Library/Formula/alac.rb @@ -3,7 +3,7 @@ require 'formula'  class Alac < Formula    homepage 'http://craz.net/programs/itunes/alac.html'    url 'http://craz.net/programs/itunes/files/alac_decoder-0.2.0.tgz' -  md5 'cec75c35f010d36e7bed91935b57f2d1' +  sha1 'a620f6293ef2d9490927d21ec341bbeff13eabe8'    def install      system "make", "CFLAGS=#{ENV.cflags}", "CC=#{ENV.cc}" diff --git a/Library/Formula/alpine.rb b/Library/Formula/alpine.rb index 651a847dc..50cfe2a18 100644 --- a/Library/Formula/alpine.rb +++ b/Library/Formula/alpine.rb @@ -3,7 +3,7 @@ require 'formula'  class Alpine < Formula    homepage 'http://www.washington.edu/alpine/'    url 'ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.gz' -  md5 '0f4757167baf5c73aa44f2ffa4860093' +  sha1 '363b3aa5d3eb1319e168639fbbc42b033b16f15b'    # Upstream builds are broken on Snow Leopard due to a hack put in    # for prior versions of OS X. See: diff --git a/Library/Formula/amap.rb b/Library/Formula/amap.rb index c9053702b..d41a6282e 100644 --- a/Library/Formula/amap.rb +++ b/Library/Formula/amap.rb @@ -3,7 +3,7 @@ require 'formula'  class Amap < Formula    homepage 'http://www.thc.org/thc-amap/'    url 'http://www.thc.org/releases/amap-5.4.tar.gz' -  md5 '2617c13b0738455c0e61c6e980b8decc' +  sha1 '79056f29a3b9e0a21062116aec3e966b1a46d7d3'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/ann.rb b/Library/Formula/ann.rb index 09bcb1abf..14e5d6f78 100644 --- a/Library/Formula/ann.rb +++ b/Library/Formula/ann.rb @@ -3,7 +3,7 @@ require 'formula'  class Ann < Formula    homepage 'http://www.cs.umd.edu/~mount/ANN/'    url 'http://www.cs.umd.edu/~mount/ANN/Files/1.1.2/ann_1.1.2.zip' -  md5 '31267ffbe4e6d04768b3ec21763e9343' +  sha1 '622be90314a603ef9b2abadcf62379f73f28f46c'    def install      system "make", "macosx-g++" diff --git a/Library/Formula/antiword.rb b/Library/Formula/antiword.rb index c9f504bb3..08dbc92d1 100644 --- a/Library/Formula/antiword.rb +++ b/Library/Formula/antiword.rb @@ -3,7 +3,7 @@ require 'formula'  class Antiword < Formula    homepage 'http://www.winfield.demon.nl/'    url 'http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz' -  md5 'f868e2a269edcbc06bf77e89a55898d1' +  sha1 '4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e'    skip_clean 'share/antiword' diff --git a/Library/Formula/antlr.rb b/Library/Formula/antlr.rb index 8a4543310..fbf92535e 100644 --- a/Library/Formula/antlr.rb +++ b/Library/Formula/antlr.rb @@ -3,7 +3,7 @@ require 'formula'  class Antlr < Formula    homepage 'http://www.antlr.org/'    url "http://www.antlr.org/download/antlr-3.4-complete.jar" -  md5 '1b91dea1c7d480b3223f7c8a9aa0e172' +  sha1 '5cab59d859caa6598e28131d30dd2e89806db57f'    def install      prefix.install "antlr-3.4-complete.jar" diff --git a/Library/Formula/anttweakbar.rb b/Library/Formula/anttweakbar.rb index 6c57366f2..55c80ede1 100644 --- a/Library/Formula/anttweakbar.rb +++ b/Library/Formula/anttweakbar.rb @@ -4,7 +4,7 @@ class Anttweakbar < Formula    homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'    url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'    version '1.14' -  md5 '2cb5f2fb7b3089f91521f4c14b726f8f' +  sha1 'b6405082efb6d6f26b3856a1b12c4e520055390e'    def install      cd 'src' do diff --git a/Library/Formula/apachetop.rb b/Library/Formula/apachetop.rb index c458cffe8..d6dd37d95 100644 --- a/Library/Formula/apachetop.rb +++ b/Library/Formula/apachetop.rb @@ -3,7 +3,7 @@ require 'formula'  class Apachetop < Formula    homepage 'http://freecode.com/projects/apachetop'    url 'http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz' -  md5 '604283ac4bbbddd98fc9b1f11381657e' +  sha1 '005c9479800a418ee7febe5027478ca8cbf3c51b'    def install      system "./configure", "--prefix=#{prefix}", diff --git a/Library/Formula/ape.rb b/Library/Formula/ape.rb index e7e071cf3..5f89d6fd4 100644 --- a/Library/Formula/ape.rb +++ b/Library/Formula/ape.rb @@ -3,7 +3,7 @@ require 'formula'  class Ape < Formula    homepage 'http://www.ape-project.org/'    url 'https://github.com/APE-Project/APE_Server/tarball/v1.1.0' -  md5 '8e2d75bc558aa908e18c6765fc65eb53' +  sha1 'ffecd63073a2239a144d5222fd1cd56cda411903'    def install      system "./build.sh" diff --git a/Library/Formula/apg.rb b/Library/Formula/apg.rb index f8c269cc7..ce27aa6ce 100644 --- a/Library/Formula/apg.rb +++ b/Library/Formula/apg.rb @@ -3,7 +3,7 @@ require 'formula'  class Apg < Formula    homepage 'http://www.adel.nursat.kz/apg/'    url 'http://www.adel.nursat.kz/apg/download/apg-2.2.3.tar.gz' -  md5 '3b3fc4f11e90635519fe627c1137c9ac' +  sha1 '7bdbc931ef8477717186dc3ab3a2d3c25012b4ca'    def install      system "make", "standalone", diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 6f1c982fc..4ea6a752e 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -4,7 +4,7 @@ class Aplus < Formula    homepage 'http://www.aplusdev.org/'    url 'http://mirrors.kernel.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz' -  md5 'c45df4f3e816d7fe957deed9b81f66c3' +  sha1 'e757cc7654cf35dba15a6a5d6cac5320146558fc'    # Fix the missing CoreServices include (via Fink version of aplus)    def patches diff --git a/Library/Formula/apollo.rb b/Library/Formula/apollo.rb index 19815cb9c..577569c58 100644 --- a/Library/Formula/apollo.rb +++ b/Library/Formula/apollo.rb @@ -4,21 +4,21 @@ class BerkeleyDbJe < Formula    homepage 'http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html'    url "http://download.oracle.com/maven/com/sleepycat/je/5.0.34/je-5.0.34.jar"    version '5.0.34' -  md5 '09fa2cb8431bb4ca5a0a0f83d3d57ed0' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'  end  class FuseMQApolloMQTT < Formula    homepage 'https://github.com/fusesource/fuse-extra/tree/master/fusemq-apollo/fusemq-apollo-mqtt'    url "http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/fuse-extra/fusemq-apollo-mqtt/1.3/fusemq-apollo-mqtt-1.3-uber.jar"    version '1.3' -  md5 'f33e56ddc2e302eda10fc4bb16f2d165' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'  end  class Apollo < Formula    homepage 'http://activemq.apache.org/apollo'    url "http://archive.apache.org/dist/activemq/activemq-apollo/1.4/apache-apollo-1.4-unix-distro.tar.gz"    version "1.4" -  md5 '2581e361670e52d9016edc113de53e6c' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'    option "no-bdb", "Install without bdb store support."    option "no-mqtt", "Install without MQTT protocol support." diff --git a/Library/Formula/apparix.rb b/Library/Formula/apparix.rb index a047dfa7b..207662930 100644 --- a/Library/Formula/apparix.rb +++ b/Library/Formula/apparix.rb @@ -3,7 +3,7 @@ require 'formula'  class Apparix < Formula    url 'http://micans.org/apparix/src/apparix-11-062.tar.gz'    homepage 'http://micans.org/apparix/' -  md5 'c3c359312295be2a68726c826c112186' +  sha1 '44bb22cbaf33719e69d3aea2cdf2fd985fee4647'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/apt-dater.rb b/Library/Formula/apt-dater.rb index df8663845..a7fc7dafa 100644 --- a/Library/Formula/apt-dater.rb +++ b/Library/Formula/apt-dater.rb @@ -3,7 +3,7 @@ require 'formula'  class AptDater < Formula    homepage 'http://www.ibh.de/apt-dater/'    url 'http://downloads.sourceforge.net/project/apt-dater/apt-dater/0.8.6/apt-dater-0.8.6.tar.gz' -  md5 '1f1b92403b9afb74032254ed47e7bce3' +  sha1 '178955f4c8999cf3cfeaf8ebbcf807f9a6beafd6'    depends_on 'gettext'    depends_on 'glib' diff --git a/Library/Formula/aqbanking.rb b/Library/Formula/aqbanking.rb index eb2da38a9..f2b0b6d74 100644 --- a/Library/Formula/aqbanking.rb +++ b/Library/Formula/aqbanking.rb @@ -3,7 +3,7 @@ require 'formula'  class Aqbanking < Formula    url 'http://www.aquamaniac.de/sites/download/download.php?package=03&release=94&file=01&dummy=aqbanking-5.0.24.0-git.tar.gz'    homepage 'http://www.aqbanking.de/' -  md5 'ae44a4d3104f5d62fa15a7084269020a' +  sha1 '00577801882d63ba9ec7a7c900aae25af124586a'    head 'http://devel.aqbanking.de/svn/aqbanking/trunk'    depends_on 'gettext' diff --git a/Library/Formula/arp-scan.rb b/Library/Formula/arp-scan.rb index c5e372a9e..839db5f27 100644 --- a/Library/Formula/arp-scan.rb +++ b/Library/Formula/arp-scan.rb @@ -3,7 +3,7 @@ require 'formula'  class ArpScan < Formula    homepage 'http://www.nta-monitor.com/tools/arp-scan/'    url 'http://www.nta-monitor.com/tools/arp-scan/download/arp-scan-1.8.tar.gz' -  md5 'be8826574ec566217eb7ca040fe472f9' +  sha1 '26ebf18eff367aaf99307841bec9e8b9e596c3bb'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/arp-sk.rb b/Library/Formula/arp-sk.rb index 40786dab8..944158ceb 100644 --- a/Library/Formula/arp-sk.rb +++ b/Library/Formula/arp-sk.rb @@ -3,7 +3,7 @@ require 'formula'  class ArpSk < Formula    url 'http://sid.rstack.org/arp-sk/files/arp-sk-0.0.16.tgz'    homepage 'http://sid.rstack.org/arp-sk/' -  md5 '25198bc6f8e0ac5ee9d3bb1b8be5adc5' +  sha1 'c7c0af367640d852f3ff622c5b03096ce4e940a4'    depends_on 'libnet' diff --git a/Library/Formula/arpoison.rb b/Library/Formula/arpoison.rb index 8d47c4fcc..03ae51757 100644 --- a/Library/Formula/arpoison.rb +++ b/Library/Formula/arpoison.rb @@ -3,7 +3,7 @@ require 'formula'  class Arpoison < Formula    url 'http://www.arpoison.net/arpoison-0.6.tar.gz'    homepage 'http://www.arpoison.net/' -  md5 '5274ae9c7c879b97b425a4b2da59aa65' +  sha1 'a4adc83fd0a29776f8135f304e5b090b5bf31b56'    depends_on 'libnet' diff --git a/Library/Formula/arss.rb b/Library/Formula/arss.rb index fe5313f5b..60e38ea72 100644 --- a/Library/Formula/arss.rb +++ b/Library/Formula/arss.rb @@ -3,7 +3,7 @@ require 'formula'  class Arss < Formula    homepage 'http://arss.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/arss/arss/0.2.3/arss-0.2.3-src.tar.gz' -  md5 '7a349ac00dd2732e70043254b4183255' +  sha1 'c78715dd9eeb9a5df594b09195256ac02a813313'    depends_on 'cmake' => :build    depends_on 'fftw' diff --git a/Library/Formula/asciitex.rb b/Library/Formula/asciitex.rb index 6e9a61f2c..ed36e4ca2 100644 --- a/Library/Formula/asciitex.rb +++ b/Library/Formula/asciitex.rb @@ -3,7 +3,7 @@ require 'formula'  class Asciitex < Formula    url 'http://downloads.sourceforge.net/project/asciitex/asciiTeX-0.21.tar.gz'    homepage 'http://asciitex.sourceforge.net' -  md5 'b894d924880a5659d9637f30ed5a3bb0' +  sha1 'b37d300910952c117f82f77dd2da99a7b9a79db7'    def install      system "./configure", "--prefix=#{prefix}", "--disable-gtk" diff --git a/Library/Formula/asm6.rb b/Library/Formula/asm6.rb index 97d278805..b8d69d2a7 100644 --- a/Library/Formula/asm6.rb +++ b/Library/Formula/asm6.rb @@ -3,7 +3,7 @@ require 'formula'  class Asm6 < Formula    url      'http://home.comcast.net/~olimar/NES/asm6.zip'    homepage 'http://home.comcast.net/~olimar/NES/' -  md5      '224943d091179a700cccbda5a047b6ef' +  sha1 '9fbc1eed740a16107730e7f996d7ddad8277eb4e'    version  '1.6'    def install diff --git a/Library/Formula/asn1c.rb b/Library/Formula/asn1c.rb index abf8e7f16..900a92c1e 100644 --- a/Library/Formula/asn1c.rb +++ b/Library/Formula/asn1c.rb @@ -3,7 +3,7 @@ require 'formula'  class Asn1c < Formula    url 'http://lionet.info/soft/asn1c-0.9.21.tar.gz'    homepage 'http://lionet.info/asn1c/blog/' -  md5 '0d06f96d345530e66e44e7bfee2e0aed' +  sha1 '22b8cbc73eab870ec2cab51997b3b0d422813624'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index b48d26be2..91d11522f 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -13,7 +13,7 @@ class Aspell < Formula    homepage 'http://aspell.net/'    url 'http://ftpmirror.gnu.org/aspell/aspell-0.60.6.1.tar.gz'    mirror 'http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz' -  md5 'e66a9c9af6a60dc46134fdacf6ce97d7' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'    fails_with :llvm do      build 2334 @@ -66,452 +66,452 @@ end  class Aspell_af < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/af/aspell-af-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/af/aspell-af-0.50-0.tar.bz2' -  md5 'bde617a195e70364f96eea71cf71a333' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_am < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/am/aspell6-am-0.03-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/am/aspell6-am-0.03-1.tar.bz2' -  md5 '7e28708b53bd4bc3008dfb04237413ac' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ar < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ar/aspell6-ar-1.2-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ar/aspell6-ar-1.2-0.tar.bz2' -  md5 '154cf762bafdd02db419b62191138738' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ast < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ast/aspell6-ast-0.01.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ast/aspell6-ast-0.01.tar.bz2' -  md5 '28955414fef2bc3e5395d45e051bdcd9' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_az < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/az/aspell6-az-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-0.02-0.tar.bz2' -  md5 '24d9d46c8fc23197666a43a7962a7b0d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_be < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/be/aspell5-be-0.01.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-0.01.tar.bz2' -  md5 '61314a1672f98571b32d23486bbd43be' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_bg < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/bg/aspell6-bg-4.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/bg/aspell6-bg-4.1-0.tar.bz2' -  md5 'e22f0634c48eae9c9fbdf9d569b8235c' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_bn < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/bn/aspell6-bn-0.01.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-0.01.1-1.tar.bz2' -  md5 '5ea70ec74e67f49b2844d306ddf38388' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_br < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/br/aspell-br-0.50-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/br/aspell-br-0.50-2.tar.bz2' -  md5 '800c7a28e09bd7734d1501cb7a91ad8f' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ca < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2' -  md5 '153d26f724866909c6faf49eecefe8b3' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_cs < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-20040614-1.tar.bz2' -  md5 '50f0c2b7b6fcfe47bb647ad8993d2fe8' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_csb < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/csb/aspell6-csb-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/csb/aspell6-csb-0.02-0.tar.bz2' -  md5 '0d4b408076115b7516c68887a563be68' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_cy < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/cy/aspell-cy-0.50-3.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/cy/aspell-cy-0.50-3.tar.bz2' -  md5 'd59fee193dba87973b38ac2862a090bb' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_da < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2' -  md5 'd14c03dca23b572606279d7317b022d0' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_de < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/de/aspell6-de-20030222-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-20030222-1.tar.bz2' -  md5 '5950c5c8a36fc93d4d7616591bace6a6' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_de_alt < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/de-alt/aspell6-de-alt-2.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/de-alt/aspell6-de-alt-2.1-1.tar.bz2' -  md5 '13245374b03088608d729fd15c58cd7a' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_el < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/el/aspell-el-0.50-3.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/el/aspell-el-0.50-3.tar.bz2' -  md5 '0ea2c42ceb9b91f7f5de2c017234ad37' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_en < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-7.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2' -  md5 'beba5e8f3afd3ed1644653bb685b2dfb' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_eo < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/eo/aspell6-eo-2.1.20000225a-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/eo/aspell6-eo-2.1.20000225a-2.tar.bz2' -  md5 '455719c49ffeb51b204767de6e1d9ef6' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_es < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/es/aspell6-es-1.11-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.11-2.tar.bz2' -  md5 '8406336a89c64e47e96f4153d0af70c4' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_et < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/et/aspell6-et-0.1.21-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/et/aspell6-et-0.1.21-1.tar.bz2' -  md5 '82929f49ddc1149b6ef2bde4c3c12bcd' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_fa < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2' -  md5 '47c8599e529fc291a096c12f0b8372ca' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_fi < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/fi/aspell6-fi-0.7-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-0.7-0.tar.bz2' -  md5 '6d1032116982c0efab1af8fce83259c0' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_fo < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/fo/aspell5-fo-0.2.16-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/fo/aspell5-fo-0.2.16-1.tar.bz2' -  md5 'a57e8870c272931da41cd1fc5a291f3d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_fr < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2' -  md5 '53a2d05c4e8f7fabd3cefe24db977be7' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_fy < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/fy/aspell6-fy-0.12-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/fy/aspell6-fy-0.12-0.tar.bz2' -  md5 '7c356ab9a52e546bdf75af8774b6d9bf' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ga < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ga/aspell5-ga-4.5-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ga/aspell5-ga-4.5-0.tar.bz2' -  md5 '174385bbc0b67ae75a5581c8617827b6' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_gd < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/gd/aspell5-gd-0.1.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/gd/aspell5-gd-0.1.1-1.tar.bz2' -  md5 '171673ec92270f58f945c4317286220b' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_gl < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/gl/aspell6-gl-0.5a-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/gl/aspell6-gl-0.5a-2.tar.bz2' -  md5 '7502e37bf2a1c4a0a05f9a6e755e7c21' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_grc < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/grc/aspell6-grc-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/grc/aspell6-grc-0.02-0.tar.bz2' -  md5 '9a4ecc08569e4de53d35f16d1da02099' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_gu < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/gu/aspell6-gu-0.03-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/gu/aspell6-gu-0.03-0.tar.bz2' -  md5 'dd9e466b23ced916d6bb89decc919976' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_gv < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2' -  md5 '139b5aa1f5ea85fb7a4be0338039e959' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_he < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/he/aspell6-he-1.0-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/he/aspell6-he-1.0-0.tar.bz2' -  md5 '71791e0299787391d2ace1c850b5b434' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hi < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hi/aspell6-hi-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hi/aspell6-hi-0.02-0.tar.bz2' -  md5 '4fd4aedbda587bbc4eecb9d3ea57591d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hil < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2' -  md5 '6ce553007a773a1c2ffd68b660ddb60b' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hr < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hr/aspell-hr-0.51-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hr/aspell-hr-0.51-0.tar.bz2' -  md5 '7d2fb9af47266884c731691123a95a8d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hsb < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hsb/aspell6-hsb-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hsb/aspell6-hsb-0.02-0.tar.bz2' -  md5 'f018c68a688600aeb9cb53747021703a' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hu < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2' -  md5 '4f4e1e98019a89d0ebf43ec59ae68254' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_hy < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/hy/aspell6-hy-0.10.0-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/hy/aspell6-hy-0.10.0-0.tar.bz2' -  md5 '41af00aed5078bb4755728c7dec834a2' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ia < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ia/aspell-ia-0.50-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ia/aspell-ia-0.50-1.tar.bz2' -  md5 '36846c747a4cb7874b00f37752e83f25' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_id < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/id/aspell5-id-1.2-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/id/aspell5-id-1.2-0.tar.bz2' -  md5 '9136385a6ce0ff0d113427ab3c974254' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_is < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/is/aspell-is-0.51.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/is/aspell-is-0.51.1-0.tar.bz2' -  md5 '1e0b6125d91d7edad710482ddcce2d23' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_it < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/it/aspell6-it-2.2_20050523-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-2.2_20050523-0.tar.bz2' -  md5 'b1217299a0b67d1e121494d7ec18a88d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_kn < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/kn/aspell6-kn-0.01-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/kn/aspell6-kn-0.01-1.tar.bz2' -  md5 '0359676017bf18a761b02346d3cc3253' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ku < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ku/aspell5-ku-0.20-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ku/aspell5-ku-0.20-1.tar.bz2' -  md5 '8d714169b131fc6ca8a783c6acc471ae' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ky < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2' -  md5 '83ed490464521361867546f9ad4cbaf2' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_la < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/la/aspell6-la-20020503-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/la/aspell6-la-20020503-0.tar.bz2' -  md5 'd42c679b95ba9b094aaa65f118834bf6' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_lt < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/lt/aspell6-lt-1.2.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/lt/aspell6-lt-1.2.1-0.tar.bz2' -  md5 'bfde48c27cac3ae8ce3a1818ba68a2d8' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_lv < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/lv/aspell6-lv-0.5.5-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/lv/aspell6-lv-0.5.5-1.tar.bz2' -  md5 'cd120047c0b160a40361cbf03913e91f' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mg < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mg/aspell5-mg-0.03-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mg/aspell5-mg-0.03-0.tar.bz2' -  md5 'f75e3b51a6935cd4be19c1ea452217a1' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mi < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mi/aspell-mi-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mi/aspell-mi-0.50-0.tar.bz2' -  md5 '8b1a07032ee086662bfe44a2e0459db4' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mk < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mk/aspell-mk-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mk/aspell-mk-0.50-0.tar.bz2' -  md5 '50e15df6b68e78d1baa789f517b2401b' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ml < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ml/aspell6-ml-0.03-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ml/aspell6-ml-0.03-1.tar.bz2' -  md5 '5ac03b3b0d0618b0aa470c9f5ac46866' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mn < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mn/aspell6-mn-0.06-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mn/aspell6-mn-0.06-2.tar.bz2' -  md5 'fd1ed8b4e57c858c62c4f74a687bba90' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mr < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mr/aspell6-mr-0.10-0.tar.bz2' -  md5 '489ac0c368d3012525134758f8572cac' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ms < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ms/aspell-ms-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ms/aspell-ms-0.50-0.tar.bz2' -  md5 'cfdd94bba4781766c5d870202abd60e0' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_mt < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/mt/aspell-mt-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/mt/aspell-mt-0.50-0.tar.bz2' -  md5 '6df98356e411891c956c249731b708fa' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_nb < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/nb/aspell-nb-0.50.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/nb/aspell-nb-0.50.1-0.tar.bz2' -  md5 'd1173a5ce04f39e9c93183da691e7ce8' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_nds < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/nds/aspell6-nds-0.01-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/nds/aspell6-nds-0.01-0.tar.bz2' -  md5 '76b2b3f2bdeefdfc6ce75ae11c9ae149' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_nl < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/nl/aspell-nl-0.50-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/nl/aspell-nl-0.50-2.tar.bz2' -  md5 'c3ef9fd7dc4c47d816eee9ef5149c76a' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_nn < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2' -  md5 '3711eb9df68f25262af10119579239bc' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ny < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ny/aspell5-ny-0.01-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ny/aspell5-ny-0.01-0.tar.bz2' -  md5 '856906a424fcbc50cc925d692d294215' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_or < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/or/aspell6-or-0.03-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/or/aspell6-or-0.03-1.tar.bz2' -  md5 '6c9d702607eaa43ef665007c4b857ba4' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_pa < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/pa/aspell6-pa-0.01-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/pa/aspell6-pa-0.01-1.tar.bz2' -  md5 'de336d6ef55ad6fa81f8903765c6c95d' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_pl < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2' -  md5 '3139a69a1bd9ccb1d853d30aa024fc2b' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_pt_BR < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20090702-0.tar.bz2' -  md5 'e082a8956882eb94a67c12e1b8c4a324' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_pt_PT < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2' -  md5 'a54267ce8f91de6e6a1baf1e8048cba0' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_qu < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/qu/aspell6-qu-0.02-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/qu/aspell6-qu-0.02-0.tar.bz2' -  md5 'b1c4a68fd5f46cadb600d925b0764fa5' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ro < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ro/aspell5-ro-3.3-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-3.3-2.tar.bz2' -  md5 '2d708c95fd7711efc61673c77f5f9d9e' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ru < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2' -  md5 'c4c98eaa5e77ad3adccbc5c96cb57cb3' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_rw < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/rw/aspell-rw-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/rw/aspell-rw-0.50-0.tar.bz2' -  md5 'd369916c4f4159b04e43daf31dde60c9' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sc < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sc/aspell5-sc-1.0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sc/aspell5-sc-1.0.tar.bz2' -  md5 '05284890c3445c5850a3c1410790a057' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sk < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sk/aspell6-sk-2.01-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sk/aspell6-sk-2.01-2.tar.bz2' -  md5 'b31bdc33a681902e5bc493a0692022a9' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sl < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sl/aspell-sl-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sl/aspell-sl-0.50-0.tar.bz2' -  md5 'c4c11402bc834d796d1b56e711470480' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sr < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sr/aspell6-sr-0.02.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sr/aspell6-sr-0.02.tar.bz2' -  md5 'a068ba095e7246fd3bbc92e7d0287998' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sv < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2' -  md5 'd180c781f8986ea0f65b6b18f02a494e' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_sw < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/sw/aspell-sw-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/sw/aspell-sw-0.50-0.tar.bz2' -  md5 '26ccc3500d7f7c288b74bba1c1fab38f' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_ta < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/ta/aspell6-ta-20040424-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/ta/aspell6-ta-20040424-1.tar.bz2' -  md5 'fc98b0b8d79291448d3a4f48ebbf2bd0' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_te < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/te/aspell6-te-0.01-2.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/te/aspell6-te-0.01-2.tar.bz2' -  md5 '645f7f7204520552cddbe1c9ae64df2a' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_tet < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/tet/aspell5-tet-0.1.1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/tet/aspell5-tet-0.1.1.tar.bz2' -  md5 '6a18e0253d7d6baa49daca513b0d782b' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_tk < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/tk/aspell5-tk-0.01-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/tk/aspell5-tk-0.01-0.tar.bz2' -  md5 'acf208c098538eeacef444baf123ea3c' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_tl < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/tl/aspell5-tl-0.02-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/tl/aspell5-tl-0.02-1.tar.bz2' -  md5 '126437909424021a553055b1b96fdf73' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_tn < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/tn/aspell5-tn-1.0.1-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/tn/aspell5-tn-1.0.1-0.tar.bz2' -  md5 '6e5ef98452b36a211a4fc1fdbadda322' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_tr < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/tr/aspell-tr-0.50-0.tar.bz2' -  md5 '432ecdc4e5233da0a4c1a52ed9103fa2' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_uk < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/uk/aspell6-uk-1.4.0-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-1.4.0-0.tar.bz2' -  md5 '662f15381d11581758866fd7af43b4d7' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_uz < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/uz/aspell6-uz-0.6-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/uz/aspell6-uz-0.6-0.tar.bz2' -  md5 'e0d72a8250bba1a1f40dfb2a163eed65' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_vi < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/vi/aspell6-vi-0.01.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/vi/aspell6-vi-0.01.1-1.tar.bz2' -  md5 '314185e521900df0fab8375fa609bba2' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_wa < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/wa/aspell-wa-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/wa/aspell-wa-0.50-0.tar.bz2' -  md5 'e3817402d7be19d4b0d0342d3a5970ea' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_yi < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/yi/aspell6-yi-0.01.1-1.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/yi/aspell6-yi-0.01.1-1.tar.bz2' -  md5 '9d514384bf00cfb9ceb0d5f78f998d93' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  class Aspell_zu < AspellLang    url 'http://ftpmirror.gnu.org/aspell/dict/zu/aspell-zu-0.50-0.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/aspell/dict/zu/aspell-zu-0.50-0.tar.bz2' -  md5 '2478cbbb6abaf5ed74bc2da7e7152116' +  sha1 'ff1190db8de279f950c242c6f4c5d5cdc2cbdc49'  end  def available_languages diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb index 8cc030b00..c4e46dbec 100644 --- a/Library/Formula/assimp.rb +++ b/Library/Formula/assimp.rb @@ -3,7 +3,7 @@ require 'formula'  class Assimp < Formula    homepage 'http://assimp.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/assimp/assimp-2.0/assimp--2.0.863-sdk.zip' -  md5 '9f41662501bd9d9533c4cf03b7c25d5b' +  sha1 'eb6938c134e7110a96243570e52a8b860d15d915'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/astyle.rb b/Library/Formula/astyle.rb index be3951e06..1278ff7a0 100644 --- a/Library/Formula/astyle.rb +++ b/Library/Formula/astyle.rb @@ -3,7 +3,7 @@ require 'formula'  class Astyle < Formula    homepage 'http://astyle.sourceforge.net/'    url 'http://downloads.sourceforge.net/sourceforge/astyle/astyle_2.02.1_macosx.tar.gz' -  md5 '38f3a20be7ba685496d479316d6004b0' +  sha1 'b8e3e79c7134a0e97a1948608e3b58201d3af3de'    def install      cd 'src' do diff --git a/Library/Formula/asymptote.rb b/Library/Formula/asymptote.rb index a873b416c..94c90413b 100644 --- a/Library/Formula/asymptote.rb +++ b/Library/Formula/asymptote.rb @@ -18,7 +18,7 @@ end  class Asymptote < Formula    homepage 'http://asymptote.sourceforge.net/'    url 'http://downloads.sourceforge.net/asymptote/asymptote-2.15.src.tgz' -  md5 '1adb969a4d7b17a3ae98728d1956bd77' +  sha1 'e0fb336c195fb21a39e3d0f3acd4881ce5e170a7'    depends_on TexInstalled.new diff --git a/Library/Formula/aterm.rb b/Library/Formula/aterm.rb index 125b41610..3eadb1141 100644 --- a/Library/Formula/aterm.rb +++ b/Library/Formula/aterm.rb @@ -3,7 +3,7 @@ require 'formula'  class Aterm < Formula    homepage 'http://strategoxt.org/Tools/ATermFormat'    url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/aterm-2.5.tar.gz' -  md5 '33ddcb1a229baf406ad1f603eb1d5995' +  sha1 'a7b1a7b480c1d06df73dc5763c011284ddde5ae3'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/atlassian-plugin-sdk.rb b/Library/Formula/atlassian-plugin-sdk.rb index 0ee3777b3..a4489522b 100644 --- a/Library/Formula/atlassian-plugin-sdk.rb +++ b/Library/Formula/atlassian-plugin-sdk.rb @@ -3,7 +3,7 @@ require 'formula'  class AtlassianPluginSdk < Formula    homepage 'https://developer.atlassian.com/display/DOCS/Atlassian+Plugin+SDK+Documentation'    url 'https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/amps/atlassian-plugin-sdk/3.11/atlassian-plugin-sdk-3.11.tar.gz' -  md5 '2899bd68f38f2522a73c6f82f821d541' +  sha1 'c54a3498553653d2d5a29362a37fe86df2ea169a'    def install      # Remove windows files diff --git a/Library/Formula/atool.rb b/Library/Formula/atool.rb index cc54276f0..48a69c122 100644 --- a/Library/Formula/atool.rb +++ b/Library/Formula/atool.rb @@ -3,7 +3,7 @@ require 'formula'  class Atool < Formula    homepage 'http://www.nongnu.org/atool/'    url 'http://savannah.nongnu.org/download/atool/atool-0.39.0.tar.gz' -  md5 'e0aa006decbc6484b9dba2879f1bb9f0' +  sha1 '40865bdc533f95fcaffdf8002889eb2ac67224a9'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb index 2a199c264..38fdf4d9f 100644 --- a/Library/Formula/auctex.rb +++ b/Library/Formula/auctex.rb @@ -19,7 +19,7 @@ class Auctex < Formula    homepage 'http://ftp.gnu.org/pub/gnu/auctex'    url 'http://ftpmirror.gnu.org/auctex/auctex-11.86.tar.gz'    mirror 'http://ftp.gnu.org/gnu/auctex/auctex-11.86.tar.gz' -  md5 '6bc33a67b6ac59db1aa238f3693b36d2' +  sha1 'af3dd156f8b2db7764c86d9f7de8abd5811d888a'    depends_on TexInstalled.new diff --git a/Library/Formula/augeas.rb b/Library/Formula/augeas.rb index 96990ba71..5f1b01fdd 100644 --- a/Library/Formula/augeas.rb +++ b/Library/Formula/augeas.rb @@ -3,7 +3,7 @@ require 'formula'  class Augeas < Formula    homepage 'http://augeas.net'    url 'http://augeas.net/download/augeas-0.10.0.tar.gz' -  md5 'fe1834e90a066c3208ac0214622c7352' +  sha1 '6d1d7b4572c05748d537f3ff12c5ac8ceb6b49bd'    depends_on 'readline' diff --git a/Library/Formula/autobench.rb b/Library/Formula/autobench.rb index 1cdf82f63..5f6afcc0b 100644 --- a/Library/Formula/autobench.rb +++ b/Library/Formula/autobench.rb @@ -3,7 +3,7 @@ require 'formula'  class Autobench < Formula    homepage 'http://www.xenoclast.org/autobench/'    url 'http://www.xenoclast.org/autobench/downloads/autobench-2.1.2.tar.gz' -  md5 'dbd00818840ed8d3c3d35734f0353cff' +  sha1 '8c342b50ce36c13d46dc995bc5f08acdead21553'    depends_on 'httperf' diff --git a/Library/Formula/autoconf-archive.rb b/Library/Formula/autoconf-archive.rb index 0ad8b6920..d5e61affa 100644 --- a/Library/Formula/autoconf-archive.rb +++ b/Library/Formula/autoconf-archive.rb @@ -4,7 +4,7 @@ class AutoconfArchive < Formula    url 'http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.04.07.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-2012.04.07.tar.bz2'    homepage 'http://savannah.gnu.org/projects/autoconf-archive/' -  md5 'e842c5b9fae021007bd70550362e5e80' +  sha1 'ca15d09f63b26b146f8be12a740a148d8deb4066'    def install      system './configure', "--prefix=#{prefix}" diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb index dc1675213..38208c454 100644 --- a/Library/Formula/autoenv.rb +++ b/Library/Formula/autoenv.rb @@ -3,7 +3,7 @@ require 'formula'  class Autoenv < Formula    homepage 'https://github.com/kennethreitz/autoenv'    url 'https://github.com/kennethreitz/autoenv/tarball/v0.1.0' -  md5 '5ced296136a2e97d92de247a6fbc5f77' +  sha1 '0682a230af78e72144dd9190ba216dada851235a'    head 'https://github.com/kennethreitz/autoenv.git', :branch => 'master' diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index 988b607cc..d5d7d94ba 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -3,7 +3,7 @@ require 'formula'  class Autojump < Formula    homepage 'https://github.com/joelthelion/autojump/wiki'    url 'https://github.com/downloads/joelthelion/autojump/autojump_v20.tar.gz' -  md5 '5297817c33959cb5afc070f5d174b24f' +  sha1 '7de157feb90dc22d5959914fa531844c68d5ba7b'    head 'https://github.com/joelthelion/autojump.git' diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb index 87e710e71..949be6919 100644 --- a/Library/Formula/automoc4.rb +++ b/Library/Formula/automoc4.rb @@ -3,7 +3,7 @@ require 'formula'  class Automoc4 < Formula    homepage 'http://techbase.kde.org/Development/Tools/Automoc4'    url 'ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2' -  md5 '91bf517cb940109180ecd07bc90c69ec' +  sha1 'd864c3dda99d8b5f625b9267acfa1d88ff617e3a'    depends_on 'cmake' => :build    depends_on 'qt' diff --git a/Library/Formula/autopsy.rb b/Library/Formula/autopsy.rb index 779728beb..4b0f4a05a 100644 --- a/Library/Formula/autopsy.rb +++ b/Library/Formula/autopsy.rb @@ -3,7 +3,7 @@ require 'formula'  class Autopsy < Formula    url 'http://downloads.sourceforge.net/project/autopsy/autopsy/2.24/autopsy-2.24.tar.gz'    homepage 'http://www.sleuthkit.org/autopsy/index.php' -  md5 '4ed18aa9f79453d74957b5db220d0d59' +  sha1 '084a6554a1494f5f34df4a5a3635c8d3dc3b8822'    depends_on 'sleuthkit'    depends_on 'afflib' => :optional diff --git a/Library/Formula/autossh.rb b/Library/Formula/autossh.rb index 74335c3fc..ed511449e 100644 --- a/Library/Formula/autossh.rb +++ b/Library/Formula/autossh.rb @@ -3,7 +3,7 @@ require 'formula'  class Autossh < Formula    homepage 'http://www.harding.motd.ca/autossh/'    url 'http://www.harding.motd.ca/autossh/autossh-1.4c.tgz' -  md5 '26520eea934f296be0783dabe7fcfd28' +  sha1 'd9a1d5a2987e7e5a444b00e63d6590936da1e1f2'    def patches      DATA diff --git a/Library/Formula/aview.rb b/Library/Formula/aview.rb index 56a7b8cb9..be64211d2 100644 --- a/Library/Formula/aview.rb +++ b/Library/Formula/aview.rb @@ -3,7 +3,7 @@ require 'formula'  class Aview < Formula    url 'http://downloads.sourceforge.net/aa-project/aview-1.3.0rc1.tar.gz'    homepage 'http://aa-project.sourceforge.net/aview/' -  md5 '093f298e7787591e229b59d039c72f4d' +  sha1 'd757ff9f62e6ce4d926c03ae4f4096d9fcf353fc'    depends_on 'aalib' diff --git a/Library/Formula/avra.rb b/Library/Formula/avra.rb index cfd6a9f2f..ee6f161c8 100644 --- a/Library/Formula/avra.rb +++ b/Library/Formula/avra.rb @@ -3,7 +3,7 @@ require 'formula'  class Avra < Formula    homepage 'http://avra.sourceforge.net/'    url 'http://sourceforge.net/projects/avra/files/1.3.0/avra-1.3.0.tar.bz2' -  md5 'd5d48369ceaa004c4ca09f61f69b2c84' +  sha1 '7ad7d168b02107d4f2d72951155798c2fd87d5a9'    depends_on :automake diff --git a/Library/Formula/avrdude.rb b/Library/Formula/avrdude.rb index 0d920423d..7043fc755 100644 --- a/Library/Formula/avrdude.rb +++ b/Library/Formula/avrdude.rb @@ -3,7 +3,7 @@ require 'formula'  class Avrdude < Formula    homepage 'http://savannah.nongnu.org/projects/avrdude/'    url 'http://download.savannah.gnu.org/releases/avrdude/avrdude-5.11.1.tar.gz' -  md5 '3a43e288cb32916703b6945e3f260df9' +  sha1 '330b3a38d3de6c54d4866819ffb6924ed3728173'    option 'with-usb', 'Compile AVRDUDE with USB support.' diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb index 90ef89548..61cc15219 100644 --- a/Library/Formula/aws-elasticache.rb +++ b/Library/Formula/aws-elasticache.rb @@ -4,7 +4,7 @@ class AwsElasticache < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/2310261897259567'    url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2012-03-09-1.6.000.zip'    version '1.6.0' -  md5 'd5d5f6ee58105b0d994bde4ff120b867' +  sha1 '1a45d1575d4806b432c9da38d9d4b2cadcaaac49'    depends_on 'ec2-api-tools' diff --git a/Library/Formula/aws-iam-tools.rb b/Library/Formula/aws-iam-tools.rb index bca338a18..885deb529 100644 --- a/Library/Formula/aws-iam-tools.rb +++ b/Library/Formula/aws-iam-tools.rb @@ -3,7 +3,7 @@ require 'formula'  class AwsIamTools < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/4143'    url 'http://awsiammedia.s3.amazonaws.com/public/tools/cli/latest/IAMCli.zip' -  md5 '7b479a42c09f0d64771dbb0415c3df9f' +  sha1 'a2bd3048327d1ee34e20abbc8e2cc6c68ebdee5f'    version "1.5.0"    def install diff --git a/Library/Formula/axel.rb b/Library/Formula/axel.rb index 0720f0378..d50741f36 100644 --- a/Library/Formula/axel.rb +++ b/Library/Formula/axel.rb @@ -3,7 +3,7 @@ require 'formula'  class Axel < Formula    url 'http://alioth.debian.org/frs/download.php/3016/axel-2.4.tar.bz2'    homepage 'http://freshmeat.net/projects/axel/' -  md5 '5fd72e67a682d20874b9f6d073201c6a' +  sha1 '9e212e2890a678ccb2ab48f575a659a32d07b1a9'    def install      system "./configure", "--prefix=#{prefix}", "--debug=0", "--i18n=0" diff --git a/Library/Formula/babl.rb b/Library/Formula/babl.rb index c91f94e61..c04a97dad 100644 --- a/Library/Formula/babl.rb +++ b/Library/Formula/babl.rb @@ -3,7 +3,7 @@ require 'formula'  class Babl < Formula    homepage 'http://www.gegl.org/babl/'    url 'ftp://ftp.gtk.org/pub/babl/0.1/babl-0.1.10.tar.bz2' -  md5 '9e1542ab5c0b12ea3af076a9a2f02d79' +  sha1 'ee60089e8e9d9390e730d3ae5e41074549928b7a'    head 'git://git.gnome.org/babl' diff --git a/Library/Formula/bagit.rb b/Library/Formula/bagit.rb index eee96f6bb..de20127fa 100644 --- a/Library/Formula/bagit.rb +++ b/Library/Formula/bagit.rb @@ -3,7 +3,7 @@ require 'formula'  class Bagit < Formula    homepage 'http://sourceforge.net/projects/loc-xferutils/files/loc-bil-java-library/4.1/'    url 'http://downloads.sourceforge.net/project/loc-xferutils/loc-bil-java-library/4.1/bagit-4.1-bin.zip' -  md5 '9c104028d608edb41a9b78eeb0662411' +  sha1 'a8ae349e3901a7eb38ff580dd10dd915440c27cc'    skip_clean 'logs' diff --git a/Library/Formula/balance.rb b/Library/Formula/balance.rb index 75f6de2b2..217b5d4bb 100644 --- a/Library/Formula/balance.rb +++ b/Library/Formula/balance.rb @@ -3,7 +3,7 @@ require 'formula'  class Balance < Formula    url 'http://www.inlab.de/balance-3.54.tar.gz'    homepage 'http://www.inlab.de/balance.html' -  md5 '99854615cc58ceb2c5bbf29e35d18018' +  sha1 '978ddb395909438a31288f0fad4d163ae997a51b'    def install      system "make" diff --git a/Library/Formula/bar.rb b/Library/Formula/bar.rb index 6a5c5d623..b08555743 100644 --- a/Library/Formula/bar.rb +++ b/Library/Formula/bar.rb @@ -3,7 +3,7 @@ require 'formula'  class Bar < Formula    url 'http://www.theiling.de/downloads/bar-1.4-src.tar.bz2'    homepage 'http://www.theiling.de/projects/bar.html' -  md5 '4b99147e2efbe678cbcdc985ad2412f4' +  sha1 '00b55ca1d52ca6ed099937692697c2257833c73c'    def install      bin.install 'bar' diff --git a/Library/Formula/base64.rb b/Library/Formula/base64.rb index 8c3d7be4e..aeb661006 100644 --- a/Library/Formula/base64.rb +++ b/Library/Formula/base64.rb @@ -3,7 +3,7 @@ require 'formula'  class Base64 < Formula    url 'http://www.fourmilab.ch/webtools/base64/base64-1.5.tar.gz'    homepage 'http://www.fourmilab.ch/webtools/base64/' -  md5 '3e6a217ba2c60372156c212dadce1275' +  sha1 '25b5ae71c2818c7a489065ca1637806cd5109524'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/bashish.rb b/Library/Formula/bashish.rb index 1b109b733..a12057f2d 100644 --- a/Library/Formula/bashish.rb +++ b/Library/Formula/bashish.rb @@ -3,7 +3,7 @@ require 'formula'  class Bashish < Formula    url 'http://downloads.sourceforge.net/project/bashish/bashish/2.2.4/bashish-2.2.4.tar.gz'    homepage 'http://bashish.sourceforge.net/' -  md5 '0661cc0040878e921ac7a31b071d20e0' +  sha1 '532ed2a1c1bacafb459c2c7dedf720e9047bd716'    depends_on 'dialog' diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index c73c8da56..9a54b6692 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -3,7 +3,7 @@ require 'formula'  class Bazaar < Formula    homepage 'http://bazaar-vcs.org/'    url 'https://launchpad.net/bzr/2.5/2.5.1/+download/bzr-2.5.1.tar.gz' -  md5 'ac5079858364a046071000d5cdccb67b' +  sha1 '7e2776e3aaf8fb48828026d3fc2a3047465eea5e'    option "system", "Install using the OS X system Python." diff --git a/Library/Formula/bbcolors.rb b/Library/Formula/bbcolors.rb index 255801056..1a501f323 100644 --- a/Library/Formula/bbcolors.rb +++ b/Library/Formula/bbcolors.rb @@ -3,7 +3,7 @@ require 'formula'  class Bbcolors < Formula    url 'http://daringfireball.net/projects/downloads/bbcolors_1.0.1.zip'    homepage 'http://daringfireball.net/projects/bbcolors/' -  md5 '43ae9c44f0a423fcf3e6a21ed3afaec4' +  sha1 'ce47e5ffbcafb01c21acdf242372f351215a80bf'    def install      bin.install "bbcolors" diff --git a/Library/Formula/bchunk.rb b/Library/Formula/bchunk.rb index 0147677a1..4f4635a05 100644 --- a/Library/Formula/bchunk.rb +++ b/Library/Formula/bchunk.rb @@ -3,7 +3,7 @@ require 'formula'  class Bchunk < Formula    url 'http://he.fi/bchunk/bchunk-1.2.0.tar.gz'    homepage 'http://he.fi/bchunk/' -  md5 '6a613da3f34f9a303f202d2e9731d231' +  sha1 'a328e4665eb5e51df63d8d27d1d75ecc74bdef9e'    def install      system "make" diff --git a/Library/Formula/bcpp.rb b/Library/Formula/bcpp.rb index 034469226..03e275c40 100644 --- a/Library/Formula/bcpp.rb +++ b/Library/Formula/bcpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Bcpp < Formula    url 'ftp://invisible-island.net/bcpp/bcpp-20090630.tgz'    homepage 'http://invisible-island.net/bcpp/' -  md5 '3428176dafcf4af1d2741804bca05189' +  sha1 'f8ce9736fa2775e8c15b7fcbfee156103d90ece8'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/bcrypt.rb b/Library/Formula/bcrypt.rb index 193c98483..92a9d5674 100644 --- a/Library/Formula/bcrypt.rb +++ b/Library/Formula/bcrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Bcrypt < Formula    url 'http://bcrypt.sourceforge.net/bcrypt-1.1.tar.gz'    homepage 'http://bcrypt.sourceforge.net' -  md5 '8ce2873836ccd433329c8df0e37e298c' +  sha1 'fd4c7c83fdc560f143bb0e0a8c9fb7aa57e69698'    def install      system "make", "CC=#{ENV.cc}", diff --git a/Library/Formula/bcwipe.rb b/Library/Formula/bcwipe.rb index 79afd8e30..98be69598 100644 --- a/Library/Formula/bcwipe.rb +++ b/Library/Formula/bcwipe.rb @@ -3,7 +3,7 @@ require 'formula'  class Bcwipe < Formula    homepage 'http://www.jetico.com/linux/bcwipe-help/'    url 'http://www.jetico.com/linux/BCWipe-1.9-9.tar.gz' -  md5 '1377971bafce72238d1a062e2305c1c0' +  sha1 'be4d945a5d24076fb6b0356389323a0686e1e4d7'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/bedtools.rb b/Library/Formula/bedtools.rb index 9d1aef650..dc5d83ec2 100644 --- a/Library/Formula/bedtools.rb +++ b/Library/Formula/bedtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Bedtools < Formula    url 'http://bedtools.googlecode.com/files/BEDTools.v2.16.2.tar.gz'    homepage 'http://code.google.com/p/bedtools/' -  md5 'a627ec8da816f62b14d5be74083c0206' +  sha1 'f9580cc9394713e0575fd73492ed6bf64a2256c6'    head 'https://github.com/arq5x/bedtools.git'    def install diff --git a/Library/Formula/bgrep.rb b/Library/Formula/bgrep.rb index 564f2432c..73197c686 100644 --- a/Library/Formula/bgrep.rb +++ b/Library/Formula/bgrep.rb @@ -3,7 +3,7 @@ require 'formula'  class Bgrep < Formula    url 'https://github.com/tmbinc/bgrep/tarball/bgrep-0.2'    homepage 'https://github.com/tmbinc/bgrep' -  md5 '0f5b3debbb502b196ef63e277660bccc' +  sha1 'a43be236e437779a941ebfbeca8a3abf7075182d'    def install      system "#{ENV.cc} #{ENV.cflags} -o bgrep bgrep.c" diff --git a/Library/Formula/bib-tool.rb b/Library/Formula/bib-tool.rb index eeb03d737..f5a38cf60 100644 --- a/Library/Formula/bib-tool.rb +++ b/Library/Formula/bib-tool.rb @@ -3,7 +3,7 @@ require 'formula'  class BibTool < Formula    url 'http://sarovar.org/frs/download.php/1298/BibTool-2.51.tar.gz'    homepage 'http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html' -  md5 '0404647e6d1b2d4c2a34a6d1f4f9e375' +  sha1 '8cb4f562f4d3d380a809eb1bdbbc9d47d498957e'    def install      system "./configure", "--prefix", prefix diff --git a/Library/Formula/bibtex2html.rb b/Library/Formula/bibtex2html.rb index 67bc60bdc..f1a960bca 100644 --- a/Library/Formula/bibtex2html.rb +++ b/Library/Formula/bibtex2html.rb @@ -3,7 +3,7 @@ require 'formula'  class Bibtex2html < Formula    url 'http://www.lri.fr/~filliatr/ftp/bibtex2html/bibtex2html-1.94.tar.gz'    homepage 'http://www.lri.fr/~filliatr/bibtex2html/' -  md5 '16e6656156e10c07747163a0914058b8' +  sha1 '710ecf4e20f8dffabb0684222d7de3cf502cb691'    depends_on 'objective-caml' diff --git a/Library/Formula/bibutils.rb b/Library/Formula/bibutils.rb index f6a151f4c..e5eebb71d 100644 --- a/Library/Formula/bibutils.rb +++ b/Library/Formula/bibutils.rb @@ -3,7 +3,7 @@ require 'formula'  class Bibutils < Formula    homepage 'http://sourceforge.net/p/bibutils/home/Bibutils/'    url 'http://sourceforge.net/projects/bibutils/files/bibutils_4.12_src.tgz' -  md5 '395f46393eca8e184652c5e8e1ae83b6' +  sha1 '027be11cbad8261d0a6fc1056010480b23385ba2'    def install      system "./configure", "--install-dir", prefix diff --git a/Library/Formula/bindfs.rb b/Library/Formula/bindfs.rb index 9a42cf0ab..ca435b73d 100644 --- a/Library/Formula/bindfs.rb +++ b/Library/Formula/bindfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Bindfs < Formula    url 'http://bindfs.googlecode.com/files/bindfs-1.9.tar.gz'    homepage 'http://code.google.com/p/bindfs/' -  md5 '610778ad89bc5b0ff0be7b44bb2b6f0c' +  sha1 'cf8c2acf67f0e98593ec9f88ad00e12bbbc84f2e'    depends_on 'fuse4x' diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index fb6dc7c63..ef4e4682c 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -4,7 +4,7 @@ class Binutils < Formula    homepage 'http://www.gnu.org/software/binutils/binutils.html'    url 'http://ftpmirror.gnu.org/binutils/binutils-2.22.tar.gz'    mirror 'http://ftp.gnu.org/gnu/binutils/binutils-2.22.tar.gz' -  md5 '8b3ad7090e3989810943aa19103fdb83' +  sha1 '0e16a7492c0a194962ecd33fc80fa53ccfec5149'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb index decda5432..a292a096e 100644 --- a/Library/Formula/binwalk.rb +++ b/Library/Formula/binwalk.rb @@ -3,7 +3,7 @@ require 'formula'  class Binwalk < Formula    homepage 'http://code.google.com/p/binwalk/'    url 'http://binwalk.googlecode.com/files/binwalk-0.4.2.tar.gz' -  md5 '9559d114760f6a58825004b4379fd95f' +  sha1 '160ad2f4dd7f37628a4fade5d16c0c9996174ab2'    depends_on 'libmagic' diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb index 2420178ee..2b4558058 100644 --- a/Library/Formula/bitlbee.rb +++ b/Library/Formula/bitlbee.rb @@ -3,7 +3,7 @@ require 'formula'  class Bitlbee < Formula    homepage 'http://www.bitlbee.org/'    url 'http://get.bitlbee.org/src/bitlbee-3.0.5.tar.gz' -  md5 '9ff97260a2a7f3a7d102db158a8d9887' +  sha1 '74afdff87be49ce060771a6ae10d7643cd57b9b6'    option 'purple', "Use libpurple for all communication with instant messaging networks" diff --git a/Library/Formula/blackbox.rb b/Library/Formula/blackbox.rb index 789650a2e..94073bc95 100644 --- a/Library/Formula/blackbox.rb +++ b/Library/Formula/blackbox.rb @@ -3,7 +3,7 @@ require 'formula'  class Blackbox < Formula    homepage 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/'    url 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/Blackbox44.tgz' -  md5 'b11aca3c49eb63b2b914b689c2a89dec' +  sha1 '6e61cf9bbb1f28f2dd9f77f9be59fb6fd4fae224'    def install      system "make" diff --git a/Library/Formula/blahtexml.rb b/Library/Formula/blahtexml.rb index cf544664e..c0863e144 100644 --- a/Library/Formula/blahtexml.rb +++ b/Library/Formula/blahtexml.rb @@ -3,7 +3,7 @@ require 'formula'  class Blahtexml < Formula    homepage 'http://gva.noekeon.org/blahtexml/'    url 'http://gva.noekeon.org/blahtexml/blahtexml-0.9-src.tar.gz' -  md5 'ed790599223c2f8f6d205be8988882de' +  sha1 '3961f5f388cbc2426aeffd9639a154d5e1690345'    option 'blahtex-only', "Build only blahtex, not blahtexml" diff --git a/Library/Formula/blast.rb b/Library/Formula/blast.rb index bc2227da1..e59059d72 100644 --- a/Library/Formula/blast.rb +++ b/Library/Formula/blast.rb @@ -4,7 +4,7 @@ class Blast < Formula    homepage 'http://blast.ncbi.nlm.nih.gov/'    url 'ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.25/ncbi-blast-2.2.25+-src.tar.gz'    version '2.2.25' -  md5 '01256b808e3af49a5087945b6a8c8293' +  sha1 '95bc29cd3cdcccaac24bc4dd489d8ad6b4500d33'    fails_with :clang do      build 421 diff --git a/Library/Formula/bmon.rb b/Library/Formula/bmon.rb index 995dfc327..868b75b9c 100644 --- a/Library/Formula/bmon.rb +++ b/Library/Formula/bmon.rb @@ -4,7 +4,7 @@ class Bmon < Formula    url 'http://mirrors.kernel.org/debian/pool/main/b/bmon/bmon_2.0.1.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/b/bmon/bmon_2.0.1.orig.tar.gz'    homepage 'http://people.suug.ch/~tgr/bmon' -  md5 'd0da9d05f18c82a621171985d536dec7' +  sha1 'ef6297bbd7a5f9a351e14b2b3e9f45157b136a9c'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/bogofilter.rb b/Library/Formula/bogofilter.rb index 6dbcb0c5e..461928e4d 100644 --- a/Library/Formula/bogofilter.rb +++ b/Library/Formula/bogofilter.rb @@ -3,7 +3,7 @@ require 'formula'  class Bogofilter < Formula    url 'http://sourceforge.net/projects/bogofilter/files/bogofilter-current/bogofilter-1.2.2/bogofilter-1.2.2.tar.bz2'    homepage 'http://bogofilter.sourceforge.net' -  md5 '4bcabdf8c5e7efefcb508eda7e80eebc' +  sha1 '6d2860c1d919fe47a8efcfc7fd6de9433872f21d'    depends_on 'berkeley-db' diff --git a/Library/Formula/bonnie++.rb b/Library/Formula/bonnie++.rb index a8434dcd2..e246f567a 100644 --- a/Library/Formula/bonnie++.rb +++ b/Library/Formula/bonnie++.rb @@ -3,7 +3,7 @@ require 'formula'  class Bonniexx < Formula    url 'http://www.coker.com.au/bonnie++/experimental/bonnie++-1.96.tgz'    homepage 'http://www.coker.com.au/bonnie++/' -  md5 '7b8594559f00887d2865de1838328b35' +  sha1 '24a0e3de4dc98f905654f51ef6732b1b766e1378'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb index cd1b76baf..b2b9292b2 100644 --- a/Library/Formula/boost-build.rb +++ b/Library/Formula/boost-build.rb @@ -3,7 +3,7 @@ require 'formula'  class BoostBuild < Formula    homepage 'http://boost.org/boost-build2/'    url 'http://downloads.sourceforge.net/project/boost/boost/1.49.0/boost_1_49_0.tar.bz2' -  md5 '0d202cb811f934282dea64856a175698' +  sha1 '26a52840e9d12f829e3008589abf0a925ce88524'    version '2011.04-svn'    head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/' diff --git a/Library/Formula/bowtie.rb b/Library/Formula/bowtie.rb index b659e80aa..b3b95395d 100644 --- a/Library/Formula/bowtie.rb +++ b/Library/Formula/bowtie.rb @@ -3,7 +3,7 @@ require 'formula'  class Bowtie < Formula    url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.7/bowtie-0.12.7-src.zip'    homepage 'http://bowtie-bio.sourceforge.net/index.shtml' -  md5 '2808d61eaf15c9f7138794766c99a561' +  sha1 '0eb752db072a2da6fc6dac55d2ab825422e994ce'    def install      system "make" diff --git a/Library/Formula/boxes.rb b/Library/Formula/boxes.rb index 3a3638911..eec76985f 100644 --- a/Library/Formula/boxes.rb +++ b/Library/Formula/boxes.rb @@ -3,7 +3,7 @@ require 'formula'  class Boxes < Formula    homepage 'http://boxes.thomasjensen.com/'    url 'http://boxes.thomasjensen.com/download/boxes-1.1.src.tar.gz' -  md5 'd2ef9fa28a87bf32b3fe0c47ab82fa97' +  sha1 '1fd6e875e9b3c84f2a71f6df73d9eddb37d11c93'    def install      # distro uses /usr/share/boxes change to prefix diff --git a/Library/Formula/brew-gem.rb b/Library/Formula/brew-gem.rb index 941502058..2e3f1b7f6 100644 --- a/Library/Formula/brew-gem.rb +++ b/Library/Formula/brew-gem.rb @@ -3,7 +3,7 @@ require 'formula'  class BrewGem < Formula    url 'https://github.com/josh/brew-gem/tarball/v0.1.2'    homepage 'https://github.com/josh/brew-gem' -  md5 'c39f1c5db2e4d18349109aeed8136970' +  sha1 '03454394c9f6288c8aeee6e8523d3ef48d6f07c1'    def install      bin.install 'bin/brew-gem' diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb index 1b11604fe..6bfc6f795 100644 --- a/Library/Formula/brew-pip.rb +++ b/Library/Formula/brew-pip.rb @@ -3,7 +3,7 @@ require 'formula'  class BrewPip < Formula    homepage 'https://github.com/josh/brew-pip'    url 'https://github.com/josh/brew-pip/tarball/v0.1.2' -  md5 'de88d7e2c08dc85d9f71ae5a2f3fdece' +  sha1 '0fac3fe1b9563f6a7fb69d257b4146678fd540a4'    def install      bin.install 'bin/brew-pip' diff --git a/Library/Formula/browser.rb b/Library/Formula/browser.rb index 95adea753..ff16f775f 100644 --- a/Library/Formula/browser.rb +++ b/Library/Formula/browser.rb @@ -3,5 +3,5 @@ require 'formula'  class Browser < GithubGistFormula    url 'https://gist.github.com/raw/318247/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser'    homepage 'https://gist.github.com/318247/' -  md5 '8bdad2260651ea88d4f868071ef5b604' +  sha1 '3474d81ef6eaaf13554fd6aa03e5227c4c72f1bb'  end diff --git a/Library/Formula/bsdmake.rb b/Library/Formula/bsdmake.rb index 199d97ab1..9691c809e 100644 --- a/Library/Formula/bsdmake.rb +++ b/Library/Formula/bsdmake.rb @@ -3,7 +3,7 @@ require 'formula'  class Bsdmake < Formula    homepage 'http://opensource.apple.com/'    url 'http://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz' -  md5 '7856e53a7f8b29cd899e2ce98eb4a467' +  sha1 '9ce3c3fc01e0eb47d82827b1eb227eb371fefd5c'    if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/bsdmake"      keg_only "Recent versions of OS X no longer provide this tool." diff --git a/Library/Formula/bsponmpi.rb b/Library/Formula/bsponmpi.rb index 8f968be17..3f504ab4a 100644 --- a/Library/Formula/bsponmpi.rb +++ b/Library/Formula/bsponmpi.rb @@ -3,7 +3,7 @@ require 'formula'  class Bsponmpi < Formula    url 'http://downloads.sourceforge.net/project/bsponmpi/bsponmpi/0.3/bsponmpi-0.3.tar.gz'    homepage 'http://sourceforge.net/projects/bsponmpi' -  md5 '75db882a340ef5e97d8398db3e1611d0' +  sha1 '07380f8c4e72a69dddf5deae786ecbb37811b489'    depends_on 'scons' => :build    depends_on MPIDependency.new(:cc, :cxx) diff --git a/Library/Formula/btparse.rb b/Library/Formula/btparse.rb index 36ecb1938..8b8d0c03c 100644 --- a/Library/Formula/btparse.rb +++ b/Library/Formula/btparse.rb @@ -3,7 +3,7 @@ require 'formula'  class Btparse < Formula    url 'http://www.gerg.ca/software/btOOL/btparse-0.34.tar.gz'    homepage 'http://www.gerg.ca/software/btOOL/' -  md5 '87d09ce6331c57cc2da30b5c83f545e0' +  sha1 'cfc2a5364b99121843dae4fd4ce1b01326a7a0bb'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/btpd.rb b/Library/Formula/btpd.rb index 8fe4c1cfb..aa87470f5 100644 --- a/Library/Formula/btpd.rb +++ b/Library/Formula/btpd.rb @@ -3,7 +3,7 @@ require 'formula'  class Btpd < Formula    url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'    homepage 'https://github.com/btpd/btpd' -  md5 'fe042aae8d7c515ecd855673d1c2b33e' +  sha1 'fb7d396ed5c224dc6e743ac481e4feb4a3cf7b75'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/bvi.rb b/Library/Formula/bvi.rb index 1c22d11a8..374caec5e 100644 --- a/Library/Formula/bvi.rb +++ b/Library/Formula/bvi.rb @@ -3,7 +3,7 @@ require 'formula'  class Bvi < Formula    url 'http://downloads.sourceforge.net/bvi/bvi-1.3.2.src.tar.gz'    homepage 'http://bvi.sourceforge.net' -  md5 '4257305ffb27177a6d5208b2df4ca92d' +  sha1 '0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/bwm-ng.rb b/Library/Formula/bwm-ng.rb index 6923b1f47..8e716cb0f 100644 --- a/Library/Formula/bwm-ng.rb +++ b/Library/Formula/bwm-ng.rb @@ -3,7 +3,7 @@ require 'formula'  class BwmNg < Formula    url 'http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz'    homepage 'http://www.gropp.org/?id=projects&sub=bwm-ng' -  md5 'd3a02484fb7946371bfb4e10927cebfb' +  sha1 '90bab1837f179fa1fe0d4b8bad04072affa39c01'    fails_with :clang do      build 318 diff --git a/Library/Formula/c-kermit.rb b/Library/Formula/c-kermit.rb index 7a2921246..eec27560c 100644 --- a/Library/Formula/c-kermit.rb +++ b/Library/Formula/c-kermit.rb @@ -3,7 +3,7 @@ require 'formula'  class CKermit < Formula    url 'http://www.kermitproject.org/ftp/kermit/archives/cku302.tar.gz'    homepage 'http://www.kermitproject.org/' -  md5 'eac4dbf18b45775e4cdee5a7c74762b0' +  sha1 'd04c8b5600bc0bb0f163d294881f7a5a0d4395b5'    version '9.0.302'    def install diff --git a/Library/Formula/cabal-install.rb b/Library/Formula/cabal-install.rb index fd34197a8..b9bdf8161 100644 --- a/Library/Formula/cabal-install.rb +++ b/Library/Formula/cabal-install.rb @@ -3,7 +3,7 @@ require 'formula'  class CabalInstall < Formula    homepage 'http://www.haskell.org/haskellwiki/Cabal-Install'    url 'http://www.haskell.org/cabal/release/cabal-install-0.14.0/cabal-install-0.14.0.tar.gz' -  md5 '638514bd1a5792d75866481852148ae5' +  sha1 '614a683ec15a8d9b77e8d926c6906e8d00e3d401'    depends_on 'ghc' diff --git a/Library/Formula/cabextract.rb b/Library/Formula/cabextract.rb index 0506a2184..60d9747a6 100644 --- a/Library/Formula/cabextract.rb +++ b/Library/Formula/cabextract.rb @@ -3,7 +3,7 @@ require 'formula'  class Cabextract < Formula    url 'http://www.cabextract.org.uk/cabextract-1.4.tar.gz'    homepage 'http://www.cabextract.org.uk/' -  md5 '79f41f568cf1a3ac105e0687e8bfb7c0' +  sha1 'b1d5dd668d2dbe95b47aad6e92c0b7183ced70f1'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/calcurse.rb b/Library/Formula/calcurse.rb index 9a554d0d0..dbe0b49d0 100644 --- a/Library/Formula/calcurse.rb +++ b/Library/Formula/calcurse.rb @@ -3,7 +3,7 @@ require 'formula'  class Calcurse < Formula    url 'http://calcurse.org/files/calcurse-2.9.2.tar.gz'    homepage 'http://calcurse.org/' -  md5 '5cb7d9c9edddc551fc62c9c5733591c5' +  sha1 'ab59b3275a9b7eb9184797f9e998e64783b03ceb'    depends_on 'gettext' diff --git a/Library/Formula/camellia.rb b/Library/Formula/camellia.rb index 5b3eebd70..7ed5bef48 100644 --- a/Library/Formula/camellia.rb +++ b/Library/Formula/camellia.rb @@ -3,7 +3,7 @@ require 'formula'  class Camellia < Formula    homepage 'http://camellia.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/camellia/Unix_Linux%20Distribution/v2.7.0/CamelliaLib-2.7.0.tar.gz' -  md5 '9dcfccb1d88193a963d18403f0e8474f' +  sha1 'f7f5004733787731e0c2252d0b5fe2e61622cc9e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/cantera.rb b/Library/Formula/cantera.rb index 2d6b59726..c616f95e2 100644 --- a/Library/Formula/cantera.rb +++ b/Library/Formula/cantera.rb @@ -3,7 +3,7 @@ require 'formula'  class Cantera < Formula    homepage 'http://code.google.com/p/cantera/'    url 'http://cantera.googlecode.com/files/cantera-1.8.0-beta.tar.gz' -  md5 '53d923922535c64b7e6b9f07bbfcf866' +  sha1 'c62666590c65c9a5a17c0867f0f6b6789984131f'    head 'http://cantera.googlecode.com/svn/cantera18/trunk/'    depends_on 'numpy' => :python diff --git a/Library/Formula/cast.rb b/Library/Formula/cast.rb index 3f17cf1fd..e7ea20602 100644 --- a/Library/Formula/cast.rb +++ b/Library/Formula/cast.rb @@ -3,7 +3,7 @@ require 'formula'  class Cast < Formula    url 'http://files.cast-project.org/cast-0.2.0.tar.gz'    homepage 'http://cast-project.org' -  md5 'b6a4f2b1126e969ee1696f50471c7345' +  sha1 'ab5e21c69dd0d5d1dc37b2f7d0ba7c52dddce400'    depends_on 'scons' => :build    depends_on 'runit' diff --git a/Library/Formula/cbmbasic.rb b/Library/Formula/cbmbasic.rb index 44bf39f54..f13b9a18b 100644 --- a/Library/Formula/cbmbasic.rb +++ b/Library/Formula/cbmbasic.rb @@ -3,7 +3,7 @@ require 'formula'  class Cbmbasic < Formula    homepage 'http://cbmbasic.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/cbmbasic/cbmbasic/1.0/cbmbasic-1.0.tgz' -  md5 '966cf93950809c3eace244af702cf895' +  sha1 '54564daa7f28be98b03ae7dd1eece9e5439c95c3'    def install      system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}" diff --git a/Library/Formula/cc65.rb b/Library/Formula/cc65.rb index 0c68cfd0a..01bfac9b5 100644 --- a/Library/Formula/cc65.rb +++ b/Library/Formula/cc65.rb @@ -3,7 +3,7 @@ require 'formula'  class Cc65 < Formula    url 'ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2'    homepage 'http://www.cc65.org/' -  md5 '99de534c4a9e04b45a82c239ed4ded20' +  sha1 '925c6edfcef7057e24ecb0704fa07210faec07bc'    head 'svn://svn.cc65.org/cc65/trunk' diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb index c8258898d..4dee14c81 100644 --- a/Library/Formula/ccache.rb +++ b/Library/Formula/ccache.rb @@ -3,7 +3,7 @@ require 'formula'  class Ccache < Formula    homepage 'http://ccache.samba.org/'    url 'http://samba.org/ftp/ccache/ccache-3.1.7.tar.bz2' -  md5 '82257745eac54826527946e9e3d046f4' +  sha1 '910313f94b107c8d100f35d580deb95e7e1fd219'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/cclive.rb b/Library/Formula/cclive.rb index 69c3f0e3c..195b6c989 100644 --- a/Library/Formula/cclive.rb +++ b/Library/Formula/cclive.rb @@ -3,7 +3,7 @@ require 'formula'  class Cclive < Formula    url 'http://cclive.googlecode.com/files/cclive-0.7.9.tar.bz2'    homepage 'http://cclive.sourceforge.net/' -  md5 'b80cf3faac291df8c6514fe1bc4a93d2' +  sha1 '9e55508f5a98f8dade4b307392fbf0dcebde0633'    depends_on 'pkg-config' => :build    depends_on 'quvi' diff --git a/Library/Formula/ccrypt.rb b/Library/Formula/ccrypt.rb index b8615067c..105d3cf88 100644 --- a/Library/Formula/ccrypt.rb +++ b/Library/Formula/ccrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Ccrypt < Formula    url 'http://ccrypt.sourceforge.net/download/ccrypt-1.9.tar.gz'    homepage 'http://ccrypt.sourceforge.net/' -  md5 'c3f78019d7a166dd66f1d4b1390c62c2' +  sha1 '5ad1889c71be905c3004c80dc011948c9c35c814'    def install      # Tests fail with clang (build 318) at higher optimization diff --git a/Library/Formula/cd-discid.rb b/Library/Formula/cd-discid.rb index f9c93a49f..468d53038 100644 --- a/Library/Formula/cd-discid.rb +++ b/Library/Formula/cd-discid.rb @@ -3,7 +3,7 @@ require 'formula'  class CdDiscid < Formula    url 'http://linukz.org/download/cd-discid-1.1.tar.gz'    homepage 'http://linukz.org/cd-discid.shtml' -  md5 '04cb368e3f1ce17e656ac6691ca0b687' +  sha1 '74cedeb2c5bf4f3248af249c0ff344ea9d713d1a'    def patches    { :p0 => diff --git a/Library/Formula/cdargs.rb b/Library/Formula/cdargs.rb index 3d0b94072..96b29aedf 100644 --- a/Library/Formula/cdargs.rb +++ b/Library/Formula/cdargs.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdargs < Formula    homepage 'http://www.skamphausen.de/cgi-bin/ska/CDargs'    url 'http://www.skamphausen.de/downloads/cdargs/cdargs-1.35.tar.gz' -  md5 '50be618d67f0b9f2439526193c69c567' +  sha1 '20017d09d3259fcd1385754554a3e17a1c975f9b'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/cdb.rb b/Library/Formula/cdb.rb index 97990dd25..8d44456e1 100644 --- a/Library/Formula/cdb.rb +++ b/Library/Formula/cdb.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdb < Formula    url 'http://cr.yp.to/cdb/cdb-0.75.tar.gz'    homepage 'http://cr.yp.to/cdb.html' -  md5 '81fed54d0bde51b147dd6c20cdb92d51' +  sha1 '555749be5b2617e29e44b5326a2536813d62c248'    def install      inreplace "conf-home", "/usr/local", prefix diff --git a/Library/Formula/cdecl.rb b/Library/Formula/cdecl.rb index 54cf3c87b..657433dc6 100644 --- a/Library/Formula/cdecl.rb +++ b/Library/Formula/cdecl.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdecl < Formula    homepage 'http://cdecl.org/'    url 'http://cdecl.org/files/cdecl-blocks-2.5.tar.gz' -  md5 'c1927e146975b1c7524cbaf07a7c10f8' +  sha1 '3fb349970859dfd32a7fb502cecbd3c6d8656af1'    def install      # Fix namespace clash with Lion's getline diff --git a/Library/Formula/cdf.rb b/Library/Formula/cdf.rb index fbdd25b2d..8b8342129 100644 --- a/Library/Formula/cdf.rb +++ b/Library/Formula/cdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdf < Formula    url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz'    homepage 'http://bmp-plugins.berlios.de/misc/cdf/cdf.html' -  md5 '1afd130f6c562700e8ad05724c6e1a9d' +  sha1 '5f5d0c1f1003d9ad3c3cbbda1d8159e9fe10768a'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/cdparanoia.rb b/Library/Formula/cdparanoia.rb index cf0efc0d6..22bdcf677 100644 --- a/Library/Formula/cdparanoia.rb +++ b/Library/Formula/cdparanoia.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdparanoia < Formula    homepage 'http://www.xiph.org/paranoia/'    url 'http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz' -  md5 'b304bbe8ab63373924a744eac9ebc652' +  sha1 '1901e20d3a370ca6afa4c76a9ef30d3f03044320'    depends_on :autoconf diff --git a/Library/Formula/cdrdao.rb b/Library/Formula/cdrdao.rb index 2de048a78..e300b5711 100644 --- a/Library/Formula/cdrdao.rb +++ b/Library/Formula/cdrdao.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdrdao < Formula    homepage 'http://cdrdao.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2' -  md5 '8d15ba6280bb7ba2f4d6be31d28b3c0c' +  sha1 '70d6547795a1342631c7ab56709fd1940c2aff9f'    depends_on 'pkg-config' => :build    depends_on 'libao' diff --git a/Library/Formula/cdrtools.rb b/Library/Formula/cdrtools.rb index b2122f42c..8bed8566e 100644 --- a/Library/Formula/cdrtools.rb +++ b/Library/Formula/cdrtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Cdrtools < Formula    url 'ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.gz'    homepage 'http://cdrecord.berlios.de/private/cdrecord.html' -  md5 'bb21cefefcfbb76cf249120e8978ffdd' +  sha1 '2cd7d1725e0da2267b7a033cc744295d6e2bc6b9'    depends_on 'smake' => :build diff --git a/Library/Formula/center-im.rb b/Library/Formula/center-im.rb index 3a66501af..5d3bae37c 100644 --- a/Library/Formula/center-im.rb +++ b/Library/Formula/center-im.rb @@ -3,7 +3,7 @@ require 'formula'  class CenterIm < Formula    url 'http://www.centerim.org/download/releases/centerim-4.22.10.tar.gz'    homepage 'http://www.centerim.org/index.php/Main_Page' -  md5 '7565c3c8cac98a4e2d8524076a44676f' +  sha1 '46fbac7a55f33b0d4f42568cca21ed83770650e5'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/cfitsio.rb b/Library/Formula/cfitsio.rb index 7f818dccc..bf7b55c1c 100644 --- a/Library/Formula/cfitsio.rb +++ b/Library/Formula/cfitsio.rb @@ -3,7 +3,7 @@ require 'formula'  class CfitsioExamples < Formula    url 'http://heasarc.gsfc.nasa.gov/docs/software/fitsio/cexamples/cexamples.zip'    version '2010.08.19' -  md5 '31a5f5622a111f25bee5a3fda2fdac28' +  sha1 '35360dccc69dc5f12efb6fc9096ad951b59244d5'  end  class Cfitsio < Formula diff --git a/Library/Formula/cflow.rb b/Library/Formula/cflow.rb index adcc3bdf2..ec72faf73 100644 --- a/Library/Formula/cflow.rb +++ b/Library/Formula/cflow.rb @@ -4,7 +4,7 @@ class Cflow < Formula    url 'http://ftpmirror.gnu.org/cflow/cflow-1.4.tar.bz2'    mirror 'http://ftp.gnu.org/gnu/cflow/cflow-1.4.tar.bz2'    homepage 'http://www.gnu.org/software/cflow/' -  md5 '3d1bb6ae5cb6c31311b5fcead625dd57' +  sha1 'b8c3674e47112d5a81c34719fef343430be77f88'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/chcase.rb b/Library/Formula/chcase.rb index ccab759e0..e646d2fd8 100644 --- a/Library/Formula/chcase.rb +++ b/Library/Formula/chcase.rb @@ -3,7 +3,7 @@ require 'formula'  class Chcase < ScriptFileFormula    url 'http://www.primaledge.ca/chcase'    version '2.0' -  md5 '6d7e35fd597c60ba5ebbdd8d5e57eee7' +  sha1 'ec81ad76d85cf9162d422e801092ddc5e0841e39'    homepage 'http://www.primaledge.ca/chcase.html'    def patches diff --git a/Library/Formula/check.rb b/Library/Formula/check.rb index b68afdeed..1b65bfac9 100644 --- a/Library/Formula/check.rb +++ b/Library/Formula/check.rb @@ -3,7 +3,7 @@ require 'formula'  class Check < Formula    homepage 'http://check.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/check/check/0.9.8/check-0.9.8.tar.gz' -  md5 '5d75e9a6027cde79d2c339ef261e7470' +  sha1 'a75cc89411e24b5d39b7869f8233e19f210de555'    option :universal diff --git a/Library/Formula/checkstyle.rb b/Library/Formula/checkstyle.rb index b48d61c06..64d9752e0 100644 --- a/Library/Formula/checkstyle.rb +++ b/Library/Formula/checkstyle.rb @@ -3,7 +3,7 @@ require 'formula'  class Checkstyle < Formula    homepage 'http://checkstyle.sourceforge.net/'    url 'http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.tar.gz' -  md5 '0dd29971aa26d917d88c229182272056' +  sha1 '757f89f0bb6148718904577d230a9b4f8221b03c'    def install      # wrapper script diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb index 53a064a99..beb881af8 100644 --- a/Library/Formula/cherokee.rb +++ b/Library/Formula/cherokee.rb @@ -3,7 +3,7 @@ require 'formula'  class Cherokee < Formula    homepage 'http://www.cherokee-project.com/'    url 'http://www.cherokee-project.com/download/1.2/1.2.101/cherokee-1.2.101.tar.gz' -  md5 'ef47003355a2e368e4d9596cd070ef23' +  sha1 'b27f149c7d7111207ac8c3cd8a4856c05490d136'    depends_on 'gettext' diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb index 41c286a97..d1858fe2e 100644 --- a/Library/Formula/chibi-scheme.rb +++ b/Library/Formula/chibi-scheme.rb @@ -3,7 +3,7 @@ require 'formula'  class ChibiScheme < Formula    homepage 'http://code.google.com/p/chibi-scheme/'    url 'http://chibi-scheme.googlecode.com/files/chibi-scheme-0.5.3.tgz' -  md5 '26941ff819ee51056c700d94b7cb95c0' +  sha1 '3ebaa7cc8671a38deacd4873f4f800bbebdb341e'    head 'https://code.google.com/p/chibi-scheme/', :using => :hg    def install diff --git a/Library/Formula/chicken.rb b/Library/Formula/chicken.rb index ba8fc7da3..684b87d28 100644 --- a/Library/Formula/chicken.rb +++ b/Library/Formula/chicken.rb @@ -2,7 +2,7 @@ require 'formula'  class Chicken < Formula    url 'http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.6.tar.gz' -  md5 '31f455be39b3e12503ced8d81971e610' +  sha1 'd7ac6f7522cf29a21ac66bf80ba3b545cebea895'    homepage 'http://www.call-cc.org/'    head 'git://code.call-cc.org/chicken-core' diff --git a/Library/Formula/chipmunk.rb b/Library/Formula/chipmunk.rb index 95edc2021..0c57442cd 100644 --- a/Library/Formula/chipmunk.rb +++ b/Library/Formula/chipmunk.rb @@ -3,7 +3,7 @@ require 'formula'  class Chipmunk < Formula    homepage 'http://chipmunk-physics.net/'    url 'https://github.com/slembcke/Chipmunk-Physics/tarball/Chipmunk-6.0.3' -  md5 '50108c9bfa090b8a87e22043a4eb51be' +  sha1 '28fdb3df0ca5347ad4f86321a8d8e330920c2e40'    head 'https://github.com/slembcke/Chipmunk-Physics.git' diff --git a/Library/Formula/chktex.rb b/Library/Formula/chktex.rb index 58f40b6bf..d5adc0853 100644 --- a/Library/Formula/chktex.rb +++ b/Library/Formula/chktex.rb @@ -3,7 +3,7 @@ require 'formula'  class Chktex < Formula    url 'http://baruch.ev-en.org/proj/chktex/chktex-1.6.4.tar.gz'    homepage 'http://baruch.ev-en.org/proj/chktex/' -  md5 'e1d1f70d37e97734a69c94682a2038a0' +  sha1 'b42b6a69e17373760c9653cce0add6ffc741312b'    def install      # Seriously, don't pause and show ASCII art diff --git a/Library/Formula/chmlib.rb b/Library/Formula/chmlib.rb index ebabe0d41..c17d3d3e5 100644 --- a/Library/Formula/chmlib.rb +++ b/Library/Formula/chmlib.rb @@ -3,7 +3,7 @@ require 'formula'  class Chmlib < Formula    url 'http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz'    homepage 'http://www.jedrea.com/chmlib' -  md5 '96b8e9ac52015902941862171f5daa4c' +  sha1 '8d9e4b9b79a23974aa06fb792ae652560bac5c4e'    def install      system "./configure", "--disable-io64", "--enable-examples", "--prefix=#{prefix}" diff --git a/Library/Formula/chromaprint.rb b/Library/Formula/chromaprint.rb index 8be08a679..8355345bc 100644 --- a/Library/Formula/chromaprint.rb +++ b/Library/Formula/chromaprint.rb @@ -3,7 +3,7 @@ require 'formula'  class Chromaprint < Formula    homepage 'http://acoustid.org/chromaprint'    url 'https://github.com/downloads/lalinsky/chromaprint/chromaprint-0.6.tar.gz' -  md5 '6b5a4f2685395e68d8abc40d1c2a8785' +  sha1 'e8bcc1d0d8dfec86aa648b87ba3f69b6d589eae0'    option 'without-examples', "Don't build examples (including fpcalc)" diff --git a/Library/Formula/chuck.rb b/Library/Formula/chuck.rb index 608a06a02..713acd4f6 100644 --- a/Library/Formula/chuck.rb +++ b/Library/Formula/chuck.rb @@ -3,7 +3,7 @@ require 'formula'  class Chuck < Formula    url 'http://chuck.cs.princeton.edu/release/files/chuck-1.2.1.3.tgz'    homepage 'http://chuck.cs.princeton.edu/' -  md5 'ac8459b4067c2491fbdeb61d122a5985' +  sha1 '14de1c468294c6b324aee0023fee0116a8e5f5e0'    def install      system "make", "-C", "src", "osx-#{Hardware.cpu_type}" diff --git a/Library/Formula/cifer.rb b/Library/Formula/cifer.rb index b84dd272d..23ee86032 100644 --- a/Library/Formula/cifer.rb +++ b/Library/Formula/cifer.rb @@ -3,7 +3,7 @@ require 'formula'  class Cifer < Formula    homepage 'http://code.google.com/p/cifer/'    url 'http://cifer.googlecode.com/files/cifer-1.2.0.tar.gz' -  md5 '6fba4f27b09722ea07524e940c1e923f' +  sha1 'dba2abbd672cd072c01f91a923e0830c009b66f2'    def install        system "make", "prefix=#{prefix}", diff --git a/Library/Formula/cksfv.rb b/Library/Formula/cksfv.rb index d4778ef7a..4e766506e 100644 --- a/Library/Formula/cksfv.rb +++ b/Library/Formula/cksfv.rb @@ -3,7 +3,7 @@ require 'formula'  class Cksfv < Formula    url 'http://zakalwe.fi/~shd/foss/cksfv/files/cksfv-1.3.14.tar.bz2'    homepage 'http://zakalwe.fi/~shd/foss/cksfv/' -  md5 '138bff42ab23fbba8cca0ae14b2d9e52' +  sha1 'f6da3a559b2862691a2be6d2be0aac66cd624885'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/clam.rb b/Library/Formula/clam.rb index 2b7c2a4e0..5b921d552 100644 --- a/Library/Formula/clam.rb +++ b/Library/Formula/clam.rb @@ -3,7 +3,7 @@ require 'formula'  class Clam < Formula    url 'http://clam-project.org/download/src/CLAM-1.4.0.tar.gz'    homepage 'http://clam-project.org' -  md5 '614bb957a7aeecc667e144a46a1b87d2' +  sha1 '32acbdc64e641b4a666e8e58e008430a6a906cd0'    depends_on 'scons' => :build    depends_on 'xerces-c' diff --git a/Library/Formula/clean.rb b/Library/Formula/clean.rb index 2330ad0d6..934467ad8 100644 --- a/Library/Formula/clean.rb +++ b/Library/Formula/clean.rb @@ -3,7 +3,7 @@ require 'formula'  class Clean < Formula    url 'http://downloads.sourceforge.net/project/clean/clean/3.4/clean-3.4.tar.bz2'    homepage 'http://clean.sourceforge.net/' -  md5 '7edc1f9c7c1fc33298fec329cf5dba01' +  sha1 '3ce2e455eadec2f212e40102137a3c70ffa915c9'    def install      system 'make' diff --git a/Library/Formula/cln.rb b/Library/Formula/cln.rb index 4b97012b3..4e19b3e5d 100644 --- a/Library/Formula/cln.rb +++ b/Library/Formula/cln.rb @@ -3,7 +3,7 @@ require 'formula'  class Cln < Formula    url 'http://www.ginac.de/CLN/cln-1.3.2.tar.bz2'    homepage 'http://www.ginac.de/CLN/' -  md5 'd897cce94d9c34d106575ed4ec865d71' +  sha1 'c30dca80e75f45e2107f233075e6d0339ea884b0'    depends_on "gmp" diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb index d8cfe8505..be49a60d4 100644 --- a/Library/Formula/cloc.rb +++ b/Library/Formula/cloc.rb @@ -2,7 +2,7 @@ require 'formula'  class Cloc < ScriptFileFormula    url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.56/cloc-1.56.pl' -  md5 '2739127ce5398fa627b50e54ea3dcbb6' +  sha1 '238ea26eccfc574c27aa90ee17741f363959be3f'    homepage 'http://cloc.sourceforge.net/'    def install diff --git a/Library/Formula/cloud-watch.rb b/Library/Formula/cloud-watch.rb index 203b1f350..c272ca711 100644 --- a/Library/Formula/cloud-watch.rb +++ b/Library/Formula/cloud-watch.rb @@ -4,7 +4,7 @@ class CloudWatch < AmazonWebServicesFormula    version  '1.0.12.1'    homepage 'http://aws.amazon.com/developertools/2534'    url      'http://ec2-downloads.s3.amazonaws.com/CloudWatch-2010-08-01.zip' -  md5      '2c8fb900beab1450db334f8b09811d98' +  sha1 'e9e1b4c31531242fae26fabc18acc88351d6be1b'    def install      standard_install diff --git a/Library/Formula/clozure-cl.rb b/Library/Formula/clozure-cl.rb index a124953cd..d833eb50a 100644 --- a/Library/Formula/clozure-cl.rb +++ b/Library/Formula/clozure-cl.rb @@ -4,7 +4,7 @@ class ClozureCl < Formula    url 'ftp://ftp.clozure.com/pub/release/1.8/ccl-1.8-darwinx86.tar.gz'    version '1.8'    homepage 'http://ccl.clozure.com/' -  md5 'ff235d9cec6f45502e993096c80570b9' +  sha1 'a155fc0d74a463bd6281ed66e7703b84c03afd33'    def install      # Get rid of all the .svn dirs, that for some reason are diff --git a/Library/Formula/clucene.rb b/Library/Formula/clucene.rb index 992725e1d..d7a4b5e3b 100644 --- a/Library/Formula/clucene.rb +++ b/Library/Formula/clucene.rb @@ -3,7 +3,7 @@ require 'formula'  class Clucene < Formula    homepage 'http://clucene.sourceforge.net'    url 'http://downloads.sourceforge.net/project/clucene/clucene-core-stable/0.9.21/clucene-core-0.9.21.tar.bz2' -  md5 '181cf9a827fd072717d9b09d1a1bda74' +  sha1 'a614977097b64266b4207016e269c34b2217b0b2'    head 'git://clucene.git.sourceforge.net/gitroot/clucene/clucene' diff --git a/Library/Formula/cmatrix.rb b/Library/Formula/cmatrix.rb index 4869d0e46..f4c9aaef1 100644 --- a/Library/Formula/cmatrix.rb +++ b/Library/Formula/cmatrix.rb @@ -3,7 +3,7 @@ require 'formula'  class Cmatrix < Formula    url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz'    homepage 'http://www.asty.org/cmatrix/' -  md5 'ebfb5733104a258173a9ccf2669968a1' +  sha1 'ca078c10322a47e327f07a44c9a42b52eab5ad93'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/cmucl.rb b/Library/Formula/cmucl.rb index 343a48c2b..f16d67214 100644 --- a/Library/Formula/cmucl.rb +++ b/Library/Formula/cmucl.rb @@ -3,7 +3,7 @@ require 'formula'  class Cmucl < Formula    homepage 'http://www.cons.org/cmucl'    url 'http://common-lisp.net/project/cmucl/downloads/release/20c/cmucl-20c-x86-darwin.tar.bz2' -  md5 '98dc8fe17a7033fdd39fab35a2147ea9' +  sha1 '80c2a026d69ff508ead31fce716d92aa8dd5f31d'    skip_clean 'bin' diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb index dc5dd83c5..4ad0ffd48 100644 --- a/Library/Formula/cocot.rb +++ b/Library/Formula/cocot.rb @@ -4,7 +4,7 @@ class Cocot < Formula    homepage 'http://vmi.jp/software/cygwin/cocot.html'    url 'https://github.com/vmi/cocot/tarball/cocot-1.1-20120313'    version '1.1-20120313' -  md5 '666c1e52c1648094f8758689ad3f6b4b' +  sha1 '66dde7a784addd9aadd8223af6e677ff0d56ac49'    head 'https://github.com/vmi/cocot.git', :branch => 'master'    def install diff --git a/Library/Formula/coda-cli.rb b/Library/Formula/coda-cli.rb index f9a09f9c2..2a32fb230 100644 --- a/Library/Formula/coda-cli.rb +++ b/Library/Formula/coda-cli.rb @@ -3,7 +3,7 @@ require 'formula'  class CodaCli < Formula    homepage 'http://justinhileman.info/coda-cli/'    url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.5' -  md5 'ad5362f24f4cfdd93c7f235467603a5e' +  sha1 '6ac508f6f75d8e4bb2a984d5d7d1ecb65052317b'    def install      bin.install 'coda' diff --git a/Library/Formula/collada-dom.rb b/Library/Formula/collada-dom.rb index 837672929..af36021b5 100644 --- a/Library/Formula/collada-dom.rb +++ b/Library/Formula/collada-dom.rb @@ -3,7 +3,7 @@ require 'formula'  class ColladaDom < Formula    homepage 'http://www.collada.org/mediawiki/index.php/Portal:COLLADA_DOM'    url 'http://downloads.sourceforge.net/project/collada-dom/Collada%20DOM/Collada%20DOM%202.3/collada_dom-2.3.1-src.tgz' -  md5 'a74d19c1187806a713cec90c2f0f692c' +  sha1 '055a385bf679db5d9a84f46e9ea439b75bdb8725'    depends_on 'cmake' => :build    depends_on 'pcre' diff --git a/Library/Formula/collectd.rb b/Library/Formula/collectd.rb index e746db130..e8a13c5cc 100644 --- a/Library/Formula/collectd.rb +++ b/Library/Formula/collectd.rb @@ -3,7 +3,7 @@ require 'formula'  class Collectd < Formula    homepage 'http://collectd.org/'    url 'http://collectd.org/files/collectd-5.1.0.tar.bz2' -  md5 '141570150b4608c0c567330f6f146e0f' +  sha1 '77545833b77a03ec02219bfb925e6a1f3463ddef'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/colloquypush.rb b/Library/Formula/colloquypush.rb index 03a9ba757..f02752177 100644 --- a/Library/Formula/colloquypush.rb +++ b/Library/Formula/colloquypush.rb @@ -3,7 +3,7 @@ require 'formula'  class Colloquypush < Formula    homepage 'https://github.com/wired/colloquypush'    url 'https://github.com/wired/colloquypush/tarball/colloquy-znc-1.1' -  md5 '6f696b3c36bcbc05975181e129ea8599' +  sha1 '6e17212680332e9a1975a68a118d0fd4e8883fc2'    head 'https://github.com/wired/colloquypush.git' diff --git a/Library/Formula/colorsvn.rb b/Library/Formula/colorsvn.rb index 18050a34a..89cfef896 100644 --- a/Library/Formula/colorsvn.rb +++ b/Library/Formula/colorsvn.rb @@ -3,7 +3,7 @@ require 'formula'  class Colorsvn < Formula    homepage 'http://colorsvn.tigris.org/'    url 'http://www.console-colors.de/downloads/colorsvn/colorsvn-0.3.2.tar.gz' -  md5 'f6f59439f56c0ce664a0a832052cdc06' +  sha1 '8d9452585d474ad10e9e1fd2372f9ad41e548863'    def patches      DATA diff --git a/Library/Formula/confuse.rb b/Library/Formula/confuse.rb index 764ba0528..11beaa1ad 100644 --- a/Library/Formula/confuse.rb +++ b/Library/Formula/confuse.rb @@ -3,7 +3,7 @@ require 'formula'  class Confuse < Formula    url 'http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz'    homepage 'http://www.nongnu.org/confuse/' -  md5 '45932fdeeccbb9ef4228f1c1a25e9c8f' +  sha1 'b3f74f9763e6c9012476dbd323d083af4be34cad'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/connect.rb b/Library/Formula/connect.rb index 1c8dcb7f0..ec899f77f 100644 --- a/Library/Formula/connect.rb +++ b/Library/Formula/connect.rb @@ -4,7 +4,7 @@ class Connect < Formula    url 'http://www.meadowy.org/~gotoh/ssh/connect.c'    version '1.100'    homepage 'http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html' -  md5 '5165e2fcd2cf58899f34878fe6b447c6' +  sha1 '39614dfa842514f46bdb6ff66a10d2f5b084234f'    def install      system "#{ENV.cc}", "connect.c", "-o", "connect", "-lresolv" diff --git a/Library/Formula/conserver.rb b/Library/Formula/conserver.rb index 9324880e7..a49df2035 100644 --- a/Library/Formula/conserver.rb +++ b/Library/Formula/conserver.rb @@ -3,7 +3,7 @@ require 'formula'  class Conserver < Formula    homepage 'http://conserver.com'    url 'http://conserver.com/conserver-8.1.18.tar.gz' -  md5 '93d1c38df71b4e3fd5d8f7ad6fc186bb' +  sha1 '54336e8ce7f48a2d8d51e93f4df492b3e426a192'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/convertlit.rb b/Library/Formula/convertlit.rb index e1d2d3b07..e678942f3 100644 --- a/Library/Formula/convertlit.rb +++ b/Library/Formula/convertlit.rb @@ -3,7 +3,7 @@ require 'formula'  class Convertlit < Formula    homepage 'http://www.convertlit.com/'    url 'http://www.convertlit.com/clit18src.zip' -  md5 'd691d4729485fe5d73e3f0937d8fb42e' +  sha1 '0fa9aead468bd8640c49374d46d78d2a3e79489f'    version '1.8'    depends_on 'libtommath' diff --git a/Library/Formula/convmv.rb b/Library/Formula/convmv.rb index 432906016..6de1dea9d 100644 --- a/Library/Formula/convmv.rb +++ b/Library/Formula/convmv.rb @@ -3,7 +3,7 @@ require 'formula'  class Convmv < Formula    homepage 'http://www.j3e.de/linux/convmv/'    url 'http://www.j3e.de/linux/convmv/convmv-1.15.tar.gz' -  md5 'b1bb703c08c6355868d15890ff193f7d' +  sha1 '7ca8599a37480a99058c4498fba7cfed64134de5'    def install      system "make", "install", "PREFIX=#{prefix}" diff --git a/Library/Formula/corkscrew.rb b/Library/Formula/corkscrew.rb index f6030259c..04cd7c2e8 100644 --- a/Library/Formula/corkscrew.rb +++ b/Library/Formula/corkscrew.rb @@ -3,7 +3,7 @@ require 'formula'  class Corkscrew < Formula    url 'http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz'    homepage 'http://www.agroman.net/corkscrew/' -  md5 '35df77e7f0e59c0ec4f80313be52c10a' +  sha1 '8bdb4c0dc71048136c721c33229b9bf795230b32'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--host=apple" diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index 49e7586f2..96f528084 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -3,7 +3,7 @@ require 'formula'  class CouchdbLucene < Formula    url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.8.0'    homepage 'https://github.com/rnewson/couchdb-lucene' -  md5 '3d4d321881188247b80847429f514639' +  sha1 '63c835499bed8fc3213ca5eaac59f362f42f21c6'    depends_on 'couchdb'    depends_on 'maven' diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index 64d86cfbe..3f0b3b302 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -3,7 +3,7 @@ require 'formula'  class Couchdb < Formula    homepage "http://couchdb.apache.org/"    url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz' -  md5 'a5cbbcaac288831b3d8a08b725657f10' +  sha1 'da17af99cf3b1f9a89f0051b7d9de0cbd6fe81b6'    head 'http://git-wip-us.apache.org/repos/asf/couchdb.git' diff --git a/Library/Formula/cowpatty.rb b/Library/Formula/cowpatty.rb index d36541b28..7dbb8ff58 100644 --- a/Library/Formula/cowpatty.rb +++ b/Library/Formula/cowpatty.rb @@ -3,7 +3,7 @@ require 'formula'  class Cowpatty < Formula    homepage 'http://www.willhackforsushi.com/Cowpatty.html'    url 'http://www.willhackforsushi.com/code/cowpatty/4.3/cowpatty-4.3.tgz' -  md5 'deccac0763a05ef7014107d347bf9190' +  sha1 '8b7cb2015d0534031827f2f06135bf5cf5929d35'    def install      inreplace "Makefile", "/usr/local/", "#{prefix}/" diff --git a/Library/Formula/cpmtools.rb b/Library/Formula/cpmtools.rb index 38bc61acc..e1bf326bd 100644 --- a/Library/Formula/cpmtools.rb +++ b/Library/Formula/cpmtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Cpmtools < Formula    url 'http://www.moria.de/~michael/cpmtools/cpmtools-2.13.tar.gz'    homepage 'http://www.moria.de/~michael/cpmtools/' -  md5 'd0622e33c80d2abb44cbe2e844285ce6' +  sha1 'c7efb662a467b0341dc516dee1c36cd284740f8a'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/cppdom.rb b/Library/Formula/cppdom.rb index 1b2f3b65b..abf369ddc 100644 --- a/Library/Formula/cppdom.rb +++ b/Library/Formula/cppdom.rb @@ -3,7 +3,7 @@ require 'formula'  class Cppdom < Formula    url 'http://downloads.sourceforge.net/project/xml-cppdom/CppDOM/1.2.0/cppdom-1.2.0.tar.bz2'    homepage 'http://sourceforge.net/projects/xml-cppdom/' -  md5 '538a67a7ed4b2f6056bc4e356ebc6b4c' +  sha1 'cf3a20689e82b8907825ac9d0602f469f879d934'    depends_on 'scons' => :build    depends_on 'boost' diff --git a/Library/Formula/cpputest.rb b/Library/Formula/cpputest.rb index ec5ba89cf..0c88b7bf4 100644 --- a/Library/Formula/cpputest.rb +++ b/Library/Formula/cpputest.rb @@ -3,7 +3,7 @@ require 'formula'  class Cpputest < Formula    homepage 'http://www.cpputest.org/'    url 'http://downloads.sourceforge.net/project/cpputest/cpputest/v2.3/CppUTest-v2.3.zip' -  md5 '0546bf6d0f1513842cfa781255dcbdda' +  sha1 '0abd7abfbafdeaffcff6083fd8c3e20408bd0d5a'    def install      system "make" diff --git a/Library/Formula/cracklib-words.rb b/Library/Formula/cracklib-words.rb index e36479e7c..e49cc68ca 100644 --- a/Library/Formula/cracklib-words.rb +++ b/Library/Formula/cracklib-words.rb @@ -4,7 +4,7 @@ class CracklibWords < Formula    url 'http://downloads.sourceforge.net/project/cracklib/cracklib-words/2008-05-07/cracklib-words-20080507.gz',      :using => :nounzip    homepage 'http://cracklib.sourceforge.net' -  md5 '7fa6ba0cd50e7f9ccaf4707c810b14f1' +  sha1 'e0cea03e505e709b15b8b950d56cb493166607da'    depends_on 'cracklib' diff --git a/Library/Formula/cronolog.rb b/Library/Formula/cronolog.rb index 8092aebb0..fd8260f25 100644 --- a/Library/Formula/cronolog.rb +++ b/Library/Formula/cronolog.rb @@ -3,7 +3,7 @@ require 'formula'  class Cronolog < Formula    url 'http://cronolog.org/download/cronolog-1.6.2.tar.gz'    homepage 'http://cronolog.org/' -  md5 'a44564fd5a5b061a5691b9a837d04979' +  sha1 '6422b7c5e87241eb31d76809a2e0eea77ae4c64e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/crush-tools.rb b/Library/Formula/crush-tools.rb index 49e16764a..36a319ebe 100644 --- a/Library/Formula/crush-tools.rb +++ b/Library/Formula/crush-tools.rb @@ -3,7 +3,7 @@ require 'formula'  class CrushTools < Formula    url 'http://crush-tools.googlecode.com/files/crush-tools-2012-02.tar.gz'    homepage 'http://crush-tools.googlecode.com/' -  md5 'cbf13f81c9580af3f9371a5be50ae10e' +  sha1 'c628e3f79fa78a1437cfbe41a7ef49ecaa4d7f53'    version '2012-02'    depends_on 'pcre' diff --git a/Library/Formula/csmith.rb b/Library/Formula/csmith.rb index 97ec87cde..ee45316e8 100644 --- a/Library/Formula/csmith.rb +++ b/Library/Formula/csmith.rb @@ -3,7 +3,7 @@ require 'formula'  class Csmith < Formula    homepage 'http://embed.cs.utah.edu/csmith/'    url 'http://embed.cs.utah.edu/csmith/csmith-2.1.0.tar.gz' -  md5 '3170ce73f0347d82c1206cf145cb49c7' +  sha1 '2c3c1f5f5e4283af4c835c48dbdaf9431623c45c'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/cssembed.rb b/Library/Formula/cssembed.rb index f1127ae9f..8417f3392 100644 --- a/Library/Formula/cssembed.rb +++ b/Library/Formula/cssembed.rb @@ -3,7 +3,7 @@ require 'formula'  class Cssembed < Formula    url 'https://github.com/downloads/nzakas/cssembed/cssembed-0.4.5.jar'    homepage 'http://www.nczonline.net/blog/2009/11/03/automatic-data-uri-embedding-in-css-files/' -  md5 'cb98a8d7e18213b1a6e6c88e1d43f513' +  sha1 'c170f4a6a19f2f86ebd04208cc71d017b3a6f907'    def install      libexec.install "cssembed-0.4.5.jar" diff --git a/Library/Formula/csshx.rb b/Library/Formula/csshx.rb index e4bdbe257..58e516a9d 100644 --- a/Library/Formula/csshx.rb +++ b/Library/Formula/csshx.rb @@ -3,7 +3,7 @@ require 'formula'  class Csshx < Formula    url 'http://csshx.googlecode.com/files/csshX-0.74.tgz'    homepage 'http://code.google.com/p/csshx/' -  md5 '5e25d4812d98c3a6b2436aaf4e23c02c' +  sha1 'aa686b71161d6144d539d077b960da10d7b96993'    head 'https://code.google.com/p/csshx/', :using => :git diff --git a/Library/Formula/csup.rb b/Library/Formula/csup.rb index 9c3cbdaeb..2cd9a0e05 100644 --- a/Library/Formula/csup.rb +++ b/Library/Formula/csup.rb @@ -3,7 +3,7 @@ require 'formula'  class Csup < Formula    homepage 'https://bitbucket.org/mux/csup'    url 'https://bitbucket.org/mux/csup/get/REL_20120305.tar.gz' -  md5 '24be262075ce8f268caf86ffe20fe268' +  sha1 'caef119168723f1c1d6d32c0f2a1ac392df87afe'    head 'https://bitbucket.org/mux/csup', :using => :hg    def install diff --git a/Library/Formula/ctorrent.rb b/Library/Formula/ctorrent.rb index 556de9573..5df7d0de7 100644 --- a/Library/Formula/ctorrent.rb +++ b/Library/Formula/ctorrent.rb @@ -3,7 +3,7 @@ require 'formula'  class Ctorrent < Formula    url 'http://downloads.sourceforge.net/project/dtorrent/dtorrent/3.3.2/ctorrent-dnh3.3.2.tar.gz'    homepage 'http://www.rahul.net/dholmes/ctorrent/' -  md5 '59b23dd05ff70791cd6449effa7fc3b6' +  sha1 'd4e221f0292268f80e2430ce9d451dd64cf1ffaa'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/cuetools.rb b/Library/Formula/cuetools.rb index c9353e093..043d3b17a 100644 --- a/Library/Formula/cuetools.rb +++ b/Library/Formula/cuetools.rb @@ -3,7 +3,7 @@ require 'formula'  class Cuetools < Formula    url 'http://download.berlios.de/cuetools/cuetools-1.3.1.tar.gz'    homepage 'http://developer.berlios.de/projects/cuetools/' -  md5 '45575f7a1bdc6615599fa6cb49845cca' +  sha1 'ad760cdf76d6548471144302f88bf0a66f1d5ea2'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/cufflinks.rb b/Library/Formula/cufflinks.rb index 744f59a97..4bec080ab 100644 --- a/Library/Formula/cufflinks.rb +++ b/Library/Formula/cufflinks.rb @@ -3,7 +3,7 @@ require 'formula'  class Cufflinks < Formula    url 'http://cufflinks.cbcb.umd.edu/downloads/cufflinks-1.3.0.tar.gz'    homepage 'http://cufflinks.cbcb.umd.edu/' -  md5 '6914059cf8c8f22eb388e1fde44deabe' +  sha1 'fa93a7a33f0649793ec1d185cb7043fd0dc2018b'    depends_on 'boost'    depends_on 'samtools' diff --git a/Library/Formula/cunit.rb b/Library/Formula/cunit.rb index 61f7f1b10..cf421b3fb 100644 --- a/Library/Formula/cunit.rb +++ b/Library/Formula/cunit.rb @@ -4,7 +4,7 @@ class Cunit < Formula    url 'http://downloads.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2'    homepage 'http://cunit.sourceforge.net/'    version '2.1-2' -  md5 '31c62bd7a65007737ba28b7aafc44d3a' +  sha1 '6c2d0627eb64c09c7140726d6bf814cf531a3ce0'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/cups-pdf.rb b/Library/Formula/cups-pdf.rb index c2c86d967..a67f552d4 100644 --- a/Library/Formula/cups-pdf.rb +++ b/Library/Formula/cups-pdf.rb @@ -2,7 +2,7 @@ require 'formula'  class CupsPdf < Formula    url 'http://www.cups-pdf.de/src/cups-pdf_2.6.1.tar.gz' -  md5 '65f3fd525c4a9b1d736b91594b3166d5' +  sha1 '6806f0004dfed5216625ab60cfe307ded23c2f6a'    homepage 'http://www.cups-pdf.de/'    # Patch derived from MacPorts. diff --git a/Library/Formula/cuty_capt.rb b/Library/Formula/cuty_capt.rb index 203558467..f222ef952 100644 --- a/Library/Formula/cuty_capt.rb +++ b/Library/Formula/cuty_capt.rb @@ -3,7 +3,7 @@ require 'formula'  class CutyCapt < Formula    url 'http://ftp.de.debian.org/debian/pool/main/c/cutycapt/cutycapt_0.0~svn6.orig.tar.gz'    homepage 'http://cutycapt.sourceforge.net/' -  md5 '02f57ff05753ee63b922715709a6bd5c' +  sha1 '9c35cff498e8dfc351cbfeb884ad69f6ba29ae2e'    version '0.0.6'    depends_on 'qt' diff --git a/Library/Formula/cvs2svn.rb b/Library/Formula/cvs2svn.rb index 9dd5b2a13..01d71e13c 100644 --- a/Library/Formula/cvs2svn.rb +++ b/Library/Formula/cvs2svn.rb @@ -23,7 +23,7 @@ end  class Cvs2svn < Formula    url 'http://trac.macports.org/export/70472/distfiles/cvs2svn/cvs2svn-2.3.0.tar.gz'    homepage 'http://cvs2svn.tigris.org/' -  md5 '6c412baec974f3ff64b9145944682a15' +  sha1 '545237805ddb241054ba40b105b9c29b705539b8'    depends_on PythonWithGdbm.new diff --git a/Library/Formula/cvsps.rb b/Library/Formula/cvsps.rb index 1c2c2fb6e..3e496092b 100644 --- a/Library/Formula/cvsps.rb +++ b/Library/Formula/cvsps.rb @@ -3,7 +3,7 @@ require 'formula'  class Cvsps < Formula    url 'http://www.cobite.com/cvsps/cvsps-2.2b1.tar.gz'    homepage 'http://www.cobite.com/cvsps/' -  md5 '997580e8e283034995b9209076858c68' +  sha1 '2e2b4504151b6f795c07d01468da7aa0b4dd03fd'    def install      system "make cvsps" diff --git a/Library/Formula/daemon.rb b/Library/Formula/daemon.rb index f7d930b3d..63123235c 100644 --- a/Library/Formula/daemon.rb +++ b/Library/Formula/daemon.rb @@ -3,7 +3,7 @@ require 'formula'  class Daemon < Formula    url 'http://libslack.org/daemon/download/daemon-0.6.4.tar.gz'    homepage 'http://libslack.org/daemon/' -  md5 '6cd0a28630a29ac279bc501f39baec66' +  sha1 'fa6298f05f868d54660a7ed70c05fb7a0963a24b'    def install      system "./config" diff --git a/Library/Formula/daemontools.rb b/Library/Formula/daemontools.rb index 404e190f9..32eae5f8a 100644 --- a/Library/Formula/daemontools.rb +++ b/Library/Formula/daemontools.rb @@ -3,7 +3,7 @@ require 'formula'  class Daemontools < Formula    homepage 'http://cr.yp.to/daemontools.html'    url 'http://cr.yp.to/daemontools/daemontools-0.76.tar.gz' -  md5 '1871af2453d6e464034968a0fbcb2bfc' +  sha1 '70a1be67e7dbe0192a887905846acc99ad5ce5b7'    def install      cd "daemontools-0.76" do diff --git a/Library/Formula/daq.rb b/Library/Formula/daq.rb index 162e0835a..c1266a18f 100644 --- a/Library/Formula/daq.rb +++ b/Library/Formula/daq.rb @@ -3,7 +3,7 @@ require 'formula'  class Daq < Formula    homepage 'http://www.snort.org/'    url 'http://www.snort.org/dl/snort-current/daq-1.1.1.tar.gz' -  md5 'bc204ea09165b4ecbb1bb49c7c1a2ad4' +  sha1 '60d3ccb3fb34a0dfe9f9747a3ade45f130716337'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/dasm.rb b/Library/Formula/dasm.rb index 9a8664144..427e2fc82 100644 --- a/Library/Formula/dasm.rb +++ b/Library/Formula/dasm.rb @@ -3,7 +3,7 @@ require 'formula'  class Dasm < Formula    homepage 'http://dasm-dillon.sourceforge.net'    url 'http://sourceforge.net/projects/dasm-dillon/files/dasm-dillon/2.20.11/dasm-2.20.11.tar.gz' -  md5 '3e67f7b8ac80419d53cc0aaa9a47ab37' +  sha1 '6c1f0091e88fff8f814a92304286c1875fd64693'    def install      system "make" diff --git a/Library/Formula/dbslayer.rb b/Library/Formula/dbslayer.rb index dec1e3e93..b6d94d683 100644 --- a/Library/Formula/dbslayer.rb +++ b/Library/Formula/dbslayer.rb @@ -27,7 +27,7 @@ class Dbslayer < Formula    homepage 'http://code.nytimes.com/projects/dbslayer/wiki'    url 'http://code.nytimes.com/downloads/dbslayer-beta-12.tgz'    version '0.12.b' -  md5 'a529ea503c244d723166f78c75df3bb3' +  sha1 'fbf1c5563a6ee45783e31f6b49612e64fc141186'    depends_on MySqlInstalled.new diff --git a/Library/Formula/dcal.rb b/Library/Formula/dcal.rb index 724c58c6e..0568c37af 100644 --- a/Library/Formula/dcal.rb +++ b/Library/Formula/dcal.rb @@ -3,7 +3,7 @@ require 'formula'  class Dcal < Formula    url 'http://alexeyt.freeshell.org/code/dcal.c'    homepage 'http://alexeyt.freeshell.org/' -  md5 '66e6abfccf934cf1e7fb8e467cc8f005' +  sha1 '3b1d4ed45ed0192df4841ed9e371c89fe87bdeac'    version '0.1.0'    def install diff --git a/Library/Formula/dcfldd.rb b/Library/Formula/dcfldd.rb index 14638ab08..7c5248804 100644 --- a/Library/Formula/dcfldd.rb +++ b/Library/Formula/dcfldd.rb @@ -3,7 +3,7 @@ require 'formula'  class Dcfldd < Formula    url 'http://downloads.sourceforge.net/project/dcfldd/dcfldd/1.3.4-1/dcfldd-1.3.4-1.tar.gz'    homepage 'http://dcfldd.sourceforge.net/' -  md5 '952026c872f11b53ce0ec6681a3eef0a' +  sha1 'fb1c55f107a6af5ef8703a44d33476e508815913'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb index 5eb601f53..cc00bf82b 100644 --- a/Library/Formula/ddate.rb +++ b/Library/Formula/ddate.rb @@ -3,7 +3,7 @@ require 'formula'  class Ddate < Formula    url 'www.discordia.ch/Programs/ddate.c'    homepage 'http://www.discordia.ch/Programs/' -  md5 'b4c58c51040f8529a274ed8f57f929a8' +  sha1 '41eafa66d577082b95e40a8f40ac054aa8ea45dc'    version '0.1.0'    def install diff --git a/Library/Formula/ddclient.rb b/Library/Formula/ddclient.rb index 789b7d8fb..34bafca0a 100644 --- a/Library/Formula/ddclient.rb +++ b/Library/Formula/ddclient.rb @@ -3,7 +3,7 @@ require 'formula'  class Ddclient < Formula    homepage 'http://sourceforge.net/apps/trac/ddclient'    url 'http://sourceforge.net/projects/ddclient/files/ddclient/ddclient-3.8.1/ddclient-3.8.1.tar.bz2' -  md5 '7fa417bc65f8f0e6ce78418a4f631988' +  sha1 '2fc0909cf25ab03019214e52d66c7fcd449f8bbe'    def install      # Adjust default paths in script diff --git a/Library/Formula/ddd.rb b/Library/Formula/ddd.rb index 7833da3a2..545913500 100644 --- a/Library/Formula/ddd.rb +++ b/Library/Formula/ddd.rb @@ -4,7 +4,7 @@ class Ddd < Formula    homepage 'http://www.gnu.org/s/ddd/'    url 'http://ftpmirror.gnu.org/ddd/ddd-3.3.12.tar.gz'    mirror 'http://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz' -  md5 'c50396db7bac3862a6d2555b3b22c34e' +  sha1 'b91d2dfb1145af409138bd34517a898341724e56'    depends_on 'lesstif' diff --git a/Library/Formula/deja-gnu.rb b/Library/Formula/deja-gnu.rb index 16e64dd75..39606e703 100644 --- a/Library/Formula/deja-gnu.rb +++ b/Library/Formula/deja-gnu.rb @@ -4,7 +4,7 @@ class DejaGnu < Formula    url 'http://ftpmirror.gnu.org/dejagnu/dejagnu-1.5.tar.gz'    mirror 'http://ftp.gnu.org/gnu/dejagnu/dejagnu-1.5.tar.gz'    homepage 'http://www.gnu.org/software/dejagnu/' -  md5 '3df1cbca885e751e22d3ebd1ac64dc3c' +  sha1 'bd84c71e0587af0278a9b6a404d6da1b92df66cd'    head 'git://git.sv.gnu.org/dejagnu.git'    def install diff --git a/Library/Formula/denyhosts.rb b/Library/Formula/denyhosts.rb index 237f4745f..d006c1c2b 100644 --- a/Library/Formula/denyhosts.rb +++ b/Library/Formula/denyhosts.rb @@ -3,7 +3,7 @@ require 'formula'  class Denyhosts < Formula    homepage 'http://denyhosts.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/denyhosts/denyhosts/2.6/DenyHosts-2.6.tar.gz' -  md5 'fc2365305a9402886a2b0173d1beb7df' +  sha1 '02143843cb7c37c986c222b7acc11f7b75eb7373'    # Copies of daemon-control-dist & denyhosts.cfg-dist edited for OS X.    def patches; DATA; end diff --git a/Library/Formula/detox.rb b/Library/Formula/detox.rb index 5f7f4c627..6c17ea184 100644 --- a/Library/Formula/detox.rb +++ b/Library/Formula/detox.rb @@ -3,7 +3,7 @@ require 'formula'  class Detox < Formula    url 'http://downloads.sourceforge.net/project/detox/detox/1.2.0/detox-1.2.0.tar.bz2'    homepage 'http://detox.sourceforge.net/' -  md5 'da34c6bc3c68ce2fb008e25066e72927' +  sha1 'cfb88a1adefaf4ee3933baf9a6530c102baa47ce'    def install      system "./configure", "--mandir=#{man}", "--prefix=#{prefix}" diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index 3988d1345..d0e8c8cb3 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -3,7 +3,7 @@ require 'formula'  class Devtodo < Formula    homepage 'http://swapoff.org/DevTodo'    url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz' -  md5 '4a6241437cb56f237f850bcd2233c3c4' +  sha1 '003067a12139d712dbb3706069e0950a93ecaaf4'    depends_on "readline" diff --git a/Library/Formula/dfc.rb b/Library/Formula/dfc.rb index f2c2d41a5..004b50d36 100644 --- a/Library/Formula/dfc.rb +++ b/Library/Formula/dfc.rb @@ -3,7 +3,7 @@ require 'formula'  class Dfc < Formula    homepage 'http://projects.gw-computing.net/projects/dfc'    url 'http://projects.gw-computing.net/attachments/download/42/dfc-2.5.0.tar.gz' -  md5 'e9c5e862858ab2cd4a7b2270c26722ef' +  sha1 '134477da818ddec47bc82a3155308e287863d46f'    def install      system "make", "PREFIX=#{prefix}", "MANDIR=#{man}", "install" diff --git a/Library/Formula/dfu-programmer.rb b/Library/Formula/dfu-programmer.rb index 6acc2a12b..90f5313ae 100644 --- a/Library/Formula/dfu-programmer.rb +++ b/Library/Formula/dfu-programmer.rb @@ -3,7 +3,7 @@ require 'formula'  class DfuProgrammer < Formula    url 'http://sourceforge.net/projects/dfu-programmer/files/dfu-programmer/0.5.4/dfu-programmer-0.5.4.tar.gz'    homepage 'http://dfu-programmer.sourceforge.net/' -  md5 '707dcd0f957a74e92456ea6919faa772' +  sha1 'f0fcc8faa0f11e53feaa36a01307328a0b0993d3'    depends_on 'libusb-compat' diff --git a/Library/Formula/di.rb b/Library/Formula/di.rb index 1843d7419..0081b23ff 100644 --- a/Library/Formula/di.rb +++ b/Library/Formula/di.rb @@ -3,7 +3,7 @@ require 'formula'  class Di < Formula    homepage 'http://www.gentoo.com/di/'    url 'http://gentoo.com/di/di-4.31.tar.gz' -  md5 'f324ec49888c6c642c998ee8c3a8ce21' +  sha1 '2a7212e03286b68ebb4783ae8937999145165c79'    def install      system "make", "prefix=#{prefix}", "DI_MANDIR=#{man1}" diff --git a/Library/Formula/dict.rb b/Library/Formula/dict.rb index 90ae18318..3769f313c 100644 --- a/Library/Formula/dict.rb +++ b/Library/Formula/dict.rb @@ -3,7 +3,7 @@ require 'formula'  class Dict < Formula    url 'http://en.sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Fdict%2Fdictd%2Fdictd-1.9.15%2Fdictd-1.9.15.tar.gz'    homepage 'http://www.dict.org/' -  md5 '68c1cffa952012ba85a7271311de55e9' +  sha1 '081ea97a4a6a936855af30d9c2a31f5733985822'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/diction.rb b/Library/Formula/diction.rb index 8dc5f4f17..a1480b525 100644 --- a/Library/Formula/diction.rb +++ b/Library/Formula/diction.rb @@ -4,7 +4,7 @@ class Diction < Formula    url 'http://ftpmirror.gnu.org/diction/diction-1.11.tar.gz'    mirror 'http://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz'    homepage 'http://www.gnu.org/software/diction/' -  md5 '4cbdb115c976d7141f54b223df28012e' +  sha1 '30c7c778959120d30fa67be9261d41de894f498b'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/diffpdf.rb b/Library/Formula/diffpdf.rb index 2728de1b2..3082a1b2b 100644 --- a/Library/Formula/diffpdf.rb +++ b/Library/Formula/diffpdf.rb @@ -21,7 +21,7 @@ end  class Diffpdf < Formula    homepage 'http://www.qtrac.eu/diffpdf.html'    url 'http://www.qtrac.eu/diffpdf-2.0.0.tar.gz' -  md5 '88b5346cdbfb024a9ad751c7e9a0eee4' +  sha1 'b6a52f48927721721960aa1f581f127aa8454830'    depends_on 'qt'    depends_on 'poppler' diff --git a/Library/Formula/dirac.rb b/Library/Formula/dirac.rb index 1b4d12502..45b6ba73d 100644 --- a/Library/Formula/dirac.rb +++ b/Library/Formula/dirac.rb @@ -2,7 +2,7 @@ require 'formula'  class Dirac < Formula    url 'http://diracvideo.org/download/dirac-research/dirac-1.0.2.tar.gz' -  md5 'a57c2c5e58062d437d9ab13dffb28f0f' +  sha1 '895aaad832a54b754e58f77c87d38c0c37752b0b'    homepage 'http://diracvideo.org/'    fails_with :llvm do diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index e133c3edf..738779650 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -3,7 +3,7 @@ require 'formula'  class Direnv < Formula    homepage 'http://www.direnv.net'    url 'https://github.com/zimbatm/direnv/tarball/v0.1.127' -  md5 '0a0f7a2d738b97c8976fe7e28c4e062c' +  sha1 '5d22c070ad949999ddea5e0d52d4bde809ce28a1'    head 'https://github.com/zimbatm/direnv.git' diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index 59c3bce83..5fcf969b7 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -3,7 +3,7 @@ require 'formula'  class Disco < Formula    homepage 'http://discoproject.com/'    url 'https://github.com/tuulos/disco/tarball/0.3.2' -  md5 '47a740b84ef61cea8ba3644610e25083' +  sha1 'f676e59b7bec0901566888533fd7eed5ff5c45d5'    # Periods in the install path cause disco-worker to complain so change to underscores.    version '0_3_2'    head 'https://github.com/tuulos/disco.git' diff --git a/Library/Formula/disktype.rb b/Library/Formula/disktype.rb index 6ae4efc7f..3d04cc423 100644 --- a/Library/Formula/disktype.rb +++ b/Library/Formula/disktype.rb @@ -3,7 +3,7 @@ require 'formula'  class Disktype < Formula    head 'cvs://:pserver:anonymous@disktype.cvs.sourceforge.net:/cvsroot/disktype:disktype'    homepage 'http://disktype.sourceforge.net/' -  md5 '25a673f162b9c01cd565109202559489' +  sha1 ''    # Fixes faulty Mac OS version checking    def patches diff --git a/Library/Formula/ditaa.rb b/Library/Formula/ditaa.rb index a9d943fba..8f878c075 100644 --- a/Library/Formula/ditaa.rb +++ b/Library/Formula/ditaa.rb @@ -3,7 +3,7 @@ require 'formula'  class Ditaa < Formula    url 'http://downloads.sourceforge.net/project/ditaa/ditaa/0.9/ditaa0_9.zip'    homepage 'http://ditaa.sourceforge.net/' -  md5 '23f2e5ede60ef7763309c08addca071a' +  sha1 '3efe5a3710627e19a414c305c82f0e58adf7c4f2'    def install      prefix.install "ditaa0_9.jar" diff --git a/Library/Formula/djbdns.rb b/Library/Formula/djbdns.rb index cfa5dee54..4fdef21d7 100644 --- a/Library/Formula/djbdns.rb +++ b/Library/Formula/djbdns.rb @@ -3,7 +3,7 @@ require 'formula'  class Djbdns < Formula    url 'http://cr.yp.to/djbdns/djbdns-1.05.tar.gz'    homepage 'http://cr.yp.to/djbdns.html' -  md5 '3147c5cd56832aa3b41955c7a51cbeb2' +  sha1 '2efdb3a039d0c548f40936aa9cb30829e0ce8c3d'    depends_on 'daemontools' diff --git a/Library/Formula/djmount.rb b/Library/Formula/djmount.rb index e4a666207..f5c851265 100644 --- a/Library/Formula/djmount.rb +++ b/Library/Formula/djmount.rb @@ -3,7 +3,7 @@ require 'formula'  class Djmount < Formula    url 'http://downloads.sourceforge.net/project/djmount/djmount/0.71/djmount-0.71.tar.gz'    homepage 'http://djmount.sourceforge.net/' -  md5 'c922753e706c194bf82a8b6ca77e6a9a' +  sha1 '527d4603d85b7fb86dc97d326b78c97bdcc4d687'    depends_on 'libupnp'    depends_on 'fuse4x' diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb index c9ef25e9d..f60f9c040 100644 --- a/Library/Formula/djview4.rb +++ b/Library/Formula/djview4.rb @@ -3,7 +3,7 @@ require 'formula'  class Djview4 < Formula    url 'http://sourceforge.net/projects/djvu/files/DjView/4.8/djview-4.8.tar.gz'    homepage 'http://djvu.sourceforge.net/djview4.html' -  md5 '70ef8f416c7d6892cc0cf012bfd0ae07' +  sha1 '266d207afb63a1ee63eed054190bf88888fda572'    depends_on 'pkg-config' => :build    depends_on 'djvulibre' diff --git a/Library/Formula/djvu2pdf.rb b/Library/Formula/djvu2pdf.rb index 7e6d4c603..0387f12ba 100644 --- a/Library/Formula/djvu2pdf.rb +++ b/Library/Formula/djvu2pdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Djvu2pdf < Formula    url 'http://0x2a.at/site/projects/djvu2pdf/djvu2pdf-0.9.2.tar.gz'    homepage 'http://0x2a.at/s/projects/djvu2pdf' -  md5 'af93c29a857a014f86dffcff6c773ef1' +  sha1 'eb34c8a6381673e531fbbd21619606e20fdb1d97'    depends_on 'djvulibre'    depends_on 'ghostscript' diff --git a/Library/Formula/dmd.rb b/Library/Formula/dmd.rb index 92f085731..1dfcab93d 100644 --- a/Library/Formula/dmd.rb +++ b/Library/Formula/dmd.rb @@ -3,7 +3,7 @@ require 'formula'  class Dmd < Formula    homepage 'http://www.digitalmars.com/d/'    url 'http://cloud.github.com/downloads/D-Programming-Language/dmd/dmd.2.060.zip' -  md5 '6cf237d16625bf37a757a413963fa999' +  sha1 'e39687e90a52b979d1cea64faf745b7825f01f94'    def doc      #use d and not dmd, rationale: meh diff --git a/Library/Formula/dmenu.rb b/Library/Formula/dmenu.rb index 790f71149..ab101aa7c 100644 --- a/Library/Formula/dmenu.rb +++ b/Library/Formula/dmenu.rb @@ -3,7 +3,7 @@ require 'formula'  class Dmenu < Formula    homepage 'http://tools.suckless.org/dmenu/'    url 'http://dl.suckless.org/tools/dmenu-4.5.tar.gz' -  md5 '9c46169ed703732ec52ed946c27d84b4' +  sha1 '70c1a13b950b7b0cb1bc35e30c6e861a78359953'    head 'http://hg.suckless.org/dmenu/'    def install diff --git a/Library/Formula/dns2tcp.rb b/Library/Formula/dns2tcp.rb index c80514f93..2e9f6e4e3 100644 --- a/Library/Formula/dns2tcp.rb +++ b/Library/Formula/dns2tcp.rb @@ -3,7 +3,7 @@ require 'formula'  class Dns2tcp < Formula    homepage 'http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en'    url 'http://www.hsc.fr/ressources/outils/dns2tcp/download/dns2tcp-0.5.2.tar.gz' -  md5 '51c5dc69f5814c2936ce6832217d292d' +  sha1 'b1de53800bbfda6d8c6f92e2844906b1b8a54af2'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/dnsmap.rb b/Library/Formula/dnsmap.rb index 3e9e821f4..4c7777318 100644 --- a/Library/Formula/dnsmap.rb +++ b/Library/Formula/dnsmap.rb @@ -3,7 +3,7 @@ require 'formula'  class Dnsmap < Formula    url 'http://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz'    homepage 'http://code.google.com/p/dnsmap/' -  md5 '7f341361622db147906700d37af46e06' +  sha1 'a9a8a17102825510d16c1f8af33ca74407c18c70'    def install      system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install" diff --git a/Library/Formula/dnstracer.rb b/Library/Formula/dnstracer.rb index f840a18be..8a9b48fa1 100644 --- a/Library/Formula/dnstracer.rb +++ b/Library/Formula/dnstracer.rb @@ -3,7 +3,7 @@ require 'formula'  class Dnstracer < Formula    url 'http://www.mavetju.org/download/dnstracer-1.9.tar.gz'    homepage 'http://www.mavetju.org/unix/dnstracer.php' -  md5 '7db73ce3070119c98049a617fe52ea84' +  sha1 'b8c60b281c0eb309acd1b1551c51cccb951685c7'    def install      ENV.append 'LDFLAGS', '-lresolv' diff --git a/Library/Formula/docbook.rb b/Library/Formula/docbook.rb index 38e0046f7..424459d16 100644 --- a/Library/Formula/docbook.rb +++ b/Library/Formula/docbook.rb @@ -3,7 +3,7 @@ require 'formula'  class Docbook < Formula    homepage 'http://docbook.sourceforge.net/'    url 'http://www.docbook.org/xml/5.0/docbook-5.0.zip' -  md5 '2411c19ed4fb141f3fa3d389fae40736' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'    def install      packages = [Docbookxml412, @@ -51,39 +51,39 @@ end  class Docbookxml412 < Docbookxml    url 'http://www.docbook.org/xml/4.1.2/docbkx412.zip' -  md5 '900d7609fb7e6d78901b357e4acfbc17' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'    version '4.1.2'  end  class Docbookxml42 < Docbookxml    url 'http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip' -  md5 '73fe50dfe74ca631c1602f558ed8961f' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'  end  class Docbookxml43 < Docbookxml    url 'http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip' -  md5 'ab200202b9e136a144db1e0864c45074' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'  end  class Docbookxml44 < Docbookxml    url 'http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip' -  md5 'cbb04e9a700955d88c50962ef22c1634' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'  end  class Docbookxml45 < Docbookxml    url 'http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip' -  md5 '03083e288e87a7e829e437358da7ef9e' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'  end  class Docbookxml50 < Docbookxml    url 'http://www.docbook.org/xml/5.0/docbook-5.0.zip' -  md5 '2411c19ed4fb141f3fa3d389fae40736' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'  end  class Docbookxsl < Formula    homepage 'http://docbook.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/docbook/docbook-xsl/1.76.1/docbook-xsl-1.76.1.tar.bz2' -  md5 'b5340507cb240cc7ce00632b9c40bff5' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'    def install      doc_files = %w[AUTHORS BUGS README RELEASE-NOTES.txt TODO VERSION NEWS COPYING] @@ -100,7 +100,7 @@ end  class Docbookxslns < Formula    homepage 'http://docbook.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/docbook/docbook-xsl-ns/1.77.1/docbook-xsl-ns-1.77.1.tar.bz2' -  md5 '432e4ad25c24a6e83de844cb9c683500' +  sha1 '49f274e67efdee771300cba4da1f3e4bc00be1ec'    def install      doc_files = %w[AUTHORS BUGS COPYING NEWS README RELEASE-NOTES.txt TODO VERSION VERSION.xsl] diff --git a/Library/Formula/docbook2x.rb b/Library/Formula/docbook2x.rb index c78fbe783..a5181e54d 100644 --- a/Library/Formula/docbook2x.rb +++ b/Library/Formula/docbook2x.rb @@ -2,7 +2,7 @@ require 'formula'  class Docbook2x < Formula    url 'http://downloads.sourceforge.net/docbook2x/docbook2X-0.8.8.tar.gz' -  md5 'b9b76a6af198c4f44574cfd17a322f01' +  sha1 '7dc34d420f8aae2a0c0cdb39f52146ce005bf902'    homepage 'http://docbook2x.sourceforge.net/'    depends_on 'docbook' diff --git a/Library/Formula/dotwrp.rb b/Library/Formula/dotwrp.rb index 6a2bb3264..7c3373ae3 100644 --- a/Library/Formula/dotwrp.rb +++ b/Library/Formula/dotwrp.rb @@ -3,7 +3,7 @@ require 'formula'  class Dotwrp < Formula    homepage 'https://github.com/tenomoto/dotwrp'    url 'https://github.com/tenomoto/dotwrp/tarball/v1.0' -  md5 '629f1f66fbb9837ee1e21a666a9688fa' +  sha1 '98d0d2ad0c49528e0df5d004962a25c5414b17b8'    head 'https://github.com/tenomoto/dotwrp.git' diff --git a/Library/Formula/doublecpp.rb b/Library/Formula/doublecpp.rb index 39b11961a..f69bbd875 100644 --- a/Library/Formula/doublecpp.rb +++ b/Library/Formula/doublecpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Doublecpp < Formula    url 'http://downloads.sourceforge.net/doublecpp/doublecpp-0.6.3.tar.gz'    homepage 'http://doublecpp.sourceforge.net/' -  md5 '0537ff74de82901f2e3bd92aaa677b3d' +  sha1 '53e972fda5af7cb412defa2d30def8937523bbae'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb index 5bcf38236..3a4644137 100644 --- a/Library/Formula/doubledown.rb +++ b/Library/Formula/doubledown.rb @@ -3,7 +3,7 @@ require 'formula'  class Doubledown < Formula    url 'https://github.com/devstructure/doubledown/tarball/v0.0.2'    homepage 'https://github.com/devstructure/doubledown' -  md5 '0f540c6da691769ca1efa305ad18acb6' +  sha1 '518d9df0457b6ce464679f8db4c7f692c7c72a9f'    head 'https://github.com/devstructure/doubledown.git'    def install diff --git a/Library/Formula/doxymacs.rb b/Library/Formula/doxymacs.rb index 02d596ec4..d1fe3b7d8 100644 --- a/Library/Formula/doxymacs.rb +++ b/Library/Formula/doxymacs.rb @@ -3,7 +3,7 @@ require 'formula'  class Doxymacs < Formula    url 'http://downloads.sourceforge.net/project/doxymacs/doxymacs/1.8.0/doxymacs-1.8.0.tar.gz'    homepage 'http://doxymacs.sourceforge.net/' -  md5 'a2c1750efdec955f42e410a18ebd4eb8' +  sha1 'b2aafb4f2d20ceb63614c2b9f06d79dd484d8e2e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb index 14471e33c..c7f6c6dc8 100644 --- a/Library/Formula/dpkg.rb +++ b/Library/Formula/dpkg.rb @@ -3,7 +3,7 @@ require 'formula'  class Dpkg < Formula    homepage 'http://en.wikipedia.org/wiki/Dpkg'    url 'http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.15.8.12.tar.bz2' -  md5 '0cd6f20a574d0df31298e70fc3b26173' +  sha1 'ac9e693090090aef4c3f80e62439102ddf067c34'    depends_on 'pkg-config' => :build    depends_on 'gnu-tar' diff --git a/Library/Formula/dsh.rb b/Library/Formula/dsh.rb index fa52b25c1..b6adab2e3 100644 --- a/Library/Formula/dsh.rb +++ b/Library/Formula/dsh.rb @@ -3,7 +3,7 @@ require 'formula'  class Dsh < Formula    url 'http://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz'    homepage 'http://www.netfort.gr.jp/~dancer/software/dsh.html.en' -  md5 '60734780242172fca9e68d223654292d' +  sha1 'd5d7828a06d079182315492d6f7a5a3dce47a5de'    depends_on 'libdshconfig' diff --git a/Library/Formula/dsniff.rb b/Library/Formula/dsniff.rb index 73e332f10..8eda8cc45 100644 --- a/Library/Formula/dsniff.rb +++ b/Library/Formula/dsniff.rb @@ -18,7 +18,7 @@ end  class Dsniff < Formula    url 'http://monkey.org/~dugsong/dsniff/beta/dsniff-2.4b1.tar.gz'    homepage 'http://monkey.org/~dugsong/dsniff/' -  md5 '2f761fa3475682a7512b0b43568ee7d6' +  sha1 '25cfea26e9bbe016451180758a49d4d5bc9317d3'    depends_on NoBdb5.new    depends_on 'libnet' diff --git a/Library/Formula/dsocks.rb b/Library/Formula/dsocks.rb index 960d61f71..d998cd54d 100644 --- a/Library/Formula/dsocks.rb +++ b/Library/Formula/dsocks.rb @@ -3,7 +3,7 @@ require 'formula'  class Dsocks < Formula    url 'http://dsocks.googlecode.com/files/dsocks-1.7.tar.gz'    homepage 'http://monkey.org/~dugsong/dsocks/' -  md5 'b2c87206e3f526bdab8e990a0168ab6c' +  sha1 '7be86578e525312008e36c0c5800fefee0ea481a'    def install      system "#{ENV.cc} #{ENV.cflags} -shared -o libdsocks.dylib dsocks.c atomicio.c -lresolv" diff --git a/Library/Formula/dtach.rb b/Library/Formula/dtach.rb index fefa07ec5..cd2e40b19 100644 --- a/Library/Formula/dtach.rb +++ b/Library/Formula/dtach.rb @@ -2,7 +2,7 @@ require 'formula'  class Dtach < Formula    url 'http://downloads.sourceforge.net/project/dtach/dtach/0.8/dtach-0.8.tar.gz' -  md5 'ec5999f3b6bb67da19754fcb2e5221f3' +  sha1 'fb7279e719463aa284676a78cdf96788f4f2706b'    homepage 'http://dtach.sourceforge.net/'    def install diff --git a/Library/Formula/dterm.rb b/Library/Formula/dterm.rb index 11a57e735..03d991b6d 100644 --- a/Library/Formula/dterm.rb +++ b/Library/Formula/dterm.rb @@ -3,7 +3,7 @@ require 'formula'  class Dterm < Formula    url 'http://www.knossos.net.nz/downloads/dterm-0.3.tgz'    homepage 'http://www.knossos.net.nz/dterm.html' -  md5 '4044341cf3b8e12559f8f25c9e428042' +  sha1 'b7dd8cf8c0eb3ef43a32db6011361e886850390d'    def install      system "make" diff --git a/Library/Formula/duff.rb b/Library/Formula/duff.rb index ec999c6dd..951e83767 100644 --- a/Library/Formula/duff.rb +++ b/Library/Formula/duff.rb @@ -3,7 +3,7 @@ require 'formula'  class Duff < Formula    url 'http://downloads.sourceforge.net/project/duff/duff/0.5.2/duff-0.5.2.tar.gz'    homepage 'http://duff.sourceforge.net/' -  md5 '483f9216ebea14b090e0d71dbf7077ff' +  sha1 '23c4dd36f9829f52e436ca53c62d9f01007c7df6'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index b337f2de7..9661be837 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -3,7 +3,7 @@ require 'formula'  class Duplicity < Formula    homepage 'http://www.nongnu.org/duplicity/'    url 'http://code.launchpad.net/duplicity/0.6-series/0.6.19/+download/duplicity-0.6.19.tar.gz' -  md5 'c88122d0b651f84f3bfa42e55591c36b' +  sha1 '07d72680d6b4850101a436f679793521a51f41ac'    depends_on 'librsync'    depends_on 'gnupg' diff --git a/Library/Formula/dupx.rb b/Library/Formula/dupx.rb index 9f22448ac..12f24fbf9 100644 --- a/Library/Formula/dupx.rb +++ b/Library/Formula/dupx.rb @@ -3,7 +3,7 @@ require 'formula'  class Dupx < Formula    homepage 'http://www.isi.edu/~yuri/dupx/'    url 'http://www.isi.edu/~yuri/dupx/dupx-0.1.tar.gz' -  md5 'e9231c08328e6a04ba76fc4e69732a6c' +  sha1 '69cac2bacc9aefff59e84d5bfd053f01c1bc7551'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/dvd+rw-tools.rb b/Library/Formula/dvd+rw-tools.rb index 078bedef9..e1d921de1 100644 --- a/Library/Formula/dvd+rw-tools.rb +++ b/Library/Formula/dvd+rw-tools.rb @@ -3,7 +3,7 @@ require 'formula'  class DvdxrwTools < Formula    homepage 'http://fy.chalmers.se/~appro/linux/DVD+RW/'    url 'http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz' -  md5 '8acb3c885c87f6838704a0025e435871' +  sha1 '6400e013934ff589b4b224eced03fd9f42ed719b'    # Respect $PREFIX    def patches diff --git a/Library/Formula/dvdrtools.rb b/Library/Formula/dvdrtools.rb index a27917302..0b3712ddb 100644 --- a/Library/Formula/dvdrtools.rb +++ b/Library/Formula/dvdrtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Dvdrtools < Formula    homepage 'http://savannah.nongnu.org/projects/dvdrtools/'    url 'http://savannah.nongnu.org/download/dvdrtools/dvdrtools-0.2.1.tar.gz' -  md5 'e82d359137e716e8c0b04d5c73bd3e79' +  sha1 'b8b889f73953c121acd85ce1b4ba988ef7ef6bfc'    def patches    { :p0 => [ diff --git a/Library/Formula/dwatch.rb b/Library/Formula/dwatch.rb index 89605e1c0..c3937c920 100644 --- a/Library/Formula/dwatch.rb +++ b/Library/Formula/dwatch.rb @@ -3,7 +3,7 @@ require 'formula'  class Dwatch < Formula    homepage 'http://siag.nu/dwatch/'    url 'http://siag.nu/pub/dwatch/dwatch-0.1.1.tar.gz' -  md5 '25c06240cb5ab8126badc8a78dcd2b79' +  sha1 'd1588364fcbad85b7ba81fa027199e983de55435'    def install      # Makefile uses cp, not install diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb index be1281db0..c70a580b4 100644 --- a/Library/Formula/dwm.rb +++ b/Library/Formula/dwm.rb @@ -3,7 +3,7 @@ require 'formula'  class Dwm < Formula    url 'http://dl.suckless.org/dwm/dwm-6.0.tar.gz'    homepage 'http://dwm.suckless.org/' -  md5 '8bb00d4142259beb11e13473b81c0857' +  sha1 '35346f873a27f219ae266594b3690407f95d06ef'    head 'http://hg.suckless.org/dwm'    def install diff --git a/Library/Formula/ec2-ami-tools.rb b/Library/Formula/ec2-ami-tools.rb index 527d91d1b..92435e50c 100644 --- a/Library/Formula/ec2-ami-tools.rb +++ b/Library/Formula/ec2-ami-tools.rb @@ -3,7 +3,7 @@ require 'formula'  class Ec2AmiTools < AmazonWebServicesFormula    homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368'    url 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.4.0.7.zip' -  md5 '9d315e7d7d8f5713b2349d3de2aec42b' +  sha1 '9af4e621860486d491c184014c1d955a82d834b9'    def install      standard_install diff --git a/Library/Formula/ecasound.rb b/Library/Formula/ecasound.rb index 547a74d8a..57156f9cd 100644 --- a/Library/Formula/ecasound.rb +++ b/Library/Formula/ecasound.rb @@ -4,7 +4,7 @@ require 'formula'  class Ecasound < Formula    homepage 'http://www.eca.cx/ecasound/'    url 'http://ecasound.seul.org/download/ecasound-2.8.1.tar.gz' -  md5 'd9ded0074a8eeb59dd507c248220d010' +  sha1 '55c42a611ce59ea2b92461f49358a0cd54c40fe0'    option "with-ruby", "Compile with ruby support" diff --git a/Library/Formula/echoping.rb b/Library/Formula/echoping.rb index 80efd2179..f6917fd7a 100644 --- a/Library/Formula/echoping.rb +++ b/Library/Formula/echoping.rb @@ -3,7 +3,7 @@ require 'formula'  class Echoping < Formula    homepage 'http://echoping.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/echoping/echoping/6.0.2/echoping-6.0.2.tar.gz' -  md5 '991478532b56ab3b6f46ea9fa332626f' +  sha1 '8b414d1dbc5a0f21a7f2cccb0138aec13117a1a4'    depends_on 'popt'    depends_on 'libidn' diff --git a/Library/Formula/ecm.rb b/Library/Formula/ecm.rb index 1ccca3232..8a9c7ec81 100644 --- a/Library/Formula/ecm.rb +++ b/Library/Formula/ecm.rb @@ -3,7 +3,7 @@ require 'formula'  class Ecm < Formula    homepage 'http://www.neillcorlett.com/ecm/'    url 'http://critical.ch/distfiles/ecm-1.0.tar.gz' -  md5 '16302c139137434c8793cc7938cc7afe' +  sha1 'bfda1031e22b23e3c4d1a713f675de2a9778a421'    def install      system "#{ENV.cc} -o ecm ecm.c" diff --git a/Library/Formula/edelta.rb b/Library/Formula/edelta.rb index 7b12fbb30..76c9ae760 100644 --- a/Library/Formula/edelta.rb +++ b/Library/Formula/edelta.rb @@ -3,7 +3,7 @@ require 'formula'  class Edelta < Formula    homepage 'http://www.diku.dk/hjemmesider/ansatte/jacobg/edelta/'    url 'http://www.diku.dk/hjemmesider/ansatte/jacobg/edelta/edelta-0.10b.tar.gz' -  md5 'f0306c9bca4518d86a08d8a4f98a9ca8' +  sha1 'bcf24ff68c67da47484beb9f4869c726b9f06dc2'    def install      system "make", "CFLAGS=#{ENV.cflags}" diff --git a/Library/Formula/ee.rb b/Library/Formula/ee.rb index c27496613..384ca8130 100644 --- a/Library/Formula/ee.rb +++ b/Library/Formula/ee.rb @@ -3,7 +3,7 @@ require 'formula'  class Ee < Formula    url 'http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz'    homepage 'http://www.users.qwest.net/~hmahon/' -  md5 '447c48341fc355dacc7e5d338dd1677a' +  sha1 '6be7d03eade441a6c409b9d441ba2c144e26b157'    def install      system "make localmake" diff --git a/Library/Formula/ejabberd.rb b/Library/Formula/ejabberd.rb index 828fc30c0..ec4cff17b 100644 --- a/Library/Formula/ejabberd.rb +++ b/Library/Formula/ejabberd.rb @@ -3,7 +3,7 @@ require 'formula'  class Ejabberd < Formula    homepage 'http://www.ejabberd.im'    url "http://www.process-one.net/downloads/ejabberd/2.1.11/ejabberd-2.1.11.tgz" -  md5 'a70b040c4e7602f47718c8afe8780d50' +  sha1 'ae2c521d5e93fbd5bc826052c5524b5222dcfae6'    depends_on "openssl" if MacOS.leopard?    depends_on "erlang" diff --git a/Library/Formula/ekg2.rb b/Library/Formula/ekg2.rb index 254949e7c..77d003c1a 100644 --- a/Library/Formula/ekg2.rb +++ b/Library/Formula/ekg2.rb @@ -3,7 +3,7 @@ require 'formula'  class Ekg2 < Formula    homepage 'http://ekg2.org'    url 'http://pl.ekg2.org/ekg2-0.3.1.tar.gz' -  md5 '68fc05b432c34622df6561eaabef5a40' +  sha1 '8b6f53086e8e1d2890fdc1ec274a7b1615da0fa1'    depends_on 'pkg-config' => :build    depends_on 'readline' diff --git a/Library/Formula/enca.rb b/Library/Formula/enca.rb index 1c9bebb85..a1f9cd5bd 100644 --- a/Library/Formula/enca.rb +++ b/Library/Formula/enca.rb @@ -3,7 +3,7 @@ require 'formula'  class Enca < Formula    url 'http://dl.cihar.com/enca/enca-1.13.tar.gz'    homepage 'http://freshmeat.net/projects/enca' -  md5 '58fcf1fea7eeab70b64a2d61e14a967d' +  sha1 'c6e25ea4f4cc53100bd6dacd62ea22e39151d067'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index 2228dcb00..2058bdbc2 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Encfs < Formula    url 'http://encfs.googlecode.com/files/encfs-1.7.4.tgz'    homepage 'http://www.arg0.net/encfs' -  md5 'ac90cc10b2e9fc7e72765de88321d617' +  sha1 '3d824ba188dbaabdc9e36621afb72c651e6e2945'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/epsilon.rb b/Library/Formula/epsilon.rb index 4fd999160..3aac2c349 100644 --- a/Library/Formula/epsilon.rb +++ b/Library/Formula/epsilon.rb @@ -3,7 +3,7 @@ require 'formula'  class Epsilon < Formula    homepage 'http://epsilon-project.sourceforge.net'    url 'http://sourceforge.net/projects/epsilon-project/files/epsilon/0.9.2/epsilon-0.9.2.tar.gz' -  md5 '56d7f1a41e05be20441728d9e20d22ef' +  sha1 '050b0d2e35057c1a82f8927aceebe61a045c388e'    depends_on 'popt' diff --git a/Library/Formula/epstool.rb b/Library/Formula/epstool.rb index c6f365da5..a76e437c0 100644 --- a/Library/Formula/epstool.rb +++ b/Library/Formula/epstool.rb @@ -4,7 +4,7 @@ class Epstool < Formula    homepage 'http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm'    url 'http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/epstool-3.08.tar.gz'    mirror 'http://pkgs.fedoraproject.org/repo/pkgs/epstool/epstool-3.08.tar.gz/465a57a598dbef411f4ecbfbd7d4c8d7/epstool-3.08.tar.gz' -  md5 '465a57a598dbef411f4ecbfbd7d4c8d7' +  sha1 'dc495934f06d3ea8b3209e8b02ea96c66c34f614'    def install      system "make", "install", diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 2839fc7ab..9fb96f5a3 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -2,22 +2,22 @@ require 'formula'  class ErlangManuals < Formula    url 'http://erlang.org/download/otp_doc_man_R15B01.tar.gz' -  md5 'd87412c2a1e6005bbe29dfe642a9ca20' +  sha1 'e6f74fdab17d12026fe364d9658b906e58824076'  end  class ErlangHtmls < Formula    url 'http://erlang.org/download/otp_doc_html_R15B01.tar.gz' -  md5 '7569cae680eecd64e7e5d952be788ee5' +  sha1 'e6f74fdab17d12026fe364d9658b906e58824076'  end  class ErlangHeadManuals < Formula    url 'http://erlang.org/download/otp_doc_man_R15B01.tar.gz' -  md5 'd87412c2a1e6005bbe29dfe642a9ca20' +  sha1 'e6f74fdab17d12026fe364d9658b906e58824076'  end  class ErlangHeadHtmls < Formula    url 'http://erlang.org/download/otp_doc_html_R15B01.tar.gz' -  md5 '7569cae680eecd64e7e5d952be788ee5' +  sha1 'e6f74fdab17d12026fe364d9658b906e58824076'  end  class Erlang < Formula diff --git a/Library/Formula/erviz.rb b/Library/Formula/erviz.rb index 8945ff9b1..cb412b302 100644 --- a/Library/Formula/erviz.rb +++ b/Library/Formula/erviz.rb @@ -3,7 +3,7 @@ require 'formula'  class Erviz < Formula    url 'http://dl.dropbox.com/u/10466872/Erviz/erviz-1.0.6-bin.zip'    homepage 'http://www.ab.auone-net.jp/~simply/en/works/erviz/about.html' -  md5 'dbfa20515118535c106032c8200163c6' +  sha1 'd3fa92b5d3de07421ae03fdf384a78a800f8289e'    depends_on 'graphviz' diff --git a/Library/Formula/esound.rb b/Library/Formula/esound.rb index 3da345470..fcc12b6e1 100644 --- a/Library/Formula/esound.rb +++ b/Library/Formula/esound.rb @@ -3,7 +3,7 @@ require 'formula'  class Esound < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2'    homepage 'http://www.tux.org/~ricdude/EsounD.html' -  md5 '8d9aad3d94d15e0d59ba9dc0ea990c6c' +  sha1 '6c343483b3789f439277935eaad7e478bee685ea'    depends_on 'pkg-config' => :build    depends_on 'audiofile' diff --git a/Library/Formula/eventlog.rb b/Library/Formula/eventlog.rb index 4bc0d7d60..0271ffe56 100644 --- a/Library/Formula/eventlog.rb +++ b/Library/Formula/eventlog.rb @@ -3,7 +3,7 @@ require 'formula'  class Eventlog < Formula    url 'http://www.balabit.com/downloads/files/eventlog/0.2/eventlog_0.2.12.tar.gz'    homepage 'http://www.balabit.com/downloads/files/eventlog/' -  md5 '3d6ebda8a161d36cb40d09328f78786b' +  sha1 '3e35a634e7de029ab9d36995a085bfcb00ed6a4d'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/exiftags.rb b/Library/Formula/exiftags.rb index 7b025a25b..9841b6ea7 100644 --- a/Library/Formula/exiftags.rb +++ b/Library/Formula/exiftags.rb @@ -3,7 +3,7 @@ require 'formula'  class Exiftags < Formula    url 'http://johnst.org/sw/exiftags/exiftags-1.01.tar.gz'    homepage 'http://johnst.org/sw/exiftags' -  md5 '9d5bce968fdde2dc24ba49c0024dc0cc' +  sha1 '06636feb7d5c5835da01d5da8cd0f4a291d23fd8'    def install      system 'make' diff --git a/Library/Formula/exonerate.rb b/Library/Formula/exonerate.rb index 5f94066bb..dbd2789c6 100644 --- a/Library/Formula/exonerate.rb +++ b/Library/Formula/exonerate.rb @@ -3,7 +3,7 @@ require 'formula'  class Exonerate < Formula    homepage 'http://www.ebi.ac.uk/~guy/exonerate/'    url 'http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0.tar.gz' -  md5 'ad3f7fc413376201c4631687b2e0ae89' +  sha1 'ad4de207511e4d421e5cc28dda2261421c515bf0'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/expat.rb b/Library/Formula/expat.rb index 9d285e3b2..1a6b705c1 100644 --- a/Library/Formula/expat.rb +++ b/Library/Formula/expat.rb @@ -3,7 +3,7 @@ require 'formula'  class Expat < Formula    url 'http://downloads.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz'    homepage 'http://expat.sourceforge.net/' -  md5 'ee8b492592568805593f81f8cdf2a04c' +  sha1 '663548c37b996082db1f2f2c32af060d7aa15c2d'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/ext2fuse.rb b/Library/Formula/ext2fuse.rb index 731c2f5d8..9ab243428 100644 --- a/Library/Formula/ext2fuse.rb +++ b/Library/Formula/ext2fuse.rb @@ -3,7 +3,7 @@ require 'formula'  class Ext2fuse < Formula    homepage 'http://sourceforge.net/projects/ext2fuse'    url 'http://sourceforge.net/projects/ext2fuse/files/ext2fuse/0.8.1/ext2fuse-src-0.8.1.tar.gz' -  md5 '8926c6eeb9ea17846466ca4bd7143489' +  sha1 '6a13fce7842ead1485a4f48cb57c1272d990b5a5'    depends_on 'fuse4x'    depends_on 'e2fsprogs' diff --git a/Library/Formula/ezlupdate.rb b/Library/Formula/ezlupdate.rb index 4d0cc034d..f33bab386 100644 --- a/Library/Formula/ezlupdate.rb +++ b/Library/Formula/ezlupdate.rb @@ -3,7 +3,7 @@ require 'formula'  class Ezlupdate < Formula    homepage 'http://ezpedia.org/ez/ezlupdate'    url 'https://github.com/downloads/ezsystems/ezpublish/ezpublish_community_project-2011.10-with_ezc.tar.bz2' -  md5 'd40cbcf714c1071ffb6ee2c1e4975282' +  sha1 'd20912fda2438143d3981ca8e07bb52329e2cf25'    depends_on 'qt' diff --git a/Library/Formula/ezstream.rb b/Library/Formula/ezstream.rb index 32f366301..19961f97b 100644 --- a/Library/Formula/ezstream.rb +++ b/Library/Formula/ezstream.rb @@ -3,7 +3,7 @@ require 'formula'  class Ezstream < Formula    url 'http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz'    homepage 'http://www.icecast.org/ezstream.php' -  md5 '1be68119d44fbe71454a901fa650a359' +  sha1 'f9d3ee5a2f81d156685ffbfc59b556c63afcca83'    depends_on 'libvorbis'    depends_on 'libshout' diff --git a/Library/Formula/f3.rb b/Library/Formula/f3.rb index 511a965ad..4085e025f 100644 --- a/Library/Formula/f3.rb +++ b/Library/Formula/f3.rb @@ -3,7 +3,7 @@ require 'formula'  class F3 < Formula    homepage 'http://oss.digirati.com.br/f3/'    url 'https://github.com/AltraMayor/f3/tarball/v2.0' -  md5 '52c068d685e4256fe56458350e203f7b' +  sha1 '16399962722440a8c2edd84cb337c7eb151d9b11'    def install      system "make mac" diff --git a/Library/Formula/faac.rb b/Library/Formula/faac.rb index f92bd42a6..adf976c05 100644 --- a/Library/Formula/faac.rb +++ b/Library/Formula/faac.rb @@ -2,7 +2,7 @@ require 'formula'  class Faac < Formula    url 'http://downloads.sourceforge.net/project/faac/faac-src/faac-1.28/faac-1.28.tar.gz' -  md5 '80763728d392c7d789cde25614c878f6' +  sha1 'd00b023a3642f81bb1fb13d962a65079121396ee'    homepage 'http://www.audiocoding.com/faac.html'    def install diff --git a/Library/Formula/faad2.rb b/Library/Formula/faad2.rb index e275caaaf..5428a2a93 100644 --- a/Library/Formula/faad2.rb +++ b/Library/Formula/faad2.rb @@ -2,7 +2,7 @@ require 'formula'  class Faad2 < Formula    url 'http://downloads.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.bz2' -  md5 '4c332fa23febc0e4648064685a3d4332' +  sha1 'b0e80481d27ae9faf9e46c8c8dfb617a0adb91b5'    homepage 'http://www.audiocoding.com/faad2.html'    def install diff --git a/Library/Formula/falcon.rb b/Library/Formula/falcon.rb index d96c85698..57e43804f 100644 --- a/Library/Formula/falcon.rb +++ b/Library/Formula/falcon.rb @@ -3,7 +3,7 @@ require 'formula'  class Falcon < Formula    homepage 'http://www.falconpl.org/'    url 'http://falconpl.org/project_dl/_official_rel/Falcon-0.9.6.8.tgz' -  md5 '8435f6f2fe95097ac2fbe000da97c242' +  sha1 '8720096a8257e8bf370e3f0a072b5600d7575f64'    head 'http://git.falconpl.org/falcon.git' diff --git a/Library/Formula/fastjar.rb b/Library/Formula/fastjar.rb index a1432f770..b6f881715 100644 --- a/Library/Formula/fastjar.rb +++ b/Library/Formula/fastjar.rb @@ -3,7 +3,7 @@ require 'formula'  class Fastjar < Formula    url 'https://downloads.sourceforge.net/project/fastjar/fastjar/0.94/fastjar-0.94.tar.gz'    homepage 'http://sourceforge.net/projects/fastjar/' -  md5 '14d4bdfac236e347d806c6743dba48c6' +  sha1 '2b54b558bed1acef63455b27827b69e83c823f8d'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/fastri.rb b/Library/Formula/fastri.rb index 16d72887a..e42ff02f6 100644 --- a/Library/Formula/fastri.rb +++ b/Library/Formula/fastri.rb @@ -3,7 +3,7 @@ require 'formula'  class Fastri < Formula    homepage 'http://eigenclass.org/hiki/fastri'    url 'http://rubyforge.org/frs/download.php/31654/fastri-0.3.1.tar.gz' -  md5 '3a7d0a64b1c8e230a34ef7b4bad30dbe' +  sha1 '171f6237b29591748118cdc2a8e15cba256c12cc'    def install      system "ruby", "setup.rb", "all", "--prefix=#{prefix}" diff --git a/Library/Formula/fastx_toolkit.rb b/Library/Formula/fastx_toolkit.rb index 21c627c93..e5f1efc43 100644 --- a/Library/Formula/fastx_toolkit.rb +++ b/Library/Formula/fastx_toolkit.rb @@ -3,7 +3,7 @@ require 'formula'  class FastxToolkit < Formula    homepage 'http://hannonlab.cshl.edu/fastx_toolkit/'    url 'http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2' -  md5 '6d233ff4ae3d52c457d447179f073a56' +  sha1 'ae3ae793f0f3e2caa04b44133ab91ce876092fb9'    depends_on 'pkg-config' => :build    depends_on 'libgtextutils' diff --git a/Library/Formula/fbida.rb b/Library/Formula/fbida.rb index f0a6391e8..28fcbc2a4 100644 --- a/Library/Formula/fbida.rb +++ b/Library/Formula/fbida.rb @@ -3,7 +3,7 @@ require 'formula'  class Fbida < Formula    homepage 'http://linux.bytesex.org/fbida/'    url 'http://dl.bytesex.org/releases/fbida/fbida-2.09.tar.gz' -  md5 '62415c7cb28d995f9d317868de0f2830' +  sha1 '5838b2cb7188481fece6159fccb3b121acd906e7'    # Fix for build failure in fbida 2.09 (and earlier)    # Check again in fbida 2.10 diff --git a/Library/Formula/fceux.rb b/Library/Formula/fceux.rb index 5489f9150..4fe866a87 100644 --- a/Library/Formula/fceux.rb +++ b/Library/Formula/fceux.rb @@ -3,7 +3,7 @@ require 'formula'  class Fceux < Formula    homepage 'http://fceux.com'    url 'http://downloads.sourceforge.net/fceultra/fceux-2.1.5.src.tar.bz2' -  md5 'e8b20e62bbbb061b1a59d51b47c827bd' +  sha1 '599ef6a261ab1bd24e58468886d7cc303e150feb'    option 'no-gtk', "Build without Gtk+ support" diff --git a/Library/Formula/fcrackzip.rb b/Library/Formula/fcrackzip.rb index 2df386dba..a8388460a 100644 --- a/Library/Formula/fcrackzip.rb +++ b/Library/Formula/fcrackzip.rb @@ -3,7 +3,7 @@ require 'formula'  class Fcrackzip < Formula    url 'http://oldhome.schmorp.de/marc/data/fcrackzip-1.0.tar.gz'    homepage 'http://oldhome.schmorp.de/marc/fcrackzip.html' -  md5 '254941f51759f9425965f4b05fe7ac2c' +  sha1 '92e4f8caa880c55b20e13feb7a25c8b8fd3accf8'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/fdupes.rb b/Library/Formula/fdupes.rb index 040a3bf10..6286ecea0 100644 --- a/Library/Formula/fdupes.rb +++ b/Library/Formula/fdupes.rb @@ -3,7 +3,7 @@ require 'formula'  class Fdupes < Formula    url 'http://fdupes.googlecode.com/files/fdupes-1.40.tar.gz'    homepage 'http://code.google.com/p/fdupes/' -  md5 '11de9ab4466089b6acbb62816b30b189' +  sha1 'e1bce9bdf50d7bf700dda3eb8a3d218b181b3931'    def install      inreplace "Makefile", "gcc", "#{ENV.cc} #{ENV.cflags}" diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb index 7c91f88c9..0938080c9 100644 --- a/Library/Formula/fftw.rb +++ b/Library/Formula/fftw.rb @@ -3,7 +3,7 @@ require 'formula'  class Fftw < Formula    homepage 'http://www.fftw.org'    url 'http://www.fftw.org/fftw-3.3.2.tar.gz' -  md5 '6977ee770ed68c85698c7168ffa6e178' +  sha1 '11a8c31186ff5a7d686a79a3f21b2530888e0dc2'    def install      args = ["--enable-shared", diff --git a/Library/Formula/figlet.rb b/Library/Formula/figlet.rb index a825e654e..30fa210cb 100644 --- a/Library/Formula/figlet.rb +++ b/Library/Formula/figlet.rb @@ -2,13 +2,13 @@ require 'formula'  class ContribFonts < Formula    url 'ftp://ftp.figlet.org:21//pub/figlet/fonts/contributed.tar.gz' -  md5 '6e2dec4499f7a7fe178522e02e0b6cd1' +  sha1 'dda696958c161bd71d6590152c94c4f705415727'    version '2.2.4'  end  class InternationalFonts < Formula    url 'ftp://ftp.figlet.org:21//pub/figlet/fonts/international.tar.gz' -  md5 'b2d53f7e251014adcdb4d407c47f90ef' +  sha1 'dda696958c161bd71d6590152c94c4f705415727'    version '2.2.4'  end diff --git a/Library/Formula/figtoipe.rb b/Library/Formula/figtoipe.rb index 4955fa7f0..03afb7252 100644 --- a/Library/Formula/figtoipe.rb +++ b/Library/Formula/figtoipe.rb @@ -3,7 +3,7 @@ require 'formula'  class Figtoipe < Formula    url 'http://downloads.sourceforge.net/project/ipe7/tools/figtoipe-20091205.tar.gz'    homepage 'http://ipe7.sourceforge.net/' -  md5 'a19e0712df137939c37c194b551da6b8' +  sha1 'b81f2f0cc568e165bdedb618ced9384ebfcb19a3'    def install      system "make" diff --git a/Library/Formula/findutils.rb b/Library/Formula/findutils.rb index 79ae74afc..4b014081d 100644 --- a/Library/Formula/findutils.rb +++ b/Library/Formula/findutils.rb @@ -4,7 +4,7 @@ class Findutils < Formula    url 'http://ftpmirror.gnu.org/findutils/findutils-4.4.2.tar.gz'    mirror 'http://ftp.gnu.org/gnu/findutils/findutils-4.4.2.tar.gz'    homepage 'http://www.gnu.org/software/findutils/' -  md5 '351cc4adb07d54877fa15f75fb77d39f' +  sha1 'e8dd88fa2cc58abffd0bfc1eddab9020231bb024'    def install      system "./configure", "--prefix=#{prefix}", "--program-prefix=g", diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb index eaf1cef65..6223c9b99 100644 --- a/Library/Formula/fish.rb +++ b/Library/Formula/fish.rb @@ -3,7 +3,7 @@ require 'formula'  class Fish < Formula    homepage 'http://fishshell.com'    url 'http://downloads.sourceforge.net/project/fish/fish/1.23.1/fish-1.23.1.tar.bz2' -  md5 'ead6b7c6cdb21f35a3d4aa1d5fa596f1' +  sha1 '3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e'    head 'git://gitorious.org/fish-shell/fish-shell.git' diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb index d30726824..52680b93c 100644 --- a/Library/Formula/flac.rb +++ b/Library/Formula/flac.rb @@ -2,13 +2,13 @@ require 'formula'  class Flac2Mp3 < Formula    url 'https://raw.github.com/rmndk/flac2mp3/master/flac2mp3' -  md5 'bc37879da7bf543af961a9604bd4beb4' +  sha1 'bd54354900181b59db3089347cc84ad81e410b38'  end  class Flac < Formula    homepage 'http://flac.sourceforge.net'    url 'http://downloads.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz' -  md5 '153c8b15a54da428d1f0fadc756c22c7' +  sha1 'bd54354900181b59db3089347cc84ad81e410b38'    depends_on 'lame'    depends_on 'libogg' => :optional diff --git a/Library/Formula/flann.rb b/Library/Formula/flann.rb index 4748c1019..97352b151 100644 --- a/Library/Formula/flann.rb +++ b/Library/Formula/flann.rb @@ -3,7 +3,7 @@ require 'formula'  class Flann < Formula    homepage 'http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN'    url 'http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.7.1-src.zip' -  md5 'd780795f523eabda7c7ea09c6f5cf235' +  sha1 '61b9858620528919ea60a2a4b085ccc2b3c2d138'    option 'enable-python', 'Enable python bindings'    option 'enable-matlab', 'Enable matlab/octave bindings' diff --git a/Library/Formula/flasm.rb b/Library/Formula/flasm.rb index 8ba8db3a1..3eadce0d5 100644 --- a/Library/Formula/flasm.rb +++ b/Library/Formula/flasm.rb @@ -3,7 +3,7 @@ require 'formula'  class Flasm < Formula    homepage 'http://www.nowrap.de/flasm.html'    url 'http://www.nowrap.de/download/flasm16src.zip' -  md5 '28a4586409061b385d1cd27d3f120c0b' +  sha1 '3b383fa042eae414c5e5608bfa91a42f44bd1a86'    version '1.62'    def install diff --git a/Library/Formula/fleet-db.rb b/Library/Formula/fleet-db.rb index 19942b257..7fbe3428f 100644 --- a/Library/Formula/fleet-db.rb +++ b/Library/Formula/fleet-db.rb @@ -3,7 +3,7 @@ require 'formula'  class FleetDb < Formula    url 'http://fleetdb.s3.amazonaws.com/fleetdb-standalone-0.2.0.jar'    homepage 'http://fleetdb.org' -  md5 'e7c0b9dd61650300e82da46bab6ee560' +  sha1 'dcc8f10ba697e7603c4c6ae9ba93913f83de87dd'    def install      libexec.install "fleetdb-standalone-0.2.0.jar" diff --git a/Library/Formula/flex_sdk.rb b/Library/Formula/flex_sdk.rb index cc50e1aba..9a550272a 100644 --- a/Library/Formula/flex_sdk.rb +++ b/Library/Formula/flex_sdk.rb @@ -4,7 +4,7 @@ class FlexSdk < Formula    homepage 'http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK'    url 'http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201_mpl.zip'    version '4.6.0.23201' -  md5 'ff7b362fff908b620573405510541ce0' +  sha1 '86f2cacd0c1927c845a770c02f33fe4a0a3375f4'    def install      libexec.install Dir['*'] diff --git a/Library/Formula/fltk.rb b/Library/Formula/fltk.rb index 3e89883c3..0ba3af69d 100644 --- a/Library/Formula/fltk.rb +++ b/Library/Formula/fltk.rb @@ -3,7 +3,7 @@ require 'formula'  class Fltk < Formula    homepage 'http://www.fltk.org/'    url 'http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz' -  md5 '44d5d7ba06afdd36ea17da6b4b703ca3' +  sha1 '720f2804be6132ebae9909d4e74dedcc00b39d25'    devel do      url 'http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9327.tar.bz2' diff --git a/Library/Formula/flume.rb b/Library/Formula/flume.rb index 33582fcd4..0beb63ff5 100644 --- a/Library/Formula/flume.rb +++ b/Library/Formula/flume.rb @@ -3,7 +3,7 @@ require 'formula'  class Flume < Formula    url 'http://archive.cloudera.com/cdh/3/flume-0.9.4-cdh3u2.tar.gz'    homepage 'https://github.com/cloudera/flume' -  md5 '6db17876879f419f769ec7bef4a1fad7' +  sha1 '9f68c8205b61e43d35467b6d45f815f5e41239e9'    version "0.9.4-cdh3u2"    def flume_script diff --git a/Library/Formula/flvstreamer.rb b/Library/Formula/flvstreamer.rb index 24ed73d46..0cf6f4df3 100644 --- a/Library/Formula/flvstreamer.rb +++ b/Library/Formula/flvstreamer.rb @@ -3,7 +3,7 @@ require 'formula'  class Flvstreamer < Formula    homepage 'http://www.nongnu.org/flvstreamer/'    url 'http://download.savannah.gnu.org/releases-noredirect/flvstreamer/source/flvstreamer-2.1c1.tar.gz' -  md5 '4866387328ad89c957af90a2478e5556' +  sha1 '07fac3dea65d8de8afbcc3c892d7830a90b66f10'    def install      system "make posix" diff --git a/Library/Formula/fondu.rb b/Library/Formula/fondu.rb index 35f8da801..8287dbc1d 100644 --- a/Library/Formula/fondu.rb +++ b/Library/Formula/fondu.rb @@ -3,7 +3,7 @@ require 'formula'  class Fondu < Formula    homepage 'http://fondu.sourceforge.net/'    url 'http://fondu.sourceforge.net/fondu_src-060102.tgz' -  md5 'e20861beacddc1ab392bef7813641bf8' +  sha1 '4fa5438df935f15f0370802f94a04e8d1263061b'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index f28684b79..386a6f30e 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -3,7 +3,7 @@ require 'formula'  class Fop < Formula    homepage "http://xmlgraphics.apache.org/fop/index.html"    url "http://www.apache.org/dyn/closer.cgi?path=/xmlgraphics/fop/binaries/fop-1.0-bin.tar.gz" -  md5 "3186f93a314bdcb710bd7cb02d80404c" +  sha1 '2e81bc0b6d26cba8af7d008cffe6a46955a82a4f'    # Run in headless mode to avoid having it appear on the Dock and stealing UI focus.    def patches diff --git a/Library/Formula/foremost.rb b/Library/Formula/foremost.rb index e21de533f..dd5089551 100644 --- a/Library/Formula/foremost.rb +++ b/Library/Formula/foremost.rb @@ -3,7 +3,7 @@ require 'formula'  class Foremost < Formula    url 'http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz'    homepage 'http://foremost.sourceforge.net/' -  md5 '860119c49665c2a3fb2b0b1d3dbad02a' +  sha1 'c26d68990d7bd5245d5f7dc83c9217642a7a2056'    def install      inreplace "Makefile" do |s| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 3ab72f90a..85c80810b 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -3,7 +3,7 @@ require 'formula'  class Fossil < Formula    homepage 'http://www.fossil-scm.org/'    url 'http://www.fossil-scm.org/download/fossil-src-20120808112557.tar.gz' -  md5 '023f2d45b2435a854f8b9190d1aee05b' +  sha1 'b7c3f0092ac9a00e71675464c0f3c7f0297df25f'    version '1.23'    head 'fossil://http://www.fossil-scm.org/' diff --git a/Library/Formula/freeimage.rb b/Library/Formula/freeimage.rb index 1e2f2de4c..7c319bd86 100644 --- a/Library/Formula/freeimage.rb +++ b/Library/Formula/freeimage.rb @@ -13,7 +13,7 @@ class Freeimage < Formula    url 'http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.15.1/FreeImage3151.zip',          :using => FreeimageHttpDownloadStrategy    version '3.15.1' -  md5 '450d2ff278690b0d1d7d7d58fad083cc' +  sha1 '02ae98007fc64d72a8f15ec3ff24c36ac745fbc8'    option :universal diff --git a/Library/Formula/freeradius-server.rb b/Library/Formula/freeradius-server.rb index b59902a60..14f161680 100644 --- a/Library/Formula/freeradius-server.rb +++ b/Library/Formula/freeradius-server.rb @@ -3,7 +3,7 @@ require 'formula'  class FreeradiusServer < Formula    url 'ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.12.tar.gz'    homepage 'http://freeradius.org/' -  md5 'dcbaed16df8ccff672ba132a08bf8510' +  sha1 '22b5d9e59369b8a3caa3c778871bf579ae7a8a9c'    skip_clean :all diff --git a/Library/Formula/fribidi.rb b/Library/Formula/fribidi.rb index e552cf710..be40e8f1e 100644 --- a/Library/Formula/fribidi.rb +++ b/Library/Formula/fribidi.rb @@ -2,7 +2,7 @@ require 'formula'  class Fribidi < Formula    url 'http://fribidi.org/download/fribidi-0.19.2.tar.gz' -  md5 '626db17d2d99b43615ad9d12500f568a' +  sha1 '3889469d96dbca3d8522231672e14cca77de4d5e'    homepage 'http://fribidi.org/'    def install diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb index 8a7640c0b..b16777490 100644 --- a/Library/Formula/fsh.rb +++ b/Library/Formula/fsh.rb @@ -3,7 +3,7 @@ require 'formula'  class Fsh < Formula    homepage 'http://www.lysator.liu.se/fsh/'    url 'http://www.lysator.liu.se/fsh/fsh-1.2.tar.gz' -  md5 '74d7fc65044d1c9c27c6e9edbbde9c68' +  sha1 'c2f1e923076d368fbb5504dcd1d33c74024b0d1b'    def install      # FCNTL was deprecated and needs to be changed to fcntl diff --git a/Library/Formula/ftgl.rb b/Library/Formula/ftgl.rb index 32a295f99..d89ea3811 100644 --- a/Library/Formula/ftgl.rb +++ b/Library/Formula/ftgl.rb @@ -3,7 +3,7 @@ require 'formula'  class Ftgl < Formula    url 'http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3~rc5/ftgl-2.1.3-rc5.tar.gz'    homepage 'http://sourceforge.net/projects/ftgl/' -  md5 'fcf4d0567b7de9875d4e99a9f7423633' +  sha1 'b9c11d3a594896333f1bbe46e10d8617713b4fc6'    depends_on 'pkg-config' => :build    depends_on :x11 diff --git a/Library/Formula/ftjam.rb b/Library/Formula/ftjam.rb index ab2c4b235..8e0a1375d 100644 --- a/Library/Formula/ftjam.rb +++ b/Library/Formula/ftjam.rb @@ -3,7 +3,7 @@ require 'formula'  class Ftjam < Formula    url 'http://sourceforge.net/projects/freetype/files/ftjam/2.5.2/ftjam-2.5.2.tar.bz2'    homepage 'http://www.freetype.org/jam/' -  md5 'e61304b370ba06f68082f0219a196576' +  sha1 '08bad35e74ec85c4592d378014586174d22297b5'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/fuego.rb b/Library/Formula/fuego.rb index fd8e86fde..82cdadf3d 100644 --- a/Library/Formula/fuego.rb +++ b/Library/Formula/fuego.rb @@ -3,7 +3,7 @@ require 'formula'  class Fuego < Formula    url 'http://downloads.sourceforge.net/project/fuego/fuego/1.0/fuego-1.0.tar.gz'    homepage 'http://fuego.sourceforge.net/' -  md5 'ad9d0f6bb5ac00f71468bd592ab772f4' +  sha1 '1fe3de726d7020278f7cb2f678a1909053bf0107'    depends_on 'boost' diff --git a/Library/Formula/funcoeszz.rb b/Library/Formula/funcoeszz.rb index b5760e2f2..5cb07520d 100644 --- a/Library/Formula/funcoeszz.rb +++ b/Library/Formula/funcoeszz.rb @@ -3,7 +3,7 @@ require 'formula'  class Funcoeszz < Formula    homepage 'http://funcoeszz.googlecode.com/'    url 'http://funcoeszz.googlecode.com/files/funcoeszz-10.12.sh' -  md5 '93f69412f97a38ecb80493279440b5f0' +  sha1 'd9b8f5b131b844aee9ad429943472efe477cab5a'    def install      prefix.install "funcoeszz-10.12.sh" diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index eb3b74226..6f49a905e 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -7,7 +7,7 @@ end  class Fuse4xKext < Formula    homepage 'http://fuse4x.github.com'    url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_9_1' -  md5 'd9139a55157427a3f9985a8e1f79e23b' +  sha1 'a04e729df52d1caa4d1d33a58af53afc1b1b74cd'    bottle do      # Bottle provided for Lion since the Command Line Tools cannot compile diff --git a/Library/Formula/gabedit.rb b/Library/Formula/gabedit.rb index 2d3c8a514..2eb9a7a7f 100644 --- a/Library/Formula/gabedit.rb +++ b/Library/Formula/gabedit.rb @@ -4,7 +4,7 @@ class Gabedit < Formula    homepage 'http://gabedit.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/gabedit/gabedit/Gabedit240/GabeditSrc240.tar.gz'    version '2.4.0' -  md5 '2b012ceaacafffc92c5d677822df8002' +  sha1 '9c53590051da363f419a6b746594bf9f9aa92737'    depends_on 'pkg-config' => :build    depends_on 'gtk+' diff --git a/Library/Formula/gaffitter.rb b/Library/Formula/gaffitter.rb index 2c496635f..69e1bd55a 100644 --- a/Library/Formula/gaffitter.rb +++ b/Library/Formula/gaffitter.rb @@ -3,7 +3,7 @@ require 'formula'  class Gaffitter < Formula    url 'http://downloads.sourceforge.net/project/gaffitter/gaffitter/0.6.0/gaffitter-0.6.0.tar.bz2'    homepage 'http://gaffitter.sourceforge.net/' -  md5 'a4a0fa0b3eeeaf49624d2e1b78de3cff' +  sha1 '3e530684e429cd269db5e4481d90c4f22085fb31'    def install      system "make" diff --git a/Library/Formula/ganglia.rb b/Library/Formula/ganglia.rb index 379e896f0..944e73245 100644 --- a/Library/Formula/ganglia.rb +++ b/Library/Formula/ganglia.rb @@ -3,7 +3,7 @@ require 'formula'  class Ganglia < Formula    homepage 'http://ganglia.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/ganglia/ganglia%20monitoring%20core/3.1.7/ganglia-3.1.7.tar.gz' -  md5 '6aa5e2109c2cc8007a6def0799cf1b4c' +  sha1 'e234d64814af1c9f55f1cd039a5840039d175f85'    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/gant.rb b/Library/Formula/gant.rb index a3225046d..1ea8eefd9 100644 --- a/Library/Formula/gant.rb +++ b/Library/Formula/gant.rb @@ -4,7 +4,7 @@ class Gant < Formula    homepage 'http://gant.codehaus.org/'    url 'http://dist.codehaus.org/gant/distributions/gant-1.9.5-_groovy-1.8.0.tgz'    version '1.9.5' -  md5 '2ea01f1a4c803fd88e15fe2d8290e969' +  sha1 'd29d228fdeef3479d6ea11b6af3275f647e864e3'    depends_on 'groovy' diff --git a/Library/Formula/garmintools.rb b/Library/Formula/garmintools.rb index 9c6e425ab..1d151abba 100644 --- a/Library/Formula/garmintools.rb +++ b/Library/Formula/garmintools.rb @@ -3,7 +3,7 @@ require 'formula'  class Garmintools < Formula    url 'http://garmintools.googlecode.com/files/garmintools-0.10.tar.gz'    homepage 'http://code.google.com/p/garmintools/' -  md5 '1a555a5174a82e92e0f5def1c4b01ae7' +  sha1 'f59a761b09575d27abbf5d76811f7ec25a1cbd26'    depends_on 'libusb-compat' diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb index 61749670a..f36343614 100644 --- a/Library/Formula/gawk.rb +++ b/Library/Formula/gawk.rb @@ -4,7 +4,7 @@ class Gawk < Formula    homepage 'http://www.gnu.org/software/gawk/'    url 'http://ftpmirror.gnu.org/gawk/gawk-4.0.1.tar.xz'    mirror 'http://ftp.gnu.org/gnu/gawk/gawk-4.0.1.tar.xz' -  md5 'a601b032c39cd982f34272664f8afa49' +  sha1 '9be956d124e0c0794836055846aea78d2dc547ad'    depends_on 'xz' => :build diff --git a/Library/Formula/gbdfed.rb b/Library/Formula/gbdfed.rb index a37376e2b..02c0e861d 100644 --- a/Library/Formula/gbdfed.rb +++ b/Library/Formula/gbdfed.rb @@ -3,7 +3,7 @@ require 'formula'  class Gbdfed < Formula    homepage 'http://sofia.nmsu.edu/~mleisher/Software/gbdfed/'    url 'http://sofia.nmsu.edu/~mleisher/Software/gbdfed/gbdfed-1.6.tar.gz' -  md5 '5a1668adfc2afa435feda5e3737ceaee' +  sha1 '733afccc43273d3385f8b9bc9d6334bcaa4403ae'    depends_on 'pkg-config' => :build    depends_on 'gtk+' diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb index dd1273f9c..f69c919af 100644 --- a/Library/Formula/gd.rb +++ b/Library/Formula/gd.rb @@ -4,7 +4,7 @@ class Gd < Formula    homepage 'http://bitbucket.org/pierrejoye/gd-libgd'    url 'http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz'    mirror 'http://download.osgeo.org/mapserver/libgd/gd-2.0.36RC1.tar.gz' -  md5 '39ac48e6d5e0012a3bd2248a0102f209' +  sha1 '21cf2ec93fd80836fc0cb4741201f7cc5440819a'    head 'http://bitbucket.org/pierrejoye/gd-libgd', :using => :hg diff --git a/Library/Formula/gdal-grass.rb b/Library/Formula/gdal-grass.rb index 37762b4dd..767b65ffd 100644 --- a/Library/Formula/gdal-grass.rb +++ b/Library/Formula/gdal-grass.rb @@ -3,7 +3,7 @@ require 'formula'  class GdalGrass < Formula    homepage 'http://www.gdal.org'    url 'http://download.osgeo.org/gdal/gdal-grass-1.4.3.tar.gz' -  md5 '2bfb7640e03b4d9d012f1a5d62c0351d' +  sha1 '63b87ad1688cc365dc6bd6c3ccc854d0e6aa637a'    depends_on 'gdal'    depends_on 'grass' diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index 673ec70ac..49f0b7e3c 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -32,7 +32,7 @@ end  class Gdal < Formula    homepage 'http://www.gdal.org/'    url 'http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz' -  md5 'c5cf09b92dac1f5775db056e165b34f5' +  sha1 'c1eae556398ff7b9332afe9d3022dcd931130808'    head 'https://svn.osgeo.org/gdal/trunk/gdal' diff --git a/Library/Formula/gdbm.rb b/Library/Formula/gdbm.rb index 8a66d1cd8..bd3edffe0 100644 --- a/Library/Formula/gdbm.rb +++ b/Library/Formula/gdbm.rb @@ -4,7 +4,7 @@ class Gdbm < Formula    homepage 'http://www.gnu.org/software/gdbm/'    url 'http://ftpmirror.gnu.org/gdbm/gdbm-1.10.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gdbm/gdbm-1.10.tar.gz' -  md5 '88770493c2559dc80b561293e39d3570' +  sha1 '441201e9145f590ba613f8a1e952455d620e0860'    option :universal diff --git a/Library/Formula/gecode.rb b/Library/Formula/gecode.rb index 8e6e6cbe3..e5d20d9eb 100644 --- a/Library/Formula/gecode.rb +++ b/Library/Formula/gecode.rb @@ -3,7 +3,7 @@ require 'formula'  class Gecode < Formula    homepage 'http://www.gecode.org/'    url 'http://www.gecode.org/download/gecode-3.7.3.tar.gz' -  md5 '7a5cb9945e0bb48f222992f2106130ac' +  sha1 'f9281a80788cd0c0f0495cd6145fe4bf9ee74117'    def install      system "./configure", "--prefix=#{prefix}", "--disable-examples" diff --git a/Library/Formula/geda-gaf.rb b/Library/Formula/geda-gaf.rb index 1bcc145ed..d2d2f5098 100644 --- a/Library/Formula/geda-gaf.rb +++ b/Library/Formula/geda-gaf.rb @@ -3,7 +3,7 @@ require 'formula'  class GedaGaf < Formula    homepage 'http://geda.seul.org'    url 'http://geda.seul.org/release/v1.6/1.6.2/geda-gaf-1.6.2.tar.gz' -  md5 '35ae86aebc174ec1fc03863fde4c843c' +  sha1 '87c21b3b77eebc8eec1c16672d4b1ab418ccb80d'    devel do      url 'http://geda.seul.org/devel/v1.7/1.7.2/geda-gaf-1.7.2.tar.gz' diff --git a/Library/Formula/geeqie.rb b/Library/Formula/geeqie.rb index f645a124d..298949479 100644 --- a/Library/Formula/geeqie.rb +++ b/Library/Formula/geeqie.rb @@ -3,7 +3,7 @@ require 'formula'  class Geeqie < Formula    url 'http://downloads.sourceforge.net/project/geeqie/geeqie/geeqie-1.0/geeqie-1.0.tar.gz'    homepage 'http://geeqie.sourceforge.net/' -  md5 '1d67ef990390224c5052697d93bb49c0' +  sha1 '8494a557d67d20e6ad720645ec789dd2b33a3266'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gegl.rb b/Library/Formula/gegl.rb index d13829056..c562fa68a 100644 --- a/Library/Formula/gegl.rb +++ b/Library/Formula/gegl.rb @@ -3,7 +3,7 @@ require 'formula'  class Gegl < Formula    homepage 'http://www.gegl.org/'    url 'ftp://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2' -  md5 '32b00002f1f1e316115c4ed922e1dec8' +  sha1 '764cc66cb3c7b261b8fc18a6268a0e264a91d573'    option :universal diff --git a/Library/Formula/gengetopt.rb b/Library/Formula/gengetopt.rb index 0c95d1277..91ab06cbb 100644 --- a/Library/Formula/gengetopt.rb +++ b/Library/Formula/gengetopt.rb @@ -4,7 +4,7 @@ class Gengetopt < Formula    url 'http://ftpmirror.gnu.org/gengetopt/gengetopt-2.22.5.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.5.tar.gz'    homepage 'http://www.gnu.org/software/gengetopt/' -  md5 'a2168a480e49456451af83aa4618a529' +  sha1 '8b1d97cbd8d013998d74830a0286435f881e3c10'    def patches      # patches to fix conflicting struct definitions diff --git a/Library/Formula/geomview.rb b/Library/Formula/geomview.rb index 9cefea720..0ce6e1f93 100644 --- a/Library/Formula/geomview.rb +++ b/Library/Formula/geomview.rb @@ -3,7 +3,7 @@ require 'formula'  class Geomview < Formula    url 'http://sourceforge.net/projects/geomview/files/geomview/1.9.4/geomview-1.9.4.tar.gz'    homepage 'http://www.geomview.org' -  md5 '29c7e6d678af7b9968980f92954419bb' +  sha1 'b5e04dfee5cef46655766c2456199905832cd45c'    depends_on :x11    depends_on 'lesstif' diff --git a/Library/Formula/gerbv.rb b/Library/Formula/gerbv.rb index c259acb2c..ca783018f 100644 --- a/Library/Formula/gerbv.rb +++ b/Library/Formula/gerbv.rb @@ -3,7 +3,7 @@ require 'formula'  class Gerbv < Formula    url 'http://downloads.sourceforge.net/project/gerbv/gerbv/gerbv-2.6.0/gerbv-2.6.0.tar.gz'    homepage 'http://gerbv.gpleda.org/' -  md5 '44a37dd202bc60fab54cbc298a477572' +  sha1 'c9f5e8cddbc0b685805de42f81b1ba37dcbe1989'    depends_on 'pkg-config' => :build    depends_on 'gtk+' diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 08f3eb42b..d2ce961a8 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -4,7 +4,7 @@ class Gettext < Formula    homepage 'http://www.gnu.org/software/gettext/'    url 'http://ftpmirror.gnu.org/gettext/gettext-0.18.1.1.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz' -  md5 '3dd55b952826d2b32f51308f2f91aa89' +  sha1 'd1ad5ad15bfe8fe813ee37e5d6b514fc79924b9a'    keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." diff --git a/Library/Formula/gforth.rb b/Library/Formula/gforth.rb index b3937d438..3bd9b3b65 100644 --- a/Library/Formula/gforth.rb +++ b/Library/Formula/gforth.rb @@ -3,7 +3,7 @@ require 'formula'  class Gforth < Formula    url 'http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.0.tar.gz'    homepage 'http://www.jwdt.com/~paysan/gforth.html' -  md5 '2979ae86ede73ce2b3576dae957f4098' +  sha1 '5bb357268cba683f2a8c63d2a4bcab8f41cb0086'    def install      ENV.j1 # Parallel builds won't work diff --git a/Library/Formula/ggobi.rb b/Library/Formula/ggobi.rb index e45a8386c..6d17ddc8d 100644 --- a/Library/Formula/ggobi.rb +++ b/Library/Formula/ggobi.rb @@ -3,7 +3,7 @@ require 'formula'  class Ggobi < Formula    url 'http://www.ggobi.org/downloads/ggobi-2.1.9.tar.bz2'    homepage 'http://www.ggobi.org' -  md5 'b579861f157dfc6c5669604859352eb4' +  sha1 '0dd0fe0cf619c1404d024e019cf9c8d87fb4fe4b'    depends_on 'gtk+'    depends_on 'glib' diff --git a/Library/Formula/gibbslda.rb b/Library/Formula/gibbslda.rb index 1147ab711..883797960 100644 --- a/Library/Formula/gibbslda.rb +++ b/Library/Formula/gibbslda.rb @@ -3,7 +3,7 @@ require 'formula'  class Gibbslda < Formula    homepage 'http://gibbslda.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/gibbslda/GibbsLDA%2B%2B/0.2/GibbsLDA%2B%2B-0.2.tar.gz' -  md5 'd87d35be6dc8b37afc515f6237ba2ccb' +  sha1 '3264f01ae921b6dcbbe57dd877561271df214cdd'    def install      system "make clean" diff --git a/Library/Formula/giblib.rb b/Library/Formula/giblib.rb index 2c25181f9..c2b53f6aa 100644 --- a/Library/Formula/giblib.rb +++ b/Library/Formula/giblib.rb @@ -3,7 +3,7 @@ require 'formula'  class Giblib < Formula    url 'http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz'    homepage 'http://freshmeat.net/projects/giblib' -  md5 'c810ef5389baf24882a1caca2954385e' +  sha1 '342e6f7882c67d2277e1765299e1be5078329ab0'    depends_on 'imlib2' => :build diff --git a/Library/Formula/giflib.rb b/Library/Formula/giflib.rb index 7a010dea7..f2e1ece78 100644 --- a/Library/Formula/giflib.rb +++ b/Library/Formula/giflib.rb @@ -5,7 +5,7 @@ class Giflib < Formula    # 4.2.0 has breaking API changes; don't update until    # things in $(brew uses giflib) are compatible    url 'http://downloads.sourceforge.net/project/giflib/giflib-4.x/giflib-4.1.6/giflib-4.1.6.tar.bz2' -  md5 '7125644155ae6ad33dbc9fc15a14735f' +  sha1 '22680f604ec92065f04caf00b1c180ba74fb8562'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/ginac.rb b/Library/Formula/ginac.rb index d753054c6..f8b7caf3b 100644 --- a/Library/Formula/ginac.rb +++ b/Library/Formula/ginac.rb @@ -3,7 +3,7 @@ require 'formula'  class Ginac < Formula    url 'http://www.ginac.de/ginac-1.6.2.tar.bz2'    homepage 'http://www.ginac.de/' -  md5 '4cfdd286ab0c32981ec1c9c779e87eb9' +  sha1 'c93913c4c543874b2ade4f0390030641be7e0c41'    depends_on 'cln'    depends_on 'readline' diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index b4ec22c8d..ce49788de 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -3,7 +3,7 @@ require 'formula'  class Gist < Formula    homepage 'https://github.com/defunkt/gist'    url 'https://github.com/defunkt/gist/tarball/v3.1.0' -  md5 'fde73d0653ff9bf07f0b9e2f72090f20' +  sha1 '3271be7d41ac545afd17772652dda7adc7c90d7a'    head 'https://github.com/defunkt/gist.git'    def install diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb index a4ef24bc1..5ab49ba17 100644 --- a/Library/Formula/git-encrypt.rb +++ b/Library/Formula/git-encrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class GitEncrypt < Formula    homepage 'https://github.com/shadowhand/git-encrypt'    url 'https://github.com/shadowhand/git-encrypt/tarball/0.3.0' -  md5 '72d0e662eda75f26d8f84caffb11b2db' +  sha1 '3b06d626e1eb33651de24ead3a5a9b10cdd8278a'    head 'http://github.com/shadowhand/git-encrypt.git', :branch => 'master' diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 39627d08e..4c1886ec7 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -3,7 +3,7 @@ require 'formula'  class GitFlowCompletion < Formula    homepage 'https://github.com/bobthecow/git-flow-completion'    url 'https://github.com/bobthecow/git-flow-completion/tarball/0.4.1.0' -  md5 '95c05d1a278c1c41067bd7cc6c281ecd' +  sha1 ''    head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'  end diff --git a/Library/Formula/git-gerrit.rb b/Library/Formula/git-gerrit.rb index f76f08d11..cb58d3911 100644 --- a/Library/Formula/git-gerrit.rb +++ b/Library/Formula/git-gerrit.rb @@ -3,7 +3,7 @@ require 'formula'  class GitGerrit < Formula    homepage 'https://github.com/fbzhong/git-gerrit'    url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0' -  md5 '3289ad86d22c3422701361a639d67573' +  sha1 '51cf12de64ab67826fe14c2d9486c9675f5752f8'    def install      prefix.install 'bin' diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb index 3c5f1c917..e05c9efcd 100644 --- a/Library/Formula/git-sh.rb +++ b/Library/Formula/git-sh.rb @@ -4,7 +4,7 @@ class GitSh < Formula    homepage 'https://github.com/rtomayko/git-sh'    url 'https://github.com/rtomayko/git-sh/tarball/800769328ed381638c13e6eec2c3b21a58d74867'    version '20110918' -  md5 'f736b2c6aea13140af4011672c7d11c3' +  sha1 'a0ce834cdae9a970b969da230c4987fa8ac6394c'    head 'https://github.com/rtomayko/git-sh.git' diff --git a/Library/Formula/git-ssh.rb b/Library/Formula/git-ssh.rb index 5b5bd347c..7ec091331 100644 --- a/Library/Formula/git-ssh.rb +++ b/Library/Formula/git-ssh.rb @@ -2,7 +2,7 @@ require 'formula'  class GitSsh < Formula    url 'https://github.com/lemarsu/git-ssh/tarball/v0.2.0' -  md5 '5d146666bce5df59aab648b6ee7370ad' +  sha1 '147d18d5a310f8cb0530155402cbd8ac66e7fa97'    homepage 'https://github.com/lemarsu/git-ssh'    def install diff --git a/Library/Formula/git-url-sub.rb b/Library/Formula/git-url-sub.rb index df4e79536..5083b5a45 100644 --- a/Library/Formula/git-url-sub.rb +++ b/Library/Formula/git-url-sub.rb @@ -3,7 +3,7 @@ require 'formula'  class GitUrlSub < Formula    url       'https://github.com/gosuri/git-url-sub/tarball/1.0.1'    homepage  'http://gosuri.github.com/git-url-sub' -  md5       '5d2dad29dcd53eedc0730f42014bec51' +  sha1 '0aa661b1d040871545fb8ea5617e8b64f7e139f8'    def install      system "make", "install", "PREFIX=#{prefix}" diff --git a/Library/Formula/giter8.rb b/Library/Formula/giter8.rb index 1d62a19fb..d1d5ce5c5 100644 --- a/Library/Formula/giter8.rb +++ b/Library/Formula/giter8.rb @@ -3,7 +3,7 @@ require 'formula'  class Giter8 < Formula    url "http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/0.11.2/sbt-launch.jar"    homepage 'http://github.com/n8han/giter8' -  md5 '2886cc391e38fa233b3e6c0ec9adfa1e' +  sha1 '50bd4fcf95922be5893a3973699d6b6f42946e2d'    version '0.4.5'    def exec_script diff --git a/Library/Formula/gitslave.rb b/Library/Formula/gitslave.rb index 04e4a6790..6486c55eb 100644 --- a/Library/Formula/gitslave.rb +++ b/Library/Formula/gitslave.rb @@ -3,7 +3,7 @@ require 'formula'  class Gitslave < Formula    url 'http://downloads.sourceforge.net/project/gitslave/gitslave-2.0.1.tar.gz'    homepage 'http://gitslave.sourceforge.net' -  md5 '7fed63110ae1a656af10462f60592000' +  sha1 'caf4f7525ec6c97b745b84e673b7fc3ed3672305'    def install      system "make", "install", "prefix=#{prefix}" diff --git a/Library/Formula/glassfish.rb b/Library/Formula/glassfish.rb index c650fc10e..1bb536e8b 100644 --- a/Library/Formula/glassfish.rb +++ b/Library/Formula/glassfish.rb @@ -3,7 +3,7 @@ require 'formula'  class Glassfish < Formula    homepage 'http://glassfish.org/'    url 'http://download.java.net/glassfish/3.1.2/release/glassfish-3.1.2.zip' -  md5 'a3a566302aa7bf20dcd44b9c79492680' +  sha1 '9e111bbd7791b63ae37220641867b47851a636d5'    skip_clean :all diff --git a/Library/Formula/gle.rb b/Library/Formula/gle.rb index c25c8d010..012fae297 100644 --- a/Library/Formula/gle.rb +++ b/Library/Formula/gle.rb @@ -4,7 +4,7 @@ class Gle < Formula    homepage 'http://glx.sourceforge.net/'    url 'http://downloads.sourceforge.net/glx/gle-graphics-4.2.4cf-src.tar.gz'    version '4.2.4c' -  md5 '5eef0a63ee0077237b8a36fe1a24407f' +  sha1 '5528528dfe54c74f69bfad174105d55a3dd90e49'    depends_on 'pkg-config' => :build    depends_on :x11 diff --git a/Library/Formula/glog.rb b/Library/Formula/glog.rb index eb02e040b..f83329df6 100644 --- a/Library/Formula/glog.rb +++ b/Library/Formula/glog.rb @@ -3,7 +3,7 @@ require 'formula'  class Glog < Formula    homepage 'http://code.google.com/p/google-glog/'    url 'http://google-glog.googlecode.com/files/glog-0.3.2.tar.gz' -  md5 '897fbff90d91ea2b6d6e78c8cea641cc' +  sha1 '94e641e50afd03c574af6a55084e94a347c911d7'    depends_on 'gflags' diff --git a/Library/Formula/gloox.rb b/Library/Formula/gloox.rb index 6b7f22e97..f9c2a9bee 100644 --- a/Library/Formula/gloox.rb +++ b/Library/Formula/gloox.rb @@ -3,7 +3,7 @@ require 'formula'  class Gloox < Formula    homepage 'http://camaya.net/gloox/'    url 'http://camaya.net/download/gloox-1.0.tar.bz2' -  md5 'f8eacf1c6476e0a309b453fd04f90e31' +  sha1 '8c788738f72b05fae7c05c744a67859419ffa09c'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/glpk.rb b/Library/Formula/glpk.rb index 095d9c764..a6ab0df38 100644 --- a/Library/Formula/glpk.rb +++ b/Library/Formula/glpk.rb @@ -4,7 +4,7 @@ class Glpk < Formula    url 'http://ftpmirror.gnu.org/glpk/glpk-4.47.tar.gz'    mirror 'http://ftp.gnu.org/gnu/glpk/glpk-4.47.tar.gz'    homepage 'http://www.gnu.org/software/glpk/' -  md5 '8653bf20c1f7db96b9ed369a8598a1ce' +  sha1 '35e16d3167389b6bc75eb51b4b48590db59f789c'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/gmap-gsnap.rb b/Library/Formula/gmap-gsnap.rb index fd1a79b15..4352f352f 100644 --- a/Library/Formula/gmap-gsnap.rb +++ b/Library/Formula/gmap-gsnap.rb @@ -3,7 +3,7 @@ require 'formula'  class GmapGsnap < Formula    homepage 'http://research-pub.gene.com/gmap'    url 'http://research-pub.gene.com/gmap/src/gmap-gsnap-2012-04-10.tar.gz' -  md5 'acd1731524eb3517f6e82147c646d27d' +  sha1 '0707e963c19d7dc1e96d3e04d45ae972deb7c929'    version "2012-04-10"    depends_on "samtools" diff --git a/Library/Formula/gmediaserver.rb b/Library/Formula/gmediaserver.rb index bc42a4b90..2b84d1321 100644 --- a/Library/Formula/gmediaserver.rb +++ b/Library/Formula/gmediaserver.rb @@ -3,7 +3,7 @@ require 'formula'  class Gmediaserver < Formula    url 'http://download.savannah.gnu.org/releases/gmediaserver/gmediaserver-0.13.0.tar.gz'    homepage 'http://www.gnu.org/software/gmediaserver/' -  md5 'c422de386331e2a1a859d45f6fa270a3' +  sha1 '5b868bc3c3d3bf0c2c550a4fc618c586a2640799'    depends_on 'pkg-config' => :build    depends_on 'libupnp' diff --git a/Library/Formula/gmock.rb b/Library/Formula/gmock.rb index 7e830880a..d2ccbb806 100644 --- a/Library/Formula/gmock.rb +++ b/Library/Formula/gmock.rb @@ -3,7 +3,7 @@ require 'formula'  class Gmock < Formula    url 'http://googlemock.googlecode.com/files/gmock-1.5.0.tar.bz2'    homepage 'http://code.google.com/p/googlemock/' -  md5 'd738cfee341ad10ce0d7a0cc4209dd5e' +  sha1 '76d8f5a221c93105304d71e33391dc70af573d6a'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/gmt.rb b/Library/Formula/gmt.rb index 75dbc56b2..a8079fce2 100644 --- a/Library/Formula/gmt.rb +++ b/Library/Formula/gmt.rb @@ -3,13 +3,13 @@ require 'formula'  class Gshhs < Formula    homepage 'http://gmt.soest.hawaii.edu/'    url 'ftp://ftp.soest.hawaii.edu/gmt/gshhs-2.2.0.tar.bz2' -  md5 'db98bff37adc0d51fdf0ffa3834d45ad' +  sha1 '823783c1abc9a7e0493c35661e516d4f607fff17'  end  class Gmt < Formula    homepage 'http://gmt.soest.hawaii.edu/'    url 'ftp://ftp.soest.hawaii.edu/gmt/gmt-4.5.8.tar.bz2' -  md5 '8a3fa928bcb8a82ebaed68d62ba8f1ba' +  sha1 '823783c1abc9a7e0493c35661e516d4f607fff17'    depends_on 'gdal'    depends_on 'netcdf' diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb index 63fec01fb..60e61fa02 100644 --- a/Library/Formula/gmtl.rb +++ b/Library/Formula/gmtl.rb @@ -3,7 +3,7 @@ require 'formula'  class Gmtl < Formula    homepage 'http://ggt.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/ggt/Generic%20Math%20Template%20Library/0.6.1/gmtl-0.6.1.tar.gz' -  md5 '1391af2c5ea050dda7735855ea5bb4c1' +  sha1 '473a454d17956d3ce3babafdb57f73c0685579fd'    head 'https://ggt.svn.sourceforge.net/svnroot/ggt/trunk/' diff --git a/Library/Formula/gnu-arch.rb b/Library/Formula/gnu-arch.rb index f15c40e8a..e8fd2d525 100644 --- a/Library/Formula/gnu-arch.rb +++ b/Library/Formula/gnu-arch.rb @@ -4,7 +4,7 @@ class GnuArch < Formula    homepage 'http://www.gnu.org/software/gnu-arch/'    url 'http://ftpmirror.gnu.org/gnu-arch/tla-1.3.5.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.5.tar.gz' -  md5 'db31ee89bc4788eef1eba1cee6c176ef' +  sha1 '0fb3b5bfa6b2fb5eb953fdca9e0f75ac1b35b15e'    def install      mkdir "build" do diff --git a/Library/Formula/gnu-barcode.rb b/Library/Formula/gnu-barcode.rb index 55fdb5c3e..9cab4f1dd 100644 --- a/Library/Formula/gnu-barcode.rb +++ b/Library/Formula/gnu-barcode.rb @@ -4,7 +4,7 @@ class GnuBarcode < Formula    homepage 'http://www.gnu.org/software/barcode/'    url 'http://ftpmirror.gnu.org/barcode/barcode-0.98.tar.gz'    mirror 'http://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz' -  md5 '7f10c3307b84a19a4ab2fa4b3f2974da' +  sha1 '15b9598bcaa67bcff1f63309d1a18840b9a12899'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb index 8724d5d89..a61851376 100644 --- a/Library/Formula/gnu-getopt.rb +++ b/Library/Formula/gnu-getopt.rb @@ -2,7 +2,7 @@ require 'formula'  class GnuGetopt < Formula    url 'http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz' -  md5 '02188ca68da27c4175d6e9f3da732101' +  sha1 '8b9b329b3a8f5d52c91c0381616ecbd1ba291486'    homepage 'http://software.frodo.looijaard.name/getopt/'    depends_on 'gettext' diff --git a/Library/Formula/gnu-shogi.rb b/Library/Formula/gnu-shogi.rb index dc2e9a4cd..39c0d7f05 100644 --- a/Library/Formula/gnu-shogi.rb +++ b/Library/Formula/gnu-shogi.rb @@ -3,7 +3,7 @@ require 'formula'  class GnuShogi < Formula    url 'http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi-1.3.2.tar.gz'    homepage 'http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi.html' -  md5 'a18eae93afc89bfd368ed5f6768be791' +  sha1 '6135ec3eb84917d0dc2cab9ac982818ed41aad87'    depends_on :x11 diff --git a/Library/Formula/gnu-time.rb b/Library/Formula/gnu-time.rb index be1c01636..9a1f47fb5 100644 --- a/Library/Formula/gnu-time.rb +++ b/Library/Formula/gnu-time.rb @@ -4,7 +4,7 @@ class GnuTime < Formula    homepage 'http://www.gnu.org/software/time/'    url 'http://ftpmirror.gnu.org/time/time-1.7.tar.gz'    mirror 'http://ftp.gnu.org/gnu/time/time-1.7.tar.gz' -  md5 'e38d2b8b34b1ca259cf7b053caac32b3' +  sha1 'dde0c28c7426960736933f3e763320680356cc6a'    # Fixes issue with main returning void rather than int    # http://trac.macports.org/ticket/32860 diff --git a/Library/Formula/gnupg.rb b/Library/Formula/gnupg.rb index 9acc88997..e9581cd39 100644 --- a/Library/Formula/gnupg.rb +++ b/Library/Formula/gnupg.rb @@ -2,7 +2,7 @@ require 'formula'  class GnupgIdea < Formula    head 'http://www.gnupg.dk/contrib-dk/idea.c.gz', :using  => :nounzip -  md5 '9dc3bc086824a8c7a331f35e09a3e57f' +  sha1 '9b78e20328d35525af7b8a9c1cf081396910e937'  end  class Gnupg < Formula diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 9b2886165..2f82b241a 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -3,7 +3,7 @@ require 'formula'  class Gnuplot < Formula    homepage 'http://www.gnuplot.info'    url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.0/gnuplot-4.6.0.tar.gz' -  md5 '8e6e92b4596ea0eb75e16a57fc79efec' +  sha1 '9a43ae13546d97d4b174533ddac31a14e0edc9b2'    head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs diff --git a/Library/Formula/goaccess.rb b/Library/Formula/goaccess.rb index 1c992f47d..2cac5ae35 100644 --- a/Library/Formula/goaccess.rb +++ b/Library/Formula/goaccess.rb @@ -3,7 +3,7 @@ require 'formula'  class Goaccess < Formula    url 'http://downloads.sourceforge.net/project/goaccess/0.4.2/goaccess-0.4.2.tar.gz'    homepage 'http://goaccess.prosoftcorp.com/' -  md5 '7d7707c294c949d612e451da2f003c37' +  sha1 '6fdfef45eaa4bc08ac2169289bb50a0b287b47a1'    head 'git://goaccess.git.sourceforge.net/gitroot/goaccess/goaccess'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/gobby.rb b/Library/Formula/gobby.rb index 4f7c42496..26349b49a 100644 --- a/Library/Formula/gobby.rb +++ b/Library/Formula/gobby.rb @@ -3,7 +3,7 @@ require 'formula'  class Gobby < Formula    homepage 'http://gobby.0x539.de'    url 'http://releases.0x539.de/gobby/gobby-0.4.94.tar.gz' -  md5 '899d68ebe1af67c5a45b49328b86e23e' +  sha1 '921979da611601ee6e220e2396bd2c86f0fb8c66'    head 'git://git.0x539.de/git/gobby.git' diff --git a/Library/Formula/gocr.rb b/Library/Formula/gocr.rb index e25abbfc9..f96c0f49d 100644 --- a/Library/Formula/gocr.rb +++ b/Library/Formula/gocr.rb @@ -3,7 +3,7 @@ require 'formula'  class Gocr < Formula    url 'http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.49.tar.gz'    homepage 'http://jocr.sourceforge.net/' -  md5 '4e527bc4bdd97c2be15fdd818857507f' +  sha1 '3db05b8970f5fabd0024fa0a0c877349b7e88cb4'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/gosu.rb b/Library/Formula/gosu.rb index 77b7ac88f..2ca7b66a4 100644 --- a/Library/Formula/gosu.rb +++ b/Library/Formula/gosu.rb @@ -4,7 +4,7 @@ class Gosu < Formula    url 'http://gosu-lang.org/downloads/gosu-0.8.6.1-C/gosu-0.8.6.1-C.tgz'    version '0.8.6.1-C'    homepage 'http://gosu-lang.org/' -  md5 '0689133a2d0d90368ed4fe1d2f3ef0f0' +  sha1 '6e4b4e95bc75237a1e04118aa31e9bdf331dbb0f'    def install      mv "bin/gosu.sh", "bin/gosu" diff --git a/Library/Formula/gplcver.rb b/Library/Formula/gplcver.rb index ba8157bba..19bc17126 100644 --- a/Library/Formula/gplcver.rb +++ b/Library/Formula/gplcver.rb @@ -3,7 +3,7 @@ require 'formula'  class Gplcver < Formula    homepage 'http://gplcver.sourceforge.net/'    url 'http://sourceforge.net/projects/gplcver/files/gplcver/2.12a/gplcver-2.12a.src.tar.bz2' -  md5 '857a15a9ebc8ef63ece01502509cbeb7' +  sha1 '946bb35b6279646c6e10c309922ed17deb2aca8a'    def install      inreplace 'src/makefile.osx' do |s| diff --git a/Library/Formula/gpsim.rb b/Library/Formula/gpsim.rb index a324402e2..f2d644dab 100644 --- a/Library/Formula/gpsim.rb +++ b/Library/Formula/gpsim.rb @@ -3,7 +3,7 @@ require 'formula'  class Gpsim < Formula    url 'http://sourceforge.net/projects/gpsim/files/gpsim/0.25.0/gpsim-0.25.0.tar.gz'    homepage 'http://gpsim.sourceforge.net/' -  md5 '36e2aeac30fad773f5fb934c867b42b7' +  sha1 'bff4122ad29adbd64c6ee37159698dfd0d6ca503'    depends_on 'pkg-config' => :build    depends_on 'popt' diff --git a/Library/Formula/gptfdisk.rb b/Library/Formula/gptfdisk.rb index edff4cb65..14e90a6a7 100644 --- a/Library/Formula/gptfdisk.rb +++ b/Library/Formula/gptfdisk.rb @@ -3,7 +3,7 @@ require 'formula'  class Gptfdisk < Formula    homepage 'http://www.rodsbooks.com/gdisk/'    url 'http://sourceforge.net/projects/gptfdisk/files/gptfdisk/0.8.2/gptfdisk-0.8.2.tar.gz' -  md5 'a6a5beb047d65c0cda4eacc6b5625a19' +  sha1 '8ab967cd7b0925a8b8a5b24bcdc03d5de688214c'    depends_on 'popt'    depends_on 'icu4c' diff --git a/Library/Formula/gptsync.rb b/Library/Formula/gptsync.rb index d8aebf2e1..160f3a524 100644 --- a/Library/Formula/gptsync.rb +++ b/Library/Formula/gptsync.rb @@ -3,7 +3,7 @@ require 'formula'  class Gptsync < Formula    homepage 'http://refit.sourceforge.net/'    url 'http://downloads.sourceforge.net/refit/refit-src-0.14.tar.gz' -  md5 '16f02fa5b5decdee17eebd5cd863b3f0' +  sha1 'ea80a6517c1b0ce5c92c8a605a40309e2e5a9cc2'    def install      cd "gptsync" do diff --git a/Library/Formula/gputils.rb b/Library/Formula/gputils.rb index 7d35eecca..8fc77d5c1 100644 --- a/Library/Formula/gputils.rb +++ b/Library/Formula/gputils.rb @@ -3,7 +3,7 @@ require 'formula'  class Gputils < Formula    url 'http://downloads.sourceforge.net/project/gputils/gputils/0.13.7/gputils-0.13.7.tar.gz'    homepage 'http://gputils.sourceforge.net/' -  md5 '242e33919e9c318d6ac58b6db291d20e' +  sha1 '79fe71a9d6d4d16a5488386aceba309719d8d7fb'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/gqlplus.rb b/Library/Formula/gqlplus.rb index 0e8fdcb8a..82e9b3391 100644 --- a/Library/Formula/gqlplus.rb +++ b/Library/Formula/gqlplus.rb @@ -3,7 +3,7 @@ require 'formula'  class Gqlplus < Formula    url 'http://downloads.sourceforge.net/project/gqlplus/gqlplus/1.12/gqlplus-1.12.tar.gz'    homepage 'http://gqlplus.sourceforge.net/' -  md5 'a6ff4af76f10fd11a17227e5f287b355' +  sha1 '95bb0085555af94b48bad924d9e7027c9bc3cb93'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/gqview.rb b/Library/Formula/gqview.rb index f039a27f0..106fc70c8 100644 --- a/Library/Formula/gqview.rb +++ b/Library/Formula/gqview.rb @@ -3,7 +3,7 @@ require 'formula'  class Gqview < Formula    homepage 'http://gqview.sourceforge.net'    url 'http://downloads.sourceforge.net/project/gqview/gqview/2.0.4/gqview-2.0.4.tar.gz' -  md5 '7196deab04db94cec2167637cddc02f9' +  sha1 'aae8f1cdae60441472a52d594cb42572d0d79eeb'    depends_on 'gtk+' diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index cc5826801..97517a31e 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -20,7 +20,7 @@ end  class Grass < Formula    homepage 'http://grass.osgeo.org/'    url 'http://grass.osgeo.org/grass64/source/grass-6.4.2.tar.gz' -  md5 'd3398d6b1e3a2ef19cfb6e39a5ae9919' +  sha1 '74481611573677d90ae0cd446c04a3895e232004'    head 'https://svn.osgeo.org/grass/grass/trunk' diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb index dfbcf242c..d78cb4c59 100644 --- a/Library/Formula/grc.rb +++ b/Library/Formula/grc.rb @@ -3,7 +3,7 @@ require 'formula'  class Grc < Formula    homepage 'http://korpus.juls.savba.sk/~garabik/software/grc.html'    url 'http://korpus.juls.savba.sk/~garabik/software/grc/grc_1.4.tar.gz' -  md5 'a59267f88b6d2b7e6a4779bc904c3f75' +  sha1 '79fd504d8291f13486d361611415ae60fa56712a'    def install      #TODO we should deprefixify since it's python and thus possible diff --git a/Library/Formula/gremlin.rb b/Library/Formula/gremlin.rb index deeeeaf1b..f36313d13 100644 --- a/Library/Formula/gremlin.rb +++ b/Library/Formula/gremlin.rb @@ -3,7 +3,7 @@ require 'formula'  class Gremlin < Formula    homepage 'http://gremlin.tinkerpop.com/'    url 'https://github.com/downloads/tinkerpop/gremlin/gremlin-1.3.zip' -  md5 'c524ee20e119c3b6059cfd0b7873d94c' +  sha1 'd6c3a9c754d5b3d2f629340c98a796a0f4575115'    head 'https://github.com/tinkerpop/gremlin.git' diff --git a/Library/Formula/grepcidr.rb b/Library/Formula/grepcidr.rb index 6caa3ed6d..64cd0a77a 100644 --- a/Library/Formula/grepcidr.rb +++ b/Library/Formula/grepcidr.rb @@ -3,7 +3,7 @@ require 'formula'  class Grepcidr < Formula    url 'http://www.pc-tools.net/files/unix/grepcidr-1.3.tar.gz'    homepage 'http://www.pc-tools.net/unix/grepcidr/' -  md5 '7ccade25ce9fe6d6a02348ba8e4cf4a3' +  sha1 '36245b1efe497ecbe3928d2b2c6db68c0a52d179'    def install      system "make" diff --git a/Library/Formula/grok.rb b/Library/Formula/grok.rb index 92068afd3..d7fdc50f1 100644 --- a/Library/Formula/grok.rb +++ b/Library/Formula/grok.rb @@ -3,7 +3,7 @@ require 'formula'  class Grok < Formula    homepage 'https://github.com/jordansissel/grok'    url 'https://github.com/jordansissel/grok/tarball/v0.9.2' -  md5 '1e7df1f5e3f9ecfc6584cc34ee6f2983' +  sha1 '909e2711b35962cf0119e873de751409da222c7d'    head 'https://github.com/jordansissel/grok.git'    depends_on 'libevent' diff --git a/Library/Formula/gromacs.rb b/Library/Formula/gromacs.rb index d035313c9..6a00020ed 100644 --- a/Library/Formula/gromacs.rb +++ b/Library/Formula/gromacs.rb @@ -3,7 +3,7 @@ require 'formula'  class Gromacs < Formula    homepage 'http://www.gromacs.org/'    url 'ftp://ftp.gromacs.org/pub/gromacs/gromacs-4.5.5.tar.gz' -  md5 '6a87e7cdfb25d81afa9fea073eb28468' +  sha1 'ce4b4f9a0453dd2ffea72f28ea0bc7bb7a72f479'    option 'enable-mpi', "Enables MPI support"    option 'enable-double',"Enables double precision" diff --git a/Library/Formula/growly.rb b/Library/Formula/growly.rb index 491c4da9d..ac9b3e36b 100644 --- a/Library/Formula/growly.rb +++ b/Library/Formula/growly.rb @@ -4,7 +4,7 @@ class Growly < Formula    homepage 'https://github.com/ryankee/growly'    head 'https://github.com/ryankee/growly.git'    url 'https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz' -  md5 'a3e4922d619cfeb00009dc55163f0974' +  sha1 'f260315adbff902b14469cb755c2620868649cf1'    def install      bin.install 'growly' diff --git a/Library/Formula/gsl.rb b/Library/Formula/gsl.rb index 985e8d753..d948963e9 100644 --- a/Library/Formula/gsl.rb +++ b/Library/Formula/gsl.rb @@ -4,7 +4,7 @@ class Gsl < Formula    homepage 'http://www.gnu.org/software/gsl/'    url 'http://ftpmirror.gnu.org/gsl/gsl-1.15.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gsl/gsl-1.15.tar.gz' -  md5 '494ffefd90eef4ada678c306bab4030b' +  sha1 'd914f84b39a5274b0a589d9b83a66f44cd17ca8e'    option :universal diff --git a/Library/Formula/gst-ffmpeg.rb b/Library/Formula/gst-ffmpeg.rb index 4eccb2078..04d942323 100644 --- a/Library/Formula/gst-ffmpeg.rb +++ b/Library/Formula/gst-ffmpeg.rb @@ -3,7 +3,7 @@ require 'formula'  class GstFfmpeg < Formula    url 'http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2'    homepage 'http://gstreamer.freedesktop.org/' -  md5 '7f5beacaf1312db2db30a026b36888c4' +  sha1 '8de5c848638c16c6c6c14ce3b22eecd61ddeed44'    depends_on 'gst-plugins-base'    # ffmpeg is bundled with gst-ffmpeg diff --git a/Library/Formula/gtk-chtheme.rb b/Library/Formula/gtk-chtheme.rb index 1ee036856..8a94c0d87 100644 --- a/Library/Formula/gtk-chtheme.rb +++ b/Library/Formula/gtk-chtheme.rb @@ -3,7 +3,7 @@ require 'formula'  class GtkChtheme < Formula    homepage 'http://plasmasturm.org/code/gtk-chtheme/'    url 'http://plasmasturm.org/code/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2' -  md5 'f688053bf26dd6c4f1cd0bf2ee33de2a' +  sha1 'dbea31f4092877e786fe040fae1374238fada94a'    depends_on 'pkg-config' => :build    depends_on 'gdk-pixbuf' diff --git a/Library/Formula/gtk-gnutella.rb b/Library/Formula/gtk-gnutella.rb index 8943f49a9..c3ef3abd4 100644 --- a/Library/Formula/gtk-gnutella.rb +++ b/Library/Formula/gtk-gnutella.rb @@ -3,7 +3,7 @@ require 'formula'  class GtkGnutella < Formula    homepage 'http://gtk-gnutella.sourceforge.net/en/?page=news'    url 'http://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/0.97.1/gtk-gnutella-0.97.1.tar.bz2' -  md5 '7ded76ca9892b58b0e9314ee563e4bae' +  sha1 '14a4b5fd8c35cbed443e9997e55e44aafba05906'    depends_on 'gtk+' diff --git a/Library/Formula/gtkglext.rb b/Library/Formula/gtkglext.rb index a14ecf7f9..7632a4899 100644 --- a/Library/Formula/gtkglext.rb +++ b/Library/Formula/gtkglext.rb @@ -3,7 +3,7 @@ require 'formula'  class Gtkglext < Formula    url 'http://downloads.sourceforge.net/gtkglext/gtkglext-1.2.0.tar.gz'    homepage 'http://projects.gnome.org/gtkglext/' -  md5 '5c3240bfc1b21becd33ce35c5abe6f8d' +  sha1 'db9ce38ee555fd14f55083ec7f4ae30e5338d5cc'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/gtkglextmm.rb b/Library/Formula/gtkglextmm.rb index bdc338c7b..feec9c71a 100644 --- a/Library/Formula/gtkglextmm.rb +++ b/Library/Formula/gtkglextmm.rb @@ -3,7 +3,7 @@ require 'formula'  class Gtkglextmm < Formula    homepage 'http://projects.gnome.org/gtkglext'    url 'http://downloads.sourceforge.net/gtkglext/gtkglextmm-1.2.0.tar.gz' -  md5 '6296b82bde8daa68452b2f0b4dadcb9e' +  sha1 '5cd489e07517a88262cd6050f723227664e82996'    depends_on 'pkg-config' => :build    depends_on 'gtkglext' diff --git a/Library/Formula/gtmess.rb b/Library/Formula/gtmess.rb index aba24e9c7..63ce42980 100644 --- a/Library/Formula/gtmess.rb +++ b/Library/Formula/gtmess.rb @@ -3,7 +3,7 @@ require 'formula'  class Gtmess < Formula    homepage 'http://gtmess.sourceforge.net/'    url 'http://sourceforge.net/projects/gtmess/files/gtmess/0.97/gtmess-0.97.tar.gz' -  md5 'd9526ffd117a22283f477cb15d05807e' +  sha1 '9fbbb85554e7e8834e399e5b1d6869af6e2975bc'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/gts.rb b/Library/Formula/gts.rb index cc843f3c4..e2ffc155c 100644 --- a/Library/Formula/gts.rb +++ b/Library/Formula/gts.rb @@ -3,7 +3,7 @@ require 'formula'  class Gts < Formula    homepage 'http://gts.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/gts/gts/0.7.6/gts-0.7.6.tar.gz' -  md5 '9f710aefd2ed9b3cc1b1216171fc5a8a' +  sha1 '000720bebecf0b153eb28260bd30fbd979dcc040'    option :universal diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb index 9e46876da..305fc75ef 100644 --- a/Library/Formula/hadoop.rb +++ b/Library/Formula/hadoop.rb @@ -3,7 +3,7 @@ require 'formula'  class Hadoop < Formula    homepage 'http://hadoop.apache.org/common/'    url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.3/hadoop-1.0.3.tar.gz' -  md5 'f42d05e5c7bb43f85119546b80296435' +  sha1 '5ca6b77e0a600475fae6770c52b47a751f646f9c'    def shim_script target      <<-EOS.undent diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb index 926345c16..71286358a 100644 --- a/Library/Formula/hbase.rb +++ b/Library/Formula/hbase.rb @@ -3,7 +3,7 @@ require 'formula'  class Hbase < Formula    url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.0/hbase-0.94.0.tar.gz'    homepage 'http://hbase.apache.org' -  md5 '51ed439e46f69ec0eb747851e2389d7a' +  sha1 'a77f4b70bddbf8555bfe11e4db197d3cbb0c20d1'    depends_on 'hadoop' diff --git a/Library/Formula/hercules.rb b/Library/Formula/hercules.rb index 6c7f03df8..330543bcb 100644 --- a/Library/Formula/hercules.rb +++ b/Library/Formula/hercules.rb @@ -3,7 +3,7 @@ require 'formula'  class Hercules < Formula    url 'http://www.hercules-390.org/hercules-3.07.tar.gz'    homepage 'http://www.hercules-390.org/' -  md5 'a12aa1645b0695b25b7fc0c9a3ccab3a' +  sha1 'd0b2e543dd66ee43576e5a5faff8f4cc061cffb4'    depends_on 'gawk' diff --git a/Library/Formula/herrie.rb b/Library/Formula/herrie.rb index 562d7260d..c5f4d5d61 100644 --- a/Library/Formula/herrie.rb +++ b/Library/Formula/herrie.rb @@ -3,7 +3,7 @@ require 'formula'  class Herrie < Formula    url 'http://herrie.info/distfiles/herrie-2.2.tar.bz2'    homepage 'http://herrie.info/' -  md5 '88832b10298ab89473730eb0c93b6ddf' +  sha1 'ae5c39be11aeb19898cd3f968580eafc623830b7'    depends_on 'gettext' => :build    depends_on 'glib' diff --git a/Library/Formula/hexedit.rb b/Library/Formula/hexedit.rb index 1e81a9d2b..902c2c05f 100644 --- a/Library/Formula/hexedit.rb +++ b/Library/Formula/hexedit.rb @@ -3,7 +3,7 @@ require 'formula'  class Hexedit < Formula    url 'http://rigaux.org/hexedit-1.2.12.src.tgz'    homepage 'http://rigaux.org/hexedit.html' -  md5 '0d2f48610006278cd93359fea9a06d5c' +  sha1 'fee89e390945045fe6b74b5f07600a8e664c8b21'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/hfsutils.rb b/Library/Formula/hfsutils.rb index badcd22a6..0a5bf35c2 100644 --- a/Library/Formula/hfsutils.rb +++ b/Library/Formula/hfsutils.rb @@ -3,7 +3,7 @@ require 'formula'  class Hfsutils < Formula    url 'ftp://ftp.mars.org/pub/hfs/hfsutils-3.2.6.tar.gz'    homepage 'http://www.mars.org/home/rob/proj/hfs/' -  md5 'fa572afd6da969e25c1455f728750ec4' +  sha1 '6d71dfb2c93c0d8082972d39f3f75ae53a438d5d'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/hg-flow.rb b/Library/Formula/hg-flow.rb index 4c9e7f262..8ea8ab4de 100644 --- a/Library/Formula/hg-flow.rb +++ b/Library/Formula/hg-flow.rb @@ -3,7 +3,7 @@ require 'formula'  class HgFlow < Formula    homepage 'https://bitbucket.org/yinwm/hgflow/wiki/Home'    url 'https://bitbucket.org/yinwm/hgflow/get/v0.3.tar.gz' -  md5 '0c3305bc349be31da76ef82460019d09' +  sha1 '56250d4ce9f2e24a71e6a3c4b1f3e1d37bb64766'    head "http://bitbucket.org/yinwm/hgflow", :using => :hg diff --git a/Library/Formula/hicolor-icon-theme.rb b/Library/Formula/hicolor-icon-theme.rb index 586f0a728..b243402f4 100644 --- a/Library/Formula/hicolor-icon-theme.rb +++ b/Library/Formula/hicolor-icon-theme.rb @@ -3,7 +3,7 @@ require 'formula'  class HicolorIconTheme < Formula    url 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz'    homepage 'http://icon-theme.freedesktop.org/wiki/HicolorTheme' -  md5 '55cafbcef8bcf7107f6d502149eb4d87' +  sha1 '87368844d1fcef899c3dc4e59f07264340606538'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/hilite.rb b/Library/Formula/hilite.rb index e813752be..2227e73de 100644 --- a/Library/Formula/hilite.rb +++ b/Library/Formula/hilite.rb @@ -4,7 +4,7 @@ class Hilite < Formula    url 'http://downloads.sourceforge.net/project/hilite/hilite/1.5/hilite.c'    version '1.5'    homepage 'http://sourceforge.net/projects/hilite/' -  md5 '0214a3ef553cf4cf1e41f9c3bf93ca83' +  sha1 '96d551f1aae966d901e12076b59efd3e350e4192'    def install      system "#{ENV.cc} #{ENV.cflags} hilite.c -o hilite" diff --git a/Library/Formula/hllib.rb b/Library/Formula/hllib.rb index 999c76df3..95ffd8a61 100644 --- a/Library/Formula/hllib.rb +++ b/Library/Formula/hllib.rb @@ -3,7 +3,7 @@ require 'formula'  class Hllib < Formula    homepage 'http://nemesis.thewavelength.net/index.php?p=35'    url 'http://nemesis.thewavelength.net/files/files/hllib242.zip' -  md5 'd89d53ff40a58062e13d5676fb871742' +  sha1 '96c8fae6477c8794a15f379c5874cd91800d9834'    version '2.4.2'    def install diff --git a/Library/Formula/hmmer.rb b/Library/Formula/hmmer.rb index ebb1cb551..71468ad56 100644 --- a/Library/Formula/hmmer.rb +++ b/Library/Formula/hmmer.rb @@ -3,7 +3,7 @@ require 'formula'  class Hmmer < Formula    homepage 'http://hmmer.janelia.org/'    url 'http://selab.janelia.org/software/hmmer3/3.0/hmmer-3.0.tar.gz' -  md5 '4cf685f3bc524ba5b5cdaaa070a83588' +  sha1 '77803c0bdb3ab07b7051a4c68c0564de31940c6d'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/homebank.rb b/Library/Formula/homebank.rb index 67d1923fb..d16726cda 100644 --- a/Library/Formula/homebank.rb +++ b/Library/Formula/homebank.rb @@ -3,7 +3,7 @@ require 'formula'  class Homebank < Formula    url 'http://homebank.free.fr/public/homebank-4.4.tar.gz'    homepage 'http://homebank.free.fr' -  md5 '840ef7f2425207d9c03e1694cf4d3a0d' +  sha1 '78b97c0ff118e21a1e0dd1935473601c2b7924a6'    depends_on 'intltool'    depends_on 'gettext' diff --git a/Library/Formula/hornetq.rb b/Library/Formula/hornetq.rb index 3fbd5438c..dfcde3cb9 100644 --- a/Library/Formula/hornetq.rb +++ b/Library/Formula/hornetq.rb @@ -3,7 +3,7 @@ require 'formula'  class Hornetq < Formula    homepage 'http://www.jboss.org/hornetq'    url 'http://downloads.jboss.org/hornetq/hornetq-2.2.14.Final.tar.gz' -  md5 'c204211128051b25689fbb8f844c900e' +  sha1 'e02656a93ef9e3cb02cbb8b6e7953b591b59fa71'    version '2.2.14' diff --git a/Library/Formula/hostdb.rb b/Library/Formula/hostdb.rb index 15b4ff555..e788cdf93 100644 --- a/Library/Formula/hostdb.rb +++ b/Library/Formula/hostdb.rb @@ -3,7 +3,7 @@ require 'formula'  class Hostdb < Formula    url 'http://hostdb.googlecode.com/files/hostdb-1.004.tgz'    homepage 'http://code.google.com/p/hostdb/' -  md5 'dfe0bf011f6e2117011aaae3ee2246b2' +  sha1 '65ec59c2c88b763813fa611d8fd28a45cd9d5278'    def install      bin.install Dir['bin/*'] diff --git a/Library/Formula/hping.rb b/Library/Formula/hping.rb index 341295f76..199f1d1db 100644 --- a/Library/Formula/hping.rb +++ b/Library/Formula/hping.rb @@ -3,7 +3,7 @@ require 'formula'  class Hping < Formula    homepage 'http://www.hping.org/'    url 'http://www.hping.org/hping3-20051105.tar.gz' -  md5 'ca4ea4e34bcc2162aedf25df8b2d1747' +  sha1 'e13d27e14e7f90c2148a9b00a480781732fd351e'    version '3.20051105'    def patches diff --git a/Library/Formula/html-xml-utils.rb b/Library/Formula/html-xml-utils.rb index 7e1e28863..175c07b50 100644 --- a/Library/Formula/html-xml-utils.rb +++ b/Library/Formula/html-xml-utils.rb @@ -3,7 +3,7 @@ require 'formula'  class HtmlXmlUtils < Formula    url 'http://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-5.5.tar.gz'    homepage 'http://www.w3.org/Tools/HTML-XML-utils/' -  md5 '28c58add86e35a60e602a029c8e2f04b' +  sha1 'ec1e6d52825a6aa9e9aff0a34679621de5e419ba'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/htmldoc.rb b/Library/Formula/htmldoc.rb index c166eab16..be13cbeb4 100644 --- a/Library/Formula/htmldoc.rb +++ b/Library/Formula/htmldoc.rb @@ -3,7 +3,7 @@ require 'formula'  class Htmldoc < Formula    url 'http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2'    homepage 'http://www.htmldoc.org' -  md5 '35589e7b8fe9c54e11be87cd5aec4dcc' +  sha1 '472908e0aafed1cedfbacd8ed3168734aebdec4b'    def install      ENV.append_to_cflags "-I#{HOMEBREW_PREFIX}/include" diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb index 29a575a07..bd0154703 100644 --- a/Library/Formula/htop-osx.rb +++ b/Library/Formula/htop-osx.rb @@ -3,7 +3,7 @@ require 'formula'  class HtopOsx < Formula    homepage 'https://github.com/max-horvath/htop-osx'    url 'https://github.com/max-horvath/htop-osx/tarball/0.8.2.1-2012-04-18' -  md5 'c1e91e6afe98ec124dab12f420c855da' +  sha1 '90975472c683e59a6476e215ae5cb768d86659a8'    depends_on :automake diff --git a/Library/Formula/htpdate.rb b/Library/Formula/htpdate.rb index 8905e7697..104d3e3f6 100644 --- a/Library/Formula/htpdate.rb +++ b/Library/Formula/htpdate.rb @@ -3,7 +3,7 @@ require 'formula'  class Htpdate < Formula    homepage 'http://www.clevervest.com/htp'    url 'http://www.clevervest.com/htp/archive/c/htpdate-0.9.1.tar.gz' -  md5 '26f9792ded592e2dd79a6c26d436a4ed' +  sha1 '0c8ca300491d12d0bbb3950c8b6c41ba5225c3fa'    def install      system "make", "prefix=#{prefix}", diff --git a/Library/Formula/httping.rb b/Library/Formula/httping.rb index 7681fec58..77158cc40 100644 --- a/Library/Formula/httping.rb +++ b/Library/Formula/httping.rb @@ -3,7 +3,7 @@ require 'formula'  class Httping < Formula    homepage 'http://www.vanheusden.com/httping/'    url 'http://www.vanheusden.com/httping/httping-1.5.3.tgz' -  md5 '62879f0a2d70e32279081276d42aaa28' +  sha1 '3606bb3b2d899c8f3fb178a295520e113bcb8e56'    def patches      # fixes conflicting definitions of strdup() diff --git a/Library/Formula/httptunnel.rb b/Library/Formula/httptunnel.rb index 4413eca38..476c4ed4c 100644 --- a/Library/Formula/httptunnel.rb +++ b/Library/Formula/httptunnel.rb @@ -3,7 +3,7 @@ require 'formula'  class Httptunnel < Formula    url 'http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz'    homepage 'http://www.nocrew.org/software/httptunnel.html' -  md5 '2a710f377c82ab4eb201458f7b9f99c5' +  sha1 'd48a18bb7ea7eac16837b0a1f9e99aa0b8c44475'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 731090d24..3afdc0fc1 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -4,7 +4,7 @@ class Hub < Formula    url 'https://github.com/defunkt/hub/tarball/v1.10.2'    homepage 'http://defunkt.io/hub/'    head 'https://github.com/defunkt/hub.git' -  md5 '12357b7542d1caf4ec049343e8564057' +  sha1 '7520d264249573d7f72c443f1144b67cc645ab9b'    def install      system rake_bin, "install", "prefix=#{prefix}" diff --git a/Library/Formula/hugs98.rb b/Library/Formula/hugs98.rb index e548dac72..17efc6921 100644 --- a/Library/Formula/hugs98.rb +++ b/Library/Formula/hugs98.rb @@ -4,7 +4,7 @@ class Hugs98 < Formula    url 'http://cvs.haskell.org/Hugs/downloads/2006-09/hugs98-plus-Sep2006.tar.gz'    version 'plus-Sep2006'    homepage 'http://www.haskell.org/hugs/' -  md5 'e03e0ad79750d037237c47ebe33fa20e' +  sha1 '1464a80c715bc5f786ea5a4e4257b2ff0dc7e1e9'    depends_on 'readline' diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb index 8af11eb59..17d5df28b 100644 --- a/Library/Formula/hunspell.rb +++ b/Library/Formula/hunspell.rb @@ -3,7 +3,7 @@ require 'formula'  class Hunspell < Formula    url 'http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz'    homepage 'http://hunspell.sourceforge.net/' -  md5 '3121aaf3e13e5d88dfff13fb4a5f1ab8' +  sha1 '902c76d2b55a22610e2227abc4fd26cbe606a51c'    depends_on 'readline' diff --git a/Library/Formula/icon.rb b/Library/Formula/icon.rb index c4cf6142c..a486fa595 100644 --- a/Library/Formula/icon.rb +++ b/Library/Formula/icon.rb @@ -3,7 +3,7 @@ require 'formula'  class Icon < Formula    homepage 'http://www.cs.arizona.edu/icon/'    url 'http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz' -  md5 '3f9b89bb8f2c0fb3e9c75d1b52fb5690' +  sha1 '0e26ba1eef6db81f3b0be942daec82ea51d33718'    version '9.5.0'    def install diff --git a/Library/Formula/icoutils.rb b/Library/Formula/icoutils.rb index 032f1207c..dd18ae7fd 100644 --- a/Library/Formula/icoutils.rb +++ b/Library/Formula/icoutils.rb @@ -3,7 +3,7 @@ require 'formula'  class Icoutils < Formula    url 'http://savannah.nongnu.org/download/icoutils/icoutils-0.29.1.tar.bz2'    homepage 'http://www.nongnu.org/icoutils/' -  md5 'b58f375e0f8731595e8d0ecdc3a0acb9' +  sha1 '312036e81d8c1800fb21ca6fc6b6ff3219e2c030'    depends_on :libpng diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 337674cc1..2e574d6e9 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -4,7 +4,7 @@ class Icu4c < Formula    homepage 'http://site.icu-project.org/'    url 'http://download.icu-project.org/files/icu4c/49.1.2/icu4c-49_1_2-src.tgz'    version '49.1.2' -  md5 'bbc609fe5237202d7abf016141012a45' +  sha1 '9e424ea5de5c5847b8a600078f9494f42d7f6168'    bottle do      sha1 '9e424ea5de5c5847b8a600078f9494f42d7f6168' => :mountainlion diff --git a/Library/Formula/id3tool.rb b/Library/Formula/id3tool.rb index 365db6725..d9dcfd0fa 100644 --- a/Library/Formula/id3tool.rb +++ b/Library/Formula/id3tool.rb @@ -3,7 +3,7 @@ require 'formula'  class Id3tool < Formula    homepage 'http://nekohako.xware.cx/id3tool/'    url 'http://nekohako.xware.cx/id3tool/id3tool-1.2a.tar.gz' -  md5 '061185562c0d0e6327406d9fc2f194b2' +  sha1 '23ce1b33c44290e72a0520c07bc43d1dd4cc7886'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb index 60ea32788..4f20547cc 100644 --- a/Library/Formula/id3v2.rb +++ b/Library/Formula/id3v2.rb @@ -3,7 +3,7 @@ require 'formula'  class Id3v2 < Formula    url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.11/id3v2-0.1.11.tar.gz'    homepage 'http://id3v2.sourceforge.net/' -  md5 '68afc3827cf01501dfb22949f901f1d8' +  sha1 'ca825d851ca0c6a5783af107dc6baa7aa93f0bad'    depends_on 'id3lib' diff --git a/Library/Formula/idcomments.rb b/Library/Formula/idcomments.rb index dbd8ddb9f..e56eb1cb2 100644 --- a/Library/Formula/idcomments.rb +++ b/Library/Formula/idcomments.rb @@ -3,7 +3,7 @@ require 'formula'  class Idcomments < Formula    url 'http://tools.ietf.org/tools/idcomments/idcomments-0.18.tgz'    homepage 'http://tools.ietf.org/tools/idcomments/' -  md5 '6ceb271af37754657c7f81b3dba334de' +  sha1 'e7e6430926b0c502afcb55a91e90cd84d55c07d4'    def install      inreplace 'idcomments', '$(tempfile)', '$(mktemp /tmp/idcomments.XXXXXXXX)' diff --git a/Library/Formula/ifstat.rb b/Library/Formula/ifstat.rb index fbf535d59..17fdfb170 100644 --- a/Library/Formula/ifstat.rb +++ b/Library/Formula/ifstat.rb @@ -3,7 +3,7 @@ require 'formula'  class Ifstat < Formula    homepage 'http://gael.roualland.free.fr/ifstat/'    url 'http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz' -  md5 'b655642c33a626cfe976792fbcd9b6e1' +  sha1 '4ebf59207d24e53461f841a2480a6710d774fce2'    # Fixes 32/64 bit incompatibility for snow leopard    def patches; DATA; end diff --git a/Library/Formula/iftop.rb b/Library/Formula/iftop.rb index 34e06e31d..b7cb0e68d 100644 --- a/Library/Formula/iftop.rb +++ b/Library/Formula/iftop.rb @@ -3,7 +3,7 @@ require 'formula'  class Iftop < Formula    url 'http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz'    homepage 'http://www.ex-parrot.com/~pdw/iftop/' -  md5 '062bc8fb3856580319857326e0b8752d' +  sha1 '75ce6afc8c0bf851278b0a15e66f523af90cfda9'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb index 8bd1cc2bc..9e4737bc2 100644 --- a/Library/Formula/ifuse.rb +++ b/Library/Formula/ifuse.rb @@ -3,7 +3,7 @@ require 'formula'  class Ifuse < Formula    url 'http://www.libimobiledevice.org/downloads/ifuse-1.1.2.tar.bz2'    homepage 'http://www.libimobiledevice.org/' -  md5 '4152526b2ac3c505cb41797d997be14d' +  sha1 '885d88b45edb85c38b0ce9863f0d45fd378b5614'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/ike-scan.rb b/Library/Formula/ike-scan.rb index a68443973..1168c5b3f 100644 --- a/Library/Formula/ike-scan.rb +++ b/Library/Formula/ike-scan.rb @@ -3,7 +3,7 @@ require 'formula'  class IkeScan < Formula    url 'http://www.nta-monitor.com/tools/ike-scan/download/ike-scan-1.9.tar.gz'    homepage 'http://www.nta-monitor.com/tools/ike-scan/' -  md5 'bed63c7d2f54c482525a735be7b5e720' +  sha1 'e973742c32c7b65fe134233482c94e3e94db3b32'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/ilmbase.rb b/Library/Formula/ilmbase.rb index 7c37fced0..1043db7c5 100644 --- a/Library/Formula/ilmbase.rb +++ b/Library/Formula/ilmbase.rb @@ -3,7 +3,7 @@ require 'formula'  class Ilmbase < Formula    url 'http://download.savannah.gnu.org/releases/openexr/ilmbase-1.0.2.tar.gz'    homepage 'http://www.openexr.com/' -  md5 '26c133ee8ca48e1196fbfb3ffe292ab4' +  sha1 'fe6a910a90cde80137153e25e175e2b211beda36'    # included for reference only - repository doesn't have 'configure' script    # head 'cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/openexr:IlmBase' diff --git a/Library/Formula/imagesnap.rb b/Library/Formula/imagesnap.rb index aa585c741..76dff6d6a 100644 --- a/Library/Formula/imagesnap.rb +++ b/Library/Formula/imagesnap.rb @@ -3,7 +3,7 @@ require 'formula'  class Imagesnap < Formula    url 'http://downloads.sourceforge.net/project/iharder/imagesnap/ImageSnap-v0.2.5.tgz'    homepage 'http://iharder.sourceforge.net/current/macosx/imagesnap/' -  md5 '32e341f059a91703816d8aa9b87fb1e4' +  sha1 '3761bada4fddc92df0c61750d5ead24cf944c469'    depends_on :xcode # For working xcodebuild. diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb index ba61ca6fb..133925d35 100644 --- a/Library/Formula/imlib2.rb +++ b/Library/Formula/imlib2.rb @@ -3,7 +3,7 @@ require 'formula'  class Imlib2 < Formula    homepage 'http://sourceforge.net/projects/enlightenment/files/'    url 'http://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.5/imlib2-1.4.5.tar.bz2' -  md5 '859e5fede51ec819f4314eee11da3ea5' +  sha1 'af86a2c38f4bc3806db57e64e74dc9814ad474a0'    depends_on 'pkg-config' => :build    depends_on :x11 # for Freetype diff --git a/Library/Formula/innotop.rb b/Library/Formula/innotop.rb index 2ea15931f..c2eaa9ba9 100644 --- a/Library/Formula/innotop.rb +++ b/Library/Formula/innotop.rb @@ -3,7 +3,7 @@ require 'formula'  class Innotop < Formula    url 'http://innotop.googlecode.com/files/innotop-1.8.1.tar.gz'    homepage 'http://code.google.com/p/innotop/' -  md5 'af3e5c044912a9dfc7860d66a1a51bd4' +  sha1 'a8d8deb5a40bca1890d24f355ae317254dfc4102'    depends_on 'DBD::mysql' => :perl diff --git a/Library/Formula/intltool.rb b/Library/Formula/intltool.rb index 470ae29da..5592f89a9 100644 --- a/Library/Formula/intltool.rb +++ b/Library/Formula/intltool.rb @@ -3,7 +3,7 @@ require 'formula'  class Intltool < Formula    homepage 'http://www.freedesktop.org/wiki/Software/intltool'    url 'http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz' -  md5 '23fbd879118253cb99aeac067da5f591' +  sha1 '7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'    # Even though this module is supposed to be there on Snow Leopard,    # I've run into a situation where it isn't, and we have gotten other diff --git a/Library/Formula/iodine.rb b/Library/Formula/iodine.rb index fefa72a8f..f331d7baf 100644 --- a/Library/Formula/iodine.rb +++ b/Library/Formula/iodine.rb @@ -3,7 +3,7 @@ require 'formula'  class Iodine < Formula    url 'http://code.kryo.se/iodine/iodine-0.6.0-rc1.tar.gz'    homepage 'http://code.kryo.se/iodine/' -  md5 'a15bb4faba020d217016fde6e231074a' +  sha1 '4fa9a248b8a84df8a727a5d749e669e58136edca'    def install      unless MacOS.leopard? diff --git a/Library/Formula/ioke.rb b/Library/Formula/ioke.rb index 66c0498b5..34105b0c4 100644 --- a/Library/Formula/ioke.rb +++ b/Library/Formula/ioke.rb @@ -3,7 +3,7 @@ require 'formula'  class Ioke < Formula    url 'http://ioke.org/dist/ioke-P-ikj-0.4.0.tar.gz'    homepage 'http://ioke.org/' -  md5 '936fac215d14809ff5f4bd1fd8262ce0' +  sha1 '1cf1512e1a845b64c8f839fed396f279afdc0ed9'    def install      # Remove windows files diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb index bc25ece26..2230ef6d5 100644 --- a/Library/Formula/ioping.rb +++ b/Library/Formula/ioping.rb @@ -4,7 +4,7 @@ class Ioping < Formula    url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'    head 'http://ioping.googlecode.com/svn/trunk/'    homepage 'http://code.google.com/p/ioping/' -  md5 'f96b382a6517c7eac744291b04b928b1' +  sha1 '4b3860a6af0755467ebe67c09f36ddaebd9be3e7'    def install      system "make" diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index 26b5fd664..cbcae6b17 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -3,7 +3,7 @@ require 'formula'  class IosSim < Formula    homepage 'https://github.com/phonegap/ios-sim'    url 'https://github.com/phonegap/ios-sim/tarball/1.5' -  md5 'bf2863dafd1766a9e02a5b22b132284d' +  sha1 '3f9095e091602cf0c9a447d35a2558622a87d2c1'    def install      system "rake", "install", "prefix=#{prefix}" diff --git a/Library/Formula/iozone.rb b/Library/Formula/iozone.rb index d17acf250..032f3aaf5 100644 --- a/Library/Formula/iozone.rb +++ b/Library/Formula/iozone.rb @@ -3,7 +3,7 @@ require 'formula'  class Iozone < Formula    homepage 'http://www.iozone.org/'    url 'http://www.iozone.org/src/current/iozone3_408.tar' -  md5 'ff3bc9a075db68b028e6cd5a833353d8' +  sha1 '3dc56a251949151d12fc033f179cb6852abc71de'    # Patch by @nijotz, adds O_DIRECT support when using -I flag.    # See: https://github.com/mxcl/homebrew/pull/10585 diff --git a/Library/Formula/ipcalc.rb b/Library/Formula/ipcalc.rb index e5d031c59..2565f92a7 100644 --- a/Library/Formula/ipcalc.rb +++ b/Library/Formula/ipcalc.rb @@ -3,7 +3,7 @@ require 'formula'  class Ipcalc < Formula    url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz'    homepage 'http://jodies.de/ipcalc' -  md5 'fb791e9a5220fc8e624d915e18fc4697' +  sha1 'b75b498f2fa5ecfa30707a51da63c6a5775829f3'    def install      bin.install "ipcalc" diff --git a/Library/Formula/iperf.rb b/Library/Formula/iperf.rb index 22853dd40..2009c30ed 100644 --- a/Library/Formula/iperf.rb +++ b/Library/Formula/iperf.rb @@ -3,7 +3,7 @@ require 'formula'  class Iperf < Formula    url 'http://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz'    homepage 'http://iperf.sourceforge.net/' -  md5 '44b5536b67719f4250faed632a3cd016' +  sha1 '7302792dcb1bd7aeba032fef6d3dcc310e4d113f'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/ipopt.rb b/Library/Formula/ipopt.rb index f1f5e0d9d..a98f41c36 100644 --- a/Library/Formula/ipopt.rb +++ b/Library/Formula/ipopt.rb @@ -3,7 +3,7 @@ require 'formula'  class Ipopt < Formula    homepage 'https://projects.coin-or.org/Ipopt'    url 'http://www.coin-or.org/download/source/Ipopt/Ipopt-3.10.0.tgz' -  md5 '10d934a58b54dcc58c6ebee34ca437bb' +  sha1 '3dec7e71f93756865cc83275f7ddb22e1dc5edcc'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/ircii.rb b/Library/Formula/ircii.rb index f981f608d..f921cfc7e 100644 --- a/Library/Formula/ircii.rb +++ b/Library/Formula/ircii.rb @@ -3,7 +3,7 @@ require 'formula'  class Ircii < Formula    url 'http://ftp.netbsd.org/pub/pkgsrc/distfiles/ircii-20111115.tar.bz2'    homepage 'http://www.eterna.com.au/ircii/' -  md5 '402b3badc21a7394d9c84d15a1ddb6c5' +  sha1 '723f89ca6c0ef0085da858076865e6493fbe9788'    def install      system "./configure", "--prefix=#{prefix}", diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index e9d61b2f7..238e52c99 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -3,7 +3,7 @@ require 'formula'  class Irssi < Formula    homepage 'http://irssi.org/'    url 'http://irssi.org/files/irssi-0.8.15.tar.bz2' -  md5 '1dcb3f511b88df94b0c996f36668c7da' +  sha1 'b79ce8c2c98a76b004f63706e7868cd363000d89'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb index a10ecf3a6..5d5bafaee 100644 --- a/Library/Formula/ispell.rb +++ b/Library/Formula/ispell.rb @@ -3,7 +3,7 @@ require 'formula'  class Ispell < Formula    homepage 'http://lasr.cs.ucla.edu/geoff/ispell.html'    url 'http://www.lasr.cs.ucla.edu/geoff/tars/ispell-3.3.02.tar.gz' -  md5 '12087d7555fc2b746425cd167af480fe' +  sha1 'c0d98e1af3afb8e0b642717c03439ff8881e3d60'    skip_clean :all diff --git a/Library/Formula/jam.rb b/Library/Formula/jam.rb index 88813c00b..40d287f03 100644 --- a/Library/Formula/jam.rb +++ b/Library/Formula/jam.rb @@ -3,7 +3,7 @@ require 'formula'  class Jam < Formula    homepage 'http://www.perforce.com/jam/jam.html'    url 'ftp://ftp.perforce.com/jam/jam-2.5.zip' -  md5 'f92caadb62fe4cb0b152eff508c9d450' +  sha1 '794a3f4483315c6b9f010f03b592646d3815328c'    def install      system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" diff --git a/Library/Formula/jbig2dec.rb b/Library/Formula/jbig2dec.rb index f7bada4e8..dca7db7d6 100644 --- a/Library/Formula/jbig2dec.rb +++ b/Library/Formula/jbig2dec.rb @@ -3,7 +3,7 @@ require 'formula'  class Jbig2dec < Formula    homepage 'http://jbig2dec.sourceforge.net'    url 'http://ghostscript.com/~giles/jbig2/jbig2dec/jbig2dec-0.11.tar.gz' -  md5 '1f61e144852c86563fee6e5ddced63f1' +  sha1 '349cd765616db7aac1f4dd1d45957d1da65ea925'    def install      system './configure', '--disable-debug', '--disable-dependency-tracking', diff --git a/Library/Formula/jbigkit.rb b/Library/Formula/jbigkit.rb index afdf7812e..8fc9571b5 100644 --- a/Library/Formula/jbigkit.rb +++ b/Library/Formula/jbigkit.rb @@ -3,7 +3,7 @@ require 'formula'  class Jbigkit < Formula    url 'http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz'    homepage 'http://www.cl.cam.ac.uk/~mgk25/jbigkit/' -  md5 '3dd87f605abb1a97a22dc79d8b3e8f6c' +  sha1 'cfb7d3121f02a74bfb229217858a0d149b6589ef'    def options      [ diff --git a/Library/Formula/jboss-forge.rb b/Library/Formula/jboss-forge.rb index 608689f31..d164a3c87 100644 --- a/Library/Formula/jboss-forge.rb +++ b/Library/Formula/jboss-forge.rb @@ -4,7 +4,7 @@ class JbossForge < Formula    homepage 'http://jboss.org/forge'    url 'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.0.5.Final&e=zip'    version '1.0.5.Final' -  md5 '9349825d95dd48def057cc6103812b78' +  sha1 '496c04e21cb036561669e6939b69805d571737d3'    def install      rm_f Dir["bin/*.bat"] diff --git a/Library/Formula/jcal.rb b/Library/Formula/jcal.rb index 70f3d07fe..653a37091 100644 --- a/Library/Formula/jcal.rb +++ b/Library/Formula/jcal.rb @@ -3,7 +3,7 @@ require 'formula'  class Jcal < Formula    homepage 'http://savannah.nongnu.org/projects/jcal/'    url 'http://download.savannah.gnu.org/releases/jcal/jcal-0.4.1.tar.gz' -  md5 'd4f94ee612494cd0ab0cf1f537aaa33b' +  sha1 '23710a685515e1e824494890d6befac9edf04143'    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/jed.rb b/Library/Formula/jed.rb index 17d72b0d8..f6538fcdb 100644 --- a/Library/Formula/jed.rb +++ b/Library/Formula/jed.rb @@ -3,7 +3,7 @@ require 'formula'  class Jed < Formula    url 'ftp://space.mit.edu/pub/davis/jed/v0.99/jed-0.99-19.tar.bz2'    homepage 'http://www.jedsoft.org/jed/' -  md5 'c9b2f58a3defc6f61faa1ce7d6d629ea' +  sha1 '7783ac9035c7221575e74b544902151309d0d0ef'    depends_on 's-lang' diff --git a/Library/Formula/jerm.rb b/Library/Formula/jerm.rb index 2384a13dc..378bc1897 100644 --- a/Library/Formula/jerm.rb +++ b/Library/Formula/jerm.rb @@ -4,7 +4,7 @@ class Jerm < Formula    url 'http://www.bsddiary.net/jerm/jerm-8096.tar.gz'    version '0.8096'    homepage 'http://www.bsddiary.net/jerm/' -  md5 'c178699945e60b32cfc8394c6aa5901c' +  sha1 '09a301d9de423c44e60967f3f617a299427e356d'    def install      system "make all" diff --git a/Library/Formula/jigdo.rb b/Library/Formula/jigdo.rb index daa3b4fd8..5ee51eb75 100644 --- a/Library/Formula/jigdo.rb +++ b/Library/Formula/jigdo.rb @@ -3,7 +3,7 @@ require 'formula'  class Jigdo < Formula    homepage 'http://atterer.org/jigdo/'    url 'http://atterer.org/sites/atterer/files/2009-08/jigdo/jigdo-0.7.3.tar.bz2' -  md5 'bbc1d9ac750bb34e0748f0b57157cc72' +  sha1 '7b83c35af71f908b31b9aa55b0dda9dfb4d224f0'    depends_on 'pkg-config' => :build    depends_on 'berkeley-db' diff --git a/Library/Formula/jing.rb b/Library/Formula/jing.rb index b0a4efec5..77539b723 100644 --- a/Library/Formula/jing.rb +++ b/Library/Formula/jing.rb @@ -3,7 +3,7 @@ require 'formula'  class Jing < Formula    homepage 'http://code.google.com/p/jing-trang/'    url 'http://jing-trang.googlecode.com/files/jing-20091111.zip' -  md5 '13eef193921409a1636377d1efbf9843' +  sha1 '2e8eacf399249d226ad4f6ca1d6907ff69430118'    def install      libexec.install Dir["*"] diff --git a/Library/Formula/joe.rb b/Library/Formula/joe.rb index 23609938c..8e359e543 100644 --- a/Library/Formula/joe.rb +++ b/Library/Formula/joe.rb @@ -3,7 +3,7 @@ require 'formula'  class Joe < Formula    url 'http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-3.7/joe-3.7.tar.gz'    homepage 'http://joe-editor.sourceforge.net/index.html' -  md5 '66de1b073e869ba12abbfcde3885c577' +  sha1 '54398578886d4a3d325aece52c308a939d31101d'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb index 1c834525e..f8e6e7cbb 100644 --- a/Library/Formula/john.rb +++ b/Library/Formula/john.rb @@ -3,7 +3,7 @@ require 'formula'  class John < Formula    homepage 'http://www.openwall.com/john/'    url 'http://www.openwall.com/john/g/john-1.7.9.tar.bz2' -  md5 '45f54fc59386ecd67daaef9f19781d93' +  sha1 '8f77bdd42b7cf94ec176f55ea69c4da9b2b8fe3b'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/jp2a.rb b/Library/Formula/jp2a.rb index 553f79425..51e31d208 100644 --- a/Library/Formula/jp2a.rb +++ b/Library/Formula/jp2a.rb @@ -3,7 +3,7 @@ require 'formula'  class Jp2a < Formula    url 'http://sourceforge.net/projects/jp2a/files/jp2a/1.0.6/jp2a-1.0.6.tar.gz'    homepage 'http://csl.sublevel3.org/jp2a/' -  md5 'eb6281eee29acf1c494dcaf7d745a5df' +  sha1 '8d08a7f9428632c02351452067828af215afe2cf'    depends_on 'jpeg' diff --git a/Library/Formula/jpeginfo.rb b/Library/Formula/jpeginfo.rb index 9d2828288..40ee6c0fb 100644 --- a/Library/Formula/jpeginfo.rb +++ b/Library/Formula/jpeginfo.rb @@ -3,7 +3,7 @@ require 'formula'  class Jpeginfo < Formula    homepage 'http://www.kokkonen.net/tjko/projects.html'    url 'http://www.kokkonen.net/tjko/src/jpeginfo-1.6.1.tar.gz' -  md5 '344be10d6b16ec559c5d8b7e3707241f' +  sha1 '8fd998c3090908d1b100ed38d5d7fc2600e5742b'    depends_on 'jpeg' diff --git a/Library/Formula/jpegoptim.rb b/Library/Formula/jpegoptim.rb index 77e068b98..3578587f1 100644 --- a/Library/Formula/jpegoptim.rb +++ b/Library/Formula/jpegoptim.rb @@ -3,7 +3,7 @@ require 'formula'  class Jpegoptim < Formula    url 'http://www.kokkonen.net/tjko/src/jpegoptim-1.2.4.tar.gz'    homepage 'http://www.kokkonen.net/tjko/projects.html' -  md5 '40e8e627181f524ad29717c5b07cd442' +  sha1 '262774406d97653cc43bf2d19d91a85133f81f79'    depends_on 'jpeg' diff --git a/Library/Formula/js-test-driver.rb b/Library/Formula/js-test-driver.rb index d284443dc..c1f1d22fb 100644 --- a/Library/Formula/js-test-driver.rb +++ b/Library/Formula/js-test-driver.rb @@ -3,7 +3,7 @@ require 'formula'  class JsTestDriver < Formula    homepage 'http://code.google.com/p/js-test-driver/'    url 'https://js-test-driver.googlecode.com/files/JsTestDriver-1.3.4.b.jar' -  md5 '384a95a0504749f9ea34ba52e0a546b8' +  sha1 'ce036e7c0973ff0588a52f0d3730b5c938404ed1'    sha1 'ce036e7c0973ff0588a52f0d3730b5c938404ed1'    def install diff --git a/Library/Formula/jsawk.rb b/Library/Formula/jsawk.rb index 7720f982c..796a7f062 100644 --- a/Library/Formula/jsawk.rb +++ b/Library/Formula/jsawk.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsawk < Formula    homepage 'https://github.com/micha/jsawk'    url 'https://github.com/micha/jsawk/zipball/1.2' -  md5 'cf2c500c5bc5e546296e99f75f1c4fe6' +  sha1 '45f1cd62e146240d9ec8a595425a6d9368f369d6'    head 'https://github.com/micha/jsawk.git'    depends_on 'spidermonkey' diff --git a/Library/Formula/jscoverage.rb b/Library/Formula/jscoverage.rb index d810fe679..f79d7db8f 100644 --- a/Library/Formula/jscoverage.rb +++ b/Library/Formula/jscoverage.rb @@ -3,7 +3,7 @@ require 'formula'  class Jscoverage < Formula    url 'http://siliconforks.com/jscoverage/download/jscoverage-0.5.1.tar.bz2'    homepage 'http://siliconforks.com/jscoverage/' -  md5 'a70d79a6759367fbcc0bcc18d6866ff3' +  sha1 '0d655296b593beb15c2261d97df314572ebd7319'    def patches      # Fixes compile errors with clang, int main should return a value diff --git a/Library/Formula/jsl.rb b/Library/Formula/jsl.rb index 08086d742..f80cdcb2f 100644 --- a/Library/Formula/jsl.rb +++ b/Library/Formula/jsl.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsl < Formula    homepage 'http://www.javascriptlint.com/'    url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz' -  md5 '23c1c8e70dc991d35271074723a96d5d' +  sha1 'a6dd106a05ee81130a27a49d29233afeb8796ab0'    def install      bin.install 'jsl' diff --git a/Library/Formula/jslint4java.rb b/Library/Formula/jslint4java.rb index 5fc449bb7..b35396bac 100644 --- a/Library/Formula/jslint4java.rb +++ b/Library/Formula/jslint4java.rb @@ -3,7 +3,7 @@ require 'formula'  class Jslint4java < Formula    url "http://jslint4java.googlecode.com/files/jslint4java-2.0.2-dist.zip"    homepage 'http://code.google.com/p/jslint4java/' -  md5 'e9a10b894bda3c03ac4c7184b98ae09b' +  sha1 'a632bc96c82dbaf11372f46649175e46bd0c3a47'    def install      libexec.install Dir['*'] diff --git a/Library/Formula/jsmin.rb b/Library/Formula/jsmin.rb index fe103682f..29b27cc4c 100644 --- a/Library/Formula/jsmin.rb +++ b/Library/Formula/jsmin.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsmin < Formula    url 'https://github.com/douglascrockford/JSMin/tarball/8f62fe05856935ddcd49e364502ed98c4cf555b8'    homepage 'http://www.crockford.com/javascript/jsmin.html' -  md5 '24a2db9f6a5337eae18d46c22de57013' +  sha1 'b2a620042c97a8d9cc0be18b86ff9e62e8405806'    version '2008-08-03'    def install diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index 83b4ebfea..d7eba49d9 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -3,7 +3,7 @@ require 'formula'  class JsonC < Formula    url 'http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz'    homepage 'http://oss.metaparadigm.com/json-c/' -  md5 '3a13d264528dcbaf3931b0cede24abae' +  sha1 'daaf5eb960fa98e137abc5012f569b83c79be90f'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/json_spirit.rb b/Library/Formula/json_spirit.rb index 3ccf52a80..1836a91db 100644 --- a/Library/Formula/json_spirit.rb +++ b/Library/Formula/json_spirit.rb @@ -3,7 +3,7 @@ require 'formula'  class JsonSpirit < Formula    homepage 'http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx'    url 'https://uwe-arzt.de/files/json_spirit_v4.04.zip' -  md5 '0729870198528a28c21c5ee588d032a4' +  sha1 '5e92f0b337c43104faaf23f082d4c6763986bdd1'    depends_on 'boost'    depends_on 'cmake' => :build diff --git a/Library/Formula/jsonpp.rb b/Library/Formula/jsonpp.rb index 4e7c2b487..cdac40555 100644 --- a/Library/Formula/jsonpp.rb +++ b/Library/Formula/jsonpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsonpp < Formula    url 'http://cloud.github.com/downloads/jmhodges/jsonpp/jsonpp-1.0.0-osx-x86_64.zip'    homepage 'http://jmhodges.github.com/jsonpp/' -  md5 '2cd5faf6f11466b587a4ab744de13a16' +  sha1 'fecba52fda2a9e08f23ea76b5c53d1d6c894f564'    def install      bin.install 'jsonpp' diff --git a/Library/Formula/jsvc.rb b/Library/Formula/jsvc.rb index 7210aab62..12267c300 100644 --- a/Library/Formula/jsvc.rb +++ b/Library/Formula/jsvc.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsvc < Formula    homepage 'http://commons.apache.org/daemon/jsvc.html'    url 'http://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.0.10-native-src.tar.gz' -  md5 '36d5a1daa9d477d00cd3ad80226325c5' +  sha1 'b76272e39fb5c4695a102227d3c52d9c717c4ede'    version '1.0.10'    def install diff --git a/Library/Formula/judy.rb b/Library/Formula/judy.rb index 1d2094b32..ece9e5b57 100644 --- a/Library/Formula/judy.rb +++ b/Library/Formula/judy.rb @@ -3,7 +3,7 @@ require 'formula'  class Judy < Formula    url 'http://downloads.sourceforge.net/project/judy/judy/Judy-1.0.5/Judy-1.0.5.tar.gz'    homepage 'http://judy.sourceforge.net/' -  md5 '115a0d26302676e962ae2f70ec484a54' +  sha1 '3540f003509acac3b1260424380ddf97914f7745'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/justniffer.rb b/Library/Formula/justniffer.rb index beb86790a..ead516cb6 100644 --- a/Library/Formula/justniffer.rb +++ b/Library/Formula/justniffer.rb @@ -3,7 +3,7 @@ require 'formula'  class Justniffer < Formula    url 'http://downloads.sourceforge.net/project/justniffer/justniffer/justniffer%200.5.11/justniffer_0.5.11.tar.gz'    homepage 'http://justniffer.sourceforge.net/' -  md5 '8545b817c479444b01e74aa7b79fd2c6' +  sha1 '3f3222361794a6f79f47567753550995c318a037'    depends_on "boost" diff --git a/Library/Formula/kbtin.rb b/Library/Formula/kbtin.rb index 5186b936f..e5504b47c 100644 --- a/Library/Formula/kbtin.rb +++ b/Library/Formula/kbtin.rb @@ -3,7 +3,7 @@ require 'formula'  class Kbtin < Formula    url 'http://downloads.sourceforge.net/project/kbtin/kbtin/1.0.13/kbtin-1.0.13.tar.gz'    homepage 'http://kbtin.sourceforge.net' -  md5 '5e23f48ac72e1609853895b44a0e3e90' +  sha1 '6e3496ab629b3a7d4ef5ea61baa7efa9b19e25af'    depends_on 'gnutls' diff --git a/Library/Formula/kdiff3.rb b/Library/Formula/kdiff3.rb index 753af8052..4b5ff9c6c 100644 --- a/Library/Formula/kdiff3.rb +++ b/Library/Formula/kdiff3.rb @@ -3,7 +3,7 @@ require 'formula'  class Kdiff3 < Formula    homepage 'http://kdiff3.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/kdiff3/kdiff3/0.9.97/kdiff3-0.9.97.tar.gz' -  md5 '30a71b474956c369ed7b38c6db080fc4' +  sha1 '1f2828c4b287b905bac64992b46a3e9231319547'    depends_on 'qt' diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index a8403f40b..c68144ab6 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -3,7 +3,7 @@ require 'formula'  class Kes < Formula    homepage 'https://github.com/epilnivek/kes'    url 'https://github.com/epilnivek/kes/tarball/v0.9' -  md5 '6ea08b27d49685a261e8de74c8428158' +  sha1 '07cd04ecd000a8bcb1b091c7573e095b1af64563'    head 'https://github.com/epilnivek/kes.git' diff --git a/Library/Formula/keychain.rb b/Library/Formula/keychain.rb index f1f925f7d..d0ec94570 100644 --- a/Library/Formula/keychain.rb +++ b/Library/Formula/keychain.rb @@ -3,7 +3,7 @@ require 'formula'  class Keychain < Formula    url 'http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2'    homepage 'http://www.funtoo.org/en/security/keychain/intro/' -  md5 '07c622833192189f483cbaec287f9704' +  sha1 'e7ad7da374ba81e57792bb2695eb6c352f769de7'    def install      bin.install "keychain" diff --git a/Library/Formula/kite.rb b/Library/Formula/kite.rb index 35567412c..794846168 100644 --- a/Library/Formula/kite.rb +++ b/Library/Formula/kite.rb @@ -3,7 +3,7 @@ require 'formula'  class Kite < Formula    homepage 'http://www.kite-language.org/'    url 'http://www.kite-language.org/files/kite-1.0.4.tar.gz' -  md5 '46b4a99d72984e8e9d330517faddd9d5' +  sha1 '9db2adbcc3acac5f06d495002a344e613c81c3f2'    depends_on 'bdw-gc' diff --git a/Library/Formula/knife-completion.rb b/Library/Formula/knife-completion.rb index fb5f6b6fa..0803e5d63 100644 --- a/Library/Formula/knife-completion.rb +++ b/Library/Formula/knife-completion.rb @@ -3,7 +3,7 @@ require 'formula'  class KnifeCompletion < GithubGistFormula    url 'https://raw.github.com/gist/1050685/b616645a4c9f56fb52d8fc65703e746f9e8ffd7c/knife'    homepage 'https://gist.github.com/1050685' -  md5 '488e4ce424c37d2e4efcf7041fdacfd8' +  sha1 '458905d5b60b3909466126e51ed8c2e7729e2905'    depends_on 'gnu-sed' diff --git a/Library/Formula/knock.rb b/Library/Formula/knock.rb index 4d1828b3e..10f16c95d 100644 --- a/Library/Formula/knock.rb +++ b/Library/Formula/knock.rb @@ -3,7 +3,7 @@ require 'formula'  class Knock < Formula    url 'http://www.zeroflux.org/proj/knock/files/knock-0.5.tar.gz'    homepage 'http://www.zeroflux.org/projects/knock' -  md5 'ca09d61458974cff90a700aba6120891' +  sha1 '26f3b2f2d698bc6978390ef6e93c628361605059'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/ktoblzcheck.rb b/Library/Formula/ktoblzcheck.rb index da7c42acd..fb7d5b87a 100644 --- a/Library/Formula/ktoblzcheck.rb +++ b/Library/Formula/ktoblzcheck.rb @@ -3,7 +3,7 @@ require 'formula'  class Ktoblzcheck < Formula    homepage 'http://ktoblzcheck.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.39.tar.gz' -  md5 'ef5efd6e2c31aaf6405060ec477c200c' +  sha1 'b88ae800ed4cf7a1b8547eb0104fc6663334716d'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb index 40726c6ec..13ad86b73 100644 --- a/Library/Formula/kumofs.rb +++ b/Library/Formula/kumofs.rb @@ -4,7 +4,7 @@ class Kumofs < Formula    url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz'    head 'https://github.com/etolabo/kumofs.git'    homepage 'http://kumofs.sourceforge.net/' -  md5 '70fc53a332fb2b76ae6a3aad7aa59aad' +  sha1 'a1e895e42c8d5d75233f2234cf55069e76b4d39b'    depends_on 'tokyo-cabinet'    # msgpack rubygem and the C++ lib are needed diff --git a/Library/Formula/kytea.rb b/Library/Formula/kytea.rb index e10241943..6e3057610 100644 --- a/Library/Formula/kytea.rb +++ b/Library/Formula/kytea.rb @@ -3,7 +3,7 @@ require 'formula'  class Kytea < Formula    homepage 'http://www.phontron.com/kytea/'    url 'http://www.phontron.com/kytea/download/kytea-0.4.2.tar.gz' -  md5 '2104e3e9a3587826bf04887d5f7fd03e' +  sha1 'd43c9712819f112e5b2077eba16926c506cf6387'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/lame.rb b/Library/Formula/lame.rb index 6f2bd96b8..c0533eccc 100644 --- a/Library/Formula/lame.rb +++ b/Library/Formula/lame.rb @@ -3,7 +3,7 @@ require 'formula'  class Lame < Formula    homepage 'http://lame.sourceforge.net/'    url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz' -  md5 '84835b313d4a8b68f5349816d33e07ce' +  sha1 '03a0bfa85713adcc6b3383c12e2cc68a9cfbf4c4'    option :universal diff --git a/Library/Formula/languagetool.rb b/Library/Formula/languagetool.rb index f7b4f6c2a..e3e9271ad 100644 --- a/Library/Formula/languagetool.rb +++ b/Library/Formula/languagetool.rb @@ -3,7 +3,7 @@ require 'formula'  class Languagetool < Formula    homepage 'http://www.languagetool.org/'    url 'http://www.languagetool.org/download/LanguageTool-1.3.1.oxt' -  md5 '9bf13c617eba946fd6b44562cbc90d42' +  sha1 'eed879e201f13dd98d585e945b21cd7ba3eacd20'    def install      (bin+"languagetool").write <<-EOS.undent diff --git a/Library/Formula/lasi.rb b/Library/Formula/lasi.rb index 5e5645d18..49e248a82 100644 --- a/Library/Formula/lasi.rb +++ b/Library/Formula/lasi.rb @@ -3,7 +3,7 @@ require 'formula'  class Lasi < Formula    homepage 'http://www.unifont.org/lasi/'    url 'http://sourceforge.net/projects/lasi/files/lasi/1.1.1%20Source/libLASi-1.1.1.tar.gz' -  md5 'bc5161b1d820db3dbcea24ce1c2ed5ec' +  sha1 'd17fdebf4bb4a29512e321c7af157a694dc855a0'    head 'https://lasi.svn.sourceforge.net/svnroot/lasi/trunk' diff --git a/Library/Formula/lastfmfpclient.rb b/Library/Formula/lastfmfpclient.rb index d21b7c2af..811c7a831 100644 --- a/Library/Formula/lastfmfpclient.rb +++ b/Library/Formula/lastfmfpclient.rb @@ -4,7 +4,7 @@ class Lastfmfpclient < Formula    homepage 'https://github.com/lastfm/Fingerprinter'    url 'https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9'    version '1.6' -  md5 'ab909b4d6dcc6182afae616749ce0fdc' +  sha1 'dcb10b1bad1f1af30b43f1828f83c262e6dfb6df'    depends_on 'cmake' => :build    depends_on 'taglib' diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb index 014912661..21c5fde64 100644 --- a/Library/Formula/lastfmlib.rb +++ b/Library/Formula/lastfmlib.rb @@ -3,7 +3,7 @@ require 'formula'  class Lastfmlib < Formula    url 'http://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz'    homepage 'http://code.google.com/p/lastfmlib/' -  md5 'f6f00882c15b8cc703718d22e1b1871f' +  sha1 'b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/latex2rtf.rb b/Library/Formula/latex2rtf.rb index 61c15e207..b11c06227 100644 --- a/Library/Formula/latex2rtf.rb +++ b/Library/Formula/latex2rtf.rb @@ -3,7 +3,7 @@ require 'formula'  class Latex2rtf < Formula    url 'http://downloads.sourceforge.net/project/latex2rtf/latex2rtf-unix/2.1.0/latex2rtf-2.1.0.tar.gz'    homepage 'http://latex2rtf.sourceforge.net/' -  md5 'e89b78f9cfe6d83c79e657a9390e8bc9' +  sha1 '31e6280312b56c2c38cf6a3fddff21a9910c7d6f'    def install      inreplace "Makefile" do |s| diff --git a/Library/Formula/launch.rb b/Library/Formula/launch.rb index 791e33fbd..82ec776f7 100644 --- a/Library/Formula/launch.rb +++ b/Library/Formula/launch.rb @@ -3,7 +3,7 @@ require 'formula'  class Launch < Formula    url 'http://web.sabi.net/nriley/software/launch-1.1.tar.gz'    homepage 'http://web.sabi.net/nriley/software/' -  md5 'bcd5179d5b519248a717aa73f3819e00' +  sha1 '000d6f1063f1b9091a8b10de90cfa778ed6a6ed1'    def install      rm_rf "launch" # We'll build it ourself, thanks. diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb index da8e69661..90ace878f 100644 --- a/Library/Formula/lcov.rb +++ b/Library/Formula/lcov.rb @@ -3,7 +3,7 @@ require 'formula'  class Lcov < Formula    url 'http://downloads.sourceforge.net/ltp/lcov-1.9.tar.gz'    homepage 'http://ltp.sourceforge.net/coverage/lcov.php' -  md5 '8b88cfc0200a8c176b879ac115a31379' +  sha1 '5aff4b998b1288896734326a0b74ab536339ec21'    def install      %w(bin/gendesc bin/genhtml bin/geninfo bin/genpng bin/lcov).each do |file| diff --git a/Library/Formula/lcrack.rb b/Library/Formula/lcrack.rb index ed4508e72..f0c817944 100644 --- a/Library/Formula/lcrack.rb +++ b/Library/Formula/lcrack.rb @@ -3,7 +3,7 @@ require 'formula'  class Lcrack < Formula    url 'http://usuarios.multimania.es/reinob/lcrack/lcrack-20040914.tar.gz'    homepage 'http://usuarios.multimania.es/reinob/' -  md5 '06494778de3ad697fe65af1dc8c72481' +  sha1 'd3b8f217f8ace5f4545060d15ce9f85a0daba17f'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/ldapvi.rb b/Library/Formula/ldapvi.rb index 448f0e448..d927824b6 100644 --- a/Library/Formula/ldapvi.rb +++ b/Library/Formula/ldapvi.rb @@ -3,7 +3,7 @@ require 'formula'  class Ldapvi < Formula    url 'http://www.lichteblau.com/download/ldapvi-1.7.tar.gz'    homepage 'http://www.lichteblau.com/ldapvi/' -  md5 '6dc2f5441ac5f1e2b5b036e3521012cc' +  sha1 'd1cde4cbb618180f9ae0e77c56a1520b8ad61c9a'    depends_on 'gettext'    depends_on 'glib' diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb index 17bdc84a1..4d4a76bd8 100644 --- a/Library/Formula/ldid.rb +++ b/Library/Formula/ldid.rb @@ -3,7 +3,7 @@ require 'formula'  class Ldid < Formula    homepage 'http://www.saurik.com/id/8'    url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz', :using => :curl -  md5 '634c2f8b8a084046883e3793f6580e07' +  sha1 '0254b29f913f7fd10ec9a6d8891d36805980f649'    fails_with :clang do      build 318 diff --git a/Library/Formula/leafnode.rb b/Library/Formula/leafnode.rb index a2735b090..a8e67cc2a 100644 --- a/Library/Formula/leafnode.rb +++ b/Library/Formula/leafnode.rb @@ -3,7 +3,7 @@ require 'formula'  class Leafnode < Formula    homepage 'http://sourceforge.net/projects/leafnode/'    url 'http://downloads.sourceforge.net/project/leafnode/leafnode/1.11.8/leafnode-1.11.8.tar.bz2' -  md5 'a3edafeb854efaa3fbb0f7951d02160f' +  sha1 '25bd5de560ffa3bd3adf5a7c7108fe517c3e4cde'    depends_on 'pcre' diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb index f81f5eb33..c158e847b 100644 --- a/Library/Formula/ledger.rb +++ b/Library/Formula/ledger.rb @@ -3,7 +3,7 @@ require 'formula'  class Ledger < Formula    homepage 'http://ledger-cli.org'    url 'ftp://ftp.newartisans.com/pub/ledger/ledger-2.6.3.tar.gz' -  md5 '6d5d8396b1cdde5f605854c7d21d1460' +  sha1 '5b8e7d8199acb116f13720a5a469fff1f14b4041'    head 'https://github.com/jwiegley/ledger.git', :branch => 'next' diff --git a/Library/Formula/ledit.rb b/Library/Formula/ledit.rb index b425aa040..ef08068bf 100644 --- a/Library/Formula/ledit.rb +++ b/Library/Formula/ledit.rb @@ -3,7 +3,7 @@ require 'formula'  class Ledit < Formula    url 'http://pauillac.inria.fr/~ddr/ledit/distrib/src/ledit-2.01.tgz'    homepage 'http://pauillac.inria.fr/~ddr/ledit/' -  md5 '24faa563dff1091aea2e744b1ec15fbb' +  sha1 '97ee7ee60fb8e66cdcc8fc61339e8ab616bcd2df'    depends_on 'objective-caml'    depends_on 'camlp5' diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index a7e6051b7..13bd5bdaf 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -3,7 +3,7 @@ require 'formula'  class Leiningen < Formula    homepage 'http://github.com/technomancy/leiningen'    url 'http://github.com/technomancy/leiningen/tarball/1.7.1' -  md5 'd3f7deb045e0f3430f464553b77b6589' +  sha1 '80361e88cc5a88553d64e0d98ef542ab74b7148f'    head 'https://github.com/technomancy/leiningen.git' diff --git a/Library/Formula/lemon.rb b/Library/Formula/lemon.rb index 27ca9ce48..8bf3afe06 100644 --- a/Library/Formula/lemon.rb +++ b/Library/Formula/lemon.rb @@ -3,7 +3,7 @@ require 'formula'  class Lemon < Formula    url 'http://tx97.net/pub/distfiles/lemon-1.69.tar.bz2'    homepage 'http://www.hwaci.com/sw/lemon/' -  md5 '35aebc84c4f0e186aba1303bbef11a37' +  sha1 '3f368f5f93c37890a025c3d803b3598a939d615f'    def install      lemon_share = share+'lemon' diff --git a/Library/Formula/leptonica.rb b/Library/Formula/leptonica.rb index c514e41d2..85e8b1312 100644 --- a/Library/Formula/leptonica.rb +++ b/Library/Formula/leptonica.rb @@ -3,7 +3,7 @@ require 'formula'  class Leptonica < Formula    homepage 'http://www.leptonica.org/'    url 'http://www.leptonica.org/source/leptonica-1.68.tar.gz' -  md5 '5cd7092f9ff2ca7e3f3e73bfcd556403' +  sha1 'a50563ac091f4195a5a3b4579c4fcc674b81c316'    depends_on :x11    depends_on 'jpeg' diff --git a/Library/Formula/lesspipe.rb b/Library/Formula/lesspipe.rb index 727cce500..e13cc85c7 100644 --- a/Library/Formula/lesspipe.rb +++ b/Library/Formula/lesspipe.rb @@ -3,7 +3,7 @@ require 'formula'  class Lesspipe < Formula    homepage 'http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html'    url 'http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe-1.72.tar.gz' -  md5 '0fdb9d4ab5dd570806e778b6815ea276' +  sha1 '971636765c32573eba6b9f63cda33e70301a7274'    option 'syntax-highlighting', 'Enable syntax highlighting' diff --git a/Library/Formula/lesstif.rb b/Library/Formula/lesstif.rb index 163b5271d..20d57a4fd 100644 --- a/Library/Formula/lesstif.rb +++ b/Library/Formula/lesstif.rb @@ -3,7 +3,7 @@ require 'formula'  class Lesstif < Formula    homepage 'http://lesstif.sourceforge.net'    url 'http://sourceforge.net/projects/lesstif/files/lesstif/0.95.2/lesstif-0.95.2.tar.bz2' -  md5 '754187dbac09fcf5d18296437e72a32f' +  sha1 'b894e544d529a235a6a665d48ca94a465f44a4e5'    depends_on :x11 diff --git a/Library/Formula/lft.rb b/Library/Formula/lft.rb index 6deb99a4b..8479ef26a 100644 --- a/Library/Formula/lft.rb +++ b/Library/Formula/lft.rb @@ -3,7 +3,7 @@ require 'formula'  class Lft < Formula    url 'http://pwhois.org/dl/index.who?file=lft-3.1.tar.gz'    homepage 'http://pwhois.org/lft/' -  md5 '70e69706e7600f34c0dfb54e2ee5eb01' +  sha1 '94a7b1760c099d8d7f19a5f943b8b84e87284a28'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/lha.rb b/Library/Formula/lha.rb index 9f7c1b10b..eda80cda7 100644 --- a/Library/Formula/lha.rb +++ b/Library/Formula/lha.rb @@ -3,7 +3,7 @@ require 'formula'  class Lha < Formula    url 'http://dl.sourceforge.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz'    homepage 'http://lha.sourceforge.jp/' -  md5 '9f52430410928ba4390a73a41a36d56f' +  sha1 '2491c8b584c21759f1d3819f57fa0e1cbc235092'    version '1.14i-ac20050924p1'    def install diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb index c50c69935..265159ec1 100644 --- a/Library/Formula/libagg.rb +++ b/Library/Formula/libagg.rb @@ -3,7 +3,7 @@ require 'formula'  class Libagg < Formula    homepage 'http://www.antigrain.com'    url 'http://www.antigrain.com/agg-2.5.tar.gz' -  md5 '0229a488bc47be10a2fee6cf0b2febd6' +  sha1 '08f23da64da40b90184a0414369f450115cdb328'    depends_on :automake    depends_on :x11 # for Freetype diff --git a/Library/Formula/libao.rb b/Library/Formula/libao.rb index 086e8dfc0..94aadfab9 100644 --- a/Library/Formula/libao.rb +++ b/Library/Formula/libao.rb @@ -2,7 +2,7 @@ require 'formula'  class Libao < Formula    url 'http://downloads.xiph.org/releases/ao/libao-1.1.0.tar.gz' -  md5 '2b2508c29bc97e4dc218fa162cf883c8' +  sha1 '9301bc4886f170c7122ab62677fb71cf001c04fd'    homepage 'http://www.xiph.org/ao/'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/libart.rb b/Library/Formula/libart.rb index 51efb03fd..5afa49cd2 100644 --- a/Library/Formula/libart.rb +++ b/Library/Formula/libart.rb @@ -2,7 +2,7 @@ require 'formula'  class Libart < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.20.tar.bz2' -  md5 'd0ce67f2ebcef1e51a83136c69242a73' +  sha1 '40aa6c6c5fb27a8a45cd7aaa302a835ff374d13a'    homepage 'http://freshmeat.net/projects/libart/'    def install diff --git a/Library/Formula/libbinio.rb b/Library/Formula/libbinio.rb index af5de9500..64e30b6d5 100644 --- a/Library/Formula/libbinio.rb +++ b/Library/Formula/libbinio.rb @@ -3,7 +3,7 @@ require 'formula'  class Libbinio < Formula    url 'http://downloads.sourceforge.net/project/libbinio/libbinio/1.4/libbinio-1.4.tar.bz2'    homepage 'http://libbinio.sf.net' -  md5 '517ded8c7ce9b3de0f84b1db74a2ebda' +  sha1 '47db5f7448245f38b9d26c8b11f53a07b6f6da73'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libbs2b.rb b/Library/Formula/libbs2b.rb index e1260600b..d2b4f3672 100644 --- a/Library/Formula/libbs2b.rb +++ b/Library/Formula/libbs2b.rb @@ -3,7 +3,7 @@ require 'formula'  class Libbs2b < Formula    url 'http://downloads.sourceforge.net/project/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.gz'    homepage 'http://bs2b.sourceforge.net/' -  md5 '2c3351f1785364107aabc44f67d33d84' +  sha1 'a71318211611a00bd3d595b0830d2188938ff89d'    depends_on 'pkg-config' => :build    depends_on 'libsndfile' diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb index ff6a3e5e1..4e0a6383e 100644 --- a/Library/Formula/libcaca.rb +++ b/Library/Formula/libcaca.rb @@ -4,7 +4,7 @@ class Libcaca < Formula    homepage 'http://caca.zoy.org/wiki/libcaca'    url 'http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz'    version '0.99b18' -  md5 '93d35dbdb0527d4c94df3e9a02e865cc' +  sha1 '0cbf8075c01d59b53c3cdfec7df9818696a41128'    depends_on 'pkg-config' => :build    depends_on 'imlib2' diff --git a/Library/Formula/libcddb.rb b/Library/Formula/libcddb.rb index ed386d052..2db435cab 100644 --- a/Library/Formula/libcddb.rb +++ b/Library/Formula/libcddb.rb @@ -2,7 +2,7 @@ require 'formula'  class Libcddb < Formula    url 'http://downloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2' -  md5 '8bb4a6f542197e8e9648ae597cd6bc8a' +  sha1 '2a7855918689692ff5ca3316d078a859d51959ce'    homepage 'http://libcddb.sourceforge.net/'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/libcuefile.rb b/Library/Formula/libcuefile.rb index 4998ceff6..fa823bedb 100644 --- a/Library/Formula/libcuefile.rb +++ b/Library/Formula/libcuefile.rb @@ -3,7 +3,7 @@ require 'formula'  class Libcuefile < Formula    homepage 'http://www.musepack.net/'    url 'http://files.musepack.net/source/libcuefile_r475.tar.gz' -  md5 '1a6ac52e1080fd54f0f59372345f1e4e' +  sha1 'd7363882384ff75809dc334d3ced8507b81c6051'    version 'r475'    depends_on 'cmake' => :build diff --git a/Library/Formula/libdaemon.rb b/Library/Formula/libdaemon.rb index bb2cc1c22..1dc4c5e18 100644 --- a/Library/Formula/libdaemon.rb +++ b/Library/Formula/libdaemon.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdaemon < Formula    url 'http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz'    homepage 'http://0pointer.de/lennart/projects/libdaemon/' -  md5 '509dc27107c21bcd9fbf2f95f5669563' +  sha1 '78a4db58cf3a7a8906c35592434e37680ca83b8f'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/libdap.rb b/Library/Formula/libdap.rb index 62dce83a6..ba12d4d36 100644 --- a/Library/Formula/libdap.rb +++ b/Library/Formula/libdap.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdap < Formula    homepage 'http://www.opendap.org'    url 'http://www.opendap.org/pub/source/libdap-3.11.2.tar.gz' -  md5 'ab8ab83332525e048802200ea0552619' +  sha1 '49393ae705e3bba66b3f7827b76645556e490240'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/libdca.rb b/Library/Formula/libdca.rb index 5ecaf0950..c7542155e 100644 --- a/Library/Formula/libdca.rb +++ b/Library/Formula/libdca.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdca < Formula    url 'http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2'    homepage 'http://www.videolan.org/developers/libdca.html' -  md5 'dab6b2795c66a82a6fcd4f8343343021' +  sha1 '3fa5188eaaa2fc83fb9c4196f6695a23cb17f3bc'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libdnet.rb b/Library/Formula/libdnet.rb index 322ecb257..7d46d114a 100644 --- a/Library/Formula/libdnet.rb +++ b/Library/Formula/libdnet.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdnet < Formula    homepage 'http://code.google.com/p/libdnet/'    url 'http://libdnet.googlecode.com/files/libdnet-1.12.tgz' -  md5 '9253ef6de1b5e28e9c9a62b882e44cc9' +  sha1 '71302be302e84fc19b559e811951b5d600d976f8'    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/libdshconfig.rb b/Library/Formula/libdshconfig.rb index 4f01a5be6..e31558aac 100644 --- a/Library/Formula/libdshconfig.rb +++ b/Library/Formula/libdshconfig.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdshconfig < Formula    url 'http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-0.20.13.tar.gz'    homepage 'http://www.netfort.gr.jp/~dancer/software/dsh.html.en' -  md5 'cb9db850231091a3a848e654d9f0806b' +  sha1 'fc19f56ee61ff71ae5699bc97b89cc4931ce64a1'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/libdsk.rb b/Library/Formula/libdsk.rb index 2e4e36ac8..974786621 100644 --- a/Library/Formula/libdsk.rb +++ b/Library/Formula/libdsk.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdsk < Formula    url 'http://www.seasip.info/Unix/LibDsk/libdsk-1.3.3.tar.gz'    homepage 'http://www.seasip.info/Unix/LibDsk/' -  md5 '2cce41b4b1325d697183e34afcae2a9c' +  sha1 '5ec36eb90cc55ba74b68b1529a15c51d60d382fe'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/libdv.rb b/Library/Formula/libdv.rb index 972ae6a07..522d513b0 100644 --- a/Library/Formula/libdv.rb +++ b/Library/Formula/libdv.rb @@ -3,7 +3,7 @@ require 'formula'  class Libdv < Formula    url 'http://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz'    homepage 'http://libdv.sourceforge.net' -  md5 'f895162161cfa4bb4a94c070a7caa6c7' +  sha1 '2e5ba0e95f665d60e72cbebcf1c4989e0d6c92c8'    depends_on 'popt' diff --git a/Library/Formula/libdvdnav.rb b/Library/Formula/libdvdnav.rb index 2e889307f..4cdd00209 100644 --- a/Library/Formula/libdvdnav.rb +++ b/Library/Formula/libdvdnav.rb @@ -4,7 +4,7 @@ class Libdvdnav < Formula    homepage 'http://dvdnav.mplayerhq.hu/'    url 'http://dvdnav.mplayerhq.hu/releases/libdvdnav-4.2.0.tar.bz2'    head 'svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav' -  md5 '53be8903f9802e101929a3451203bbf6' +  sha1 'ded45d985576169ae3630d8be7179a2323bc0f6f'    depends_on 'libdvdread' diff --git a/Library/Formula/libebml.rb b/Library/Formula/libebml.rb index e3977ac44..9be2c203b 100644 --- a/Library/Formula/libebml.rb +++ b/Library/Formula/libebml.rb @@ -4,7 +4,7 @@ class Libebml < Formula    homepage 'http://www.matroska.org/'    url 'http://dl.matroska.org/downloads/libebml/libebml-1.2.2.tar.bz2'    mirror 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libebml-1.2.2.tar.bz2' -  md5 '726cc2bd1a525929ff35ff9854c0ebab' +  sha1 'f8ef2e044b79b6e4f777b20c0e0e2382c16fbafc'    def install      cd 'make/linux' do diff --git a/Library/Formula/libelf.rb b/Library/Formula/libelf.rb index 23639ceec..a101b40a9 100644 --- a/Library/Formula/libelf.rb +++ b/Library/Formula/libelf.rb @@ -3,7 +3,7 @@ require 'formula'  class Libelf < Formula    homepage 'http://www.mr511.de/software/'    url 'http://www.mr511.de/software/libelf-0.8.13.tar.gz' -  md5 '4136d7b4c04df68b686570afa26988ac' +  sha1 'c1d6ac5f182d19dd685c4dfd74eedbfe3992425d'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/libewf.rb b/Library/Formula/libewf.rb index fd13f664a..5520bd56c 100644 --- a/Library/Formula/libewf.rb +++ b/Library/Formula/libewf.rb @@ -3,7 +3,7 @@ require 'formula'  class Libewf < Formula    homepage 'http://sourceforge.net/projects/libewf/'    url 'http://downloads.sourceforge.net/project/libewf/libewf2/libewf-20120504/libewf-20120504.tar.gz' -  md5 '1b96b845476173353839ca72bca12097' +  sha1 'ec1231d2c7c410a2e333eaf75213fe5f6da8d685'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libfishsound.rb b/Library/Formula/libfishsound.rb index abf0648da..5366476eb 100644 --- a/Library/Formula/libfishsound.rb +++ b/Library/Formula/libfishsound.rb @@ -3,7 +3,7 @@ require 'formula'  class Libfishsound < Formula    url 'http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz'    homepage 'http://xiph.org/fishsound/' -  md5 '02c5c7b361a35c9da3cf311d68800dab' +  sha1 '5263dfaa12dce71e30c5d80f871d92869c6b5ce2'    depends_on 'pkg-config' => :build    depends_on 'libvorbis' diff --git a/Library/Formula/libfixbuf.rb b/Library/Formula/libfixbuf.rb index cdea0e6b4..debda8be8 100644 --- a/Library/Formula/libfixbuf.rb +++ b/Library/Formula/libfixbuf.rb @@ -3,7 +3,7 @@ require 'formula'  class Libfixbuf < Formula    homepage 'http://tools.netsa.cert.org/fixbuf/'    url 'http://tools.netsa.cert.org/releases/libfixbuf-1.1.1.tar.gz' -  md5 '92f4a743a79fb2b0b36b8c3a6cbe4238' +  sha1 'e88b4b5659ccba928589d49e0271820966da7f1f'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/libftdi.rb b/Library/Formula/libftdi.rb index e24bf3a3f..4d78d4927 100644 --- a/Library/Formula/libftdi.rb +++ b/Library/Formula/libftdi.rb @@ -3,7 +3,7 @@ require 'formula'  class Libftdi < Formula    homepage 'http://www.intra2net.com/en/developer/libftdi'    url "http://www.intra2net.com/en/developer/libftdi/download/libftdi-0.20.tar.gz" -  md5 '355d4474e3faa81b485d6a604b06951f' +  sha1 '4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'    depends_on 'boost'    depends_on 'libusb-compat' diff --git a/Library/Formula/libgaiagraphics.rb b/Library/Formula/libgaiagraphics.rb index acc8abd54..b505e608a 100644 --- a/Library/Formula/libgaiagraphics.rb +++ b/Library/Formula/libgaiagraphics.rb @@ -3,7 +3,7 @@ require 'formula'  class Libgaiagraphics < Formula    homepage 'https://www.gaia-gis.it/fossil/libgaiagraphics/index'    url 'http://www.gaia-gis.it/gaia-sins/gaiagraphics-sources/libgaiagraphics-0.4b.tar.gz' -  md5 '6e7c703faad9de3beea296aa9508eec2' +  sha1 'd045ad6d22db9e67ba410a62b9398c337786fe53'    depends_on 'libgeotiff'    depends_on 'jpeg' diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index 04e536c23..5cc001ea7 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -3,7 +3,7 @@ require 'formula'  class Libgit2 < Formula    homepage 'http://libgit2.github.com/'    url 'https://github.com/libgit2/libgit2/tarball/v0.17.0' -  md5 '5a09dd1118d1354375407119d19e0f2c' +  sha1 'a868978e1d322d967fb7877b757f7c6b81b37923'    head 'https://github.com/libgit2/libgit2.git', :branch => 'master' diff --git a/Library/Formula/libglademm.rb b/Library/Formula/libglademm.rb index 3d09d0b85..c8427182f 100644 --- a/Library/Formula/libglademm.rb +++ b/Library/Formula/libglademm.rb @@ -3,7 +3,7 @@ require 'formula'  class Libglademm < Formula    homepage 'http://gnome.org'    url 'http://ftp.gnome.org/pub/GNOME/sources/libglademm/2.6/libglademm-2.6.7.tar.bz2' -  md5 'f9ca5b67f6c551ea98790ab5f21c19d0' +  sha1 'd7c0138c80ea337d2e9ae55f74a6953ce2eb9f5d'    depends_on 'pkg-config' => :build    depends_on 'gtkmm' diff --git a/Library/Formula/libgtextutils.rb b/Library/Formula/libgtextutils.rb index f3e727b0a..4b9c87a6b 100644 --- a/Library/Formula/libgtextutils.rb +++ b/Library/Formula/libgtextutils.rb @@ -3,7 +3,7 @@ require 'formula'  class Libgtextutils < Formula    homepage 'http://hannonlab.cshl.edu/fastx_toolkit/'    url 'http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2' -  md5 'd6969aa0d31cc934e1fedf3fe3d0dc63' +  sha1 '0e3ad375249d7f5236d18285e8a84141e118b119'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/libgtop.rb b/Library/Formula/libgtop.rb index 7a09ac342..b4f1e62e2 100644 --- a/Library/Formula/libgtop.rb +++ b/Library/Formula/libgtop.rb @@ -3,7 +3,7 @@ require 'formula'  class Libgtop < Formula    homepage 'http://library.gnome.org/devel/libgtop/stable/'    url 'http://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.4.tar.xz' -  md5 'c8aee3c9bde9033303147e993aa1b932' +  sha1 '8c88e14ae21ac5a7071f77aad41deaccf59d88e3'    depends_on 'xz' => :build    depends_on 'pkg-config' => :build diff --git a/Library/Formula/libharu.rb b/Library/Formula/libharu.rb index 761405bf5..0beac0da1 100644 --- a/Library/Formula/libharu.rb +++ b/Library/Formula/libharu.rb @@ -3,7 +3,7 @@ require 'formula'  class Libharu < Formula    homepage 'http://www.libharu.org'    url 'http://libharu.org/files/libharu-2.2.1.tar.bz2' -  md5 '4febd7e677b1c5d54db59a608b84e79f' +  sha1 'bfea7d9df3fb6a112340d0d54731f62f53b26d2f'    depends_on :libpng diff --git a/Library/Formula/libhid.rb b/Library/Formula/libhid.rb index dece0c408..50680ce77 100644 --- a/Library/Formula/libhid.rb +++ b/Library/Formula/libhid.rb @@ -3,7 +3,7 @@ require 'formula'  class Libhid < Formula    url 'http://alioth.debian.org/frs/download.php/1958/libhid-0.2.16.tar.gz'    homepage 'http://libhid.alioth.debian.org/' -  md5 'f2a427a6d6b98a5db8d17e2777173af7' +  sha1 '9a25fef674e8f20f97fea6700eb91c21ebbbcc02'    depends_on 'libusb'    depends_on 'libusb-compat' diff --git a/Library/Formula/libical.rb b/Library/Formula/libical.rb index 4509866d7..2779fe899 100644 --- a/Library/Formula/libical.rb +++ b/Library/Formula/libical.rb @@ -3,7 +3,7 @@ require 'formula'  class Libical < Formula    url 'http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.46/libical-0.46.tar.gz'    homepage 'http://www.citadel.org/doku.php/documentation:featured_projects:libical' -  md5 '9c08f88945bfd5d0791d102e4aa4125c' +  sha1 'a2a9cad21e0c336246100eef8d079cbaff50a6f3'    def install      system "./bootstrap" diff --git a/Library/Formula/libident.rb b/Library/Formula/libident.rb index 5379acac0..ebbbde3b6 100644 --- a/Library/Formula/libident.rb +++ b/Library/Formula/libident.rb @@ -3,7 +3,7 @@ require 'formula'  class Libident < Formula    url 'http://www.remlab.net/files/libident/libident-0.32.tar.gz'    homepage 'http://www.remlab.net/libident/' -  md5 '9b9346eacc28d842d164881f0efa3388' +  sha1 '4658807b017f21928a64f3442ee3a2b91f48d14e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/libidl.rb b/Library/Formula/libidl.rb index a652d7c0d..a333ed765 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -3,7 +3,7 @@ require 'formula'  class Libidl < Formula    homepage 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/'    url 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2' -  md5 'bb8e10a218fac793a52d404d14adedcb' +  sha1 'abedf091bef0c7e65162111baf068dcb739ffcd3'    option :universal diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index 3de5591b7..3efc3d8a5 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -3,7 +3,7 @@ require 'formula'  class Libimobiledevice < Formula    homepage 'http://www.libimobiledevice.org/'    url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.4.tar.bz2' -  md5 '3f28cbc6a2e30d34685049c0abde5183' +  sha1 'd59d9751d9f792e8674cd87c91005d431bf56065'    head 'http://cgit.sukimashita.com/libimobiledevice.git' diff --git a/Library/Formula/libiptcdata.rb b/Library/Formula/libiptcdata.rb index dcfb0c809..f0a4adf38 100644 --- a/Library/Formula/libiptcdata.rb +++ b/Library/Formula/libiptcdata.rb @@ -3,7 +3,7 @@ require 'formula'  class Libiptcdata < Formula    url 'http://sourceforge.net/projects/libiptcdata/files/libiptcdata/1.0.4/libiptcdata-1.0.4.tar.gz'    homepage 'http://libiptcdata.sourceforge.net/' -  md5 'af886556ecb129b694f2d365d03d95a8' +  sha1 '2e967be3aee9ae5393f208a3df2b52e08dcd98c8'    depends_on 'gettext' diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb index 51fc498a4..0dc2ddecd 100644 --- a/Library/Formula/libkml.rb +++ b/Library/Formula/libkml.rb @@ -3,7 +3,7 @@ require 'formula'  class Libkml < Formula    url 'http://libkml.googlecode.com/files/libkml-1.2.0.tar.gz'    homepage 'http://code.google.com/p/libkml/' -  md5 '25d534437f971bf55a945608e39fea79' +  sha1 '3fa5acdc2b2185d7f0316d205002b7162f079894'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/liblas.rb b/Library/Formula/liblas.rb index 077dfc1a9..5b21bd2ae 100644 --- a/Library/Formula/liblas.rb +++ b/Library/Formula/liblas.rb @@ -3,7 +3,7 @@ require 'formula'  class Liblas < Formula    homepage 'http://liblas.org'    url 'http://download.osgeo.org/liblas/libLAS-1.7.0.tar.gz' -  md5 '03de7a61132902846c12f3b28c38eb37' +  sha1 'f31070efdf7bb7d6675c23c6c6c84584e3a10869'    depends_on 'cmake' => :build    depends_on 'libgeotiff' diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index c7da8046e..cf2d09fb4 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -3,7 +3,7 @@ require 'formula'  class Liblastfm < Formula    homepage 'https://github.com/mxcl/liblastfm/'    url 'https://github.com/mxcl/liblastfm/tarball/0.3.3' -  md5 'fe339bf46aefc515c251200d10262f79' +  sha1 'f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'    depends_on 'qt'    depends_on 'fftw' diff --git a/Library/Formula/liblo.rb b/Library/Formula/liblo.rb index 877a16d11..c17f2aa77 100644 --- a/Library/Formula/liblo.rb +++ b/Library/Formula/liblo.rb @@ -3,7 +3,7 @@ require 'formula'  class Liblo < Formula    url 'http://downloads.sourceforge.net/project/liblo/liblo/0.26/liblo-0.26.tar.gz'    homepage 'http://liblo.sourceforge.net/' -  md5 '5351de14262560e15e7f23865293b16f' +  sha1 '21942c8f19e9829b5842cb85352f98c49dfbc823'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/liblockfile.rb b/Library/Formula/liblockfile.rb index 76c444d80..5762e9e53 100644 --- a/Library/Formula/liblockfile.rb +++ b/Library/Formula/liblockfile.rb @@ -4,7 +4,7 @@ class Liblockfile < Formula    url 'http://mirrors.kernel.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz'    homepage 'http://packages.qa.debian.org/libl/liblockfile.html' -  md5 'c24e2dfb4a2aab0263fe5ac1564d305e' +  sha1 'c3b67ca81abb45aa02c75c2a99f0e387b897fe73'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/liblqr.rb b/Library/Formula/liblqr.rb index 16953f9bb..cbb92a031 100644 --- a/Library/Formula/liblqr.rb +++ b/Library/Formula/liblqr.rb @@ -3,7 +3,7 @@ require 'formula'  class Liblqr < Formula    url 'http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-0.4.1.tar.bz2'    homepage 'http://liblqr.wikidot.com/' -  md5 '0e24ed3c9fcdcb111062640764d7b87a' +  sha1 '42b30b157b0c47690baa847847e24c7c94412b75'    version '0.4.1'    head 'git://repo.or.cz/liblqr.git' diff --git a/Library/Formula/liblunar.rb b/Library/Formula/liblunar.rb index 43261350a..1e04b29d8 100644 --- a/Library/Formula/liblunar.rb +++ b/Library/Formula/liblunar.rb @@ -3,7 +3,7 @@ require 'formula'  class Liblunar < Formula    url 'http://liblunar.googlecode.com/files/liblunar-2.2.4.tar.gz'    homepage 'http://code.google.com/p/liblunar/' -  md5 '6f5a7e2f79483f572af3f896c9379b0f' +  sha1 '34efb18ebe827ac47da6aecef70735d5c2a6b8d4'    depends_on 'gettext'    depends_on 'intltool' diff --git a/Library/Formula/libmatroska.rb b/Library/Formula/libmatroska.rb index 0462ef6be..9c6570b4a 100644 --- a/Library/Formula/libmatroska.rb +++ b/Library/Formula/libmatroska.rb @@ -4,7 +4,7 @@ class Libmatroska < Formula    homepage 'http://www.matroska.org/'    url 'http://dl.matroska.org/downloads/libmatroska/libmatroska-1.3.0.tar.bz2'    mirror 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libmatroska-1.3.0.tar.bz2' -  md5 'f4a8c411f09d39c754eb726efd616043' +  sha1 '81c5a812604c0f05c471230e05b8cbc4542226fc'    depends_on 'libebml' diff --git a/Library/Formula/libming.rb b/Library/Formula/libming.rb index de0fbb0d5..40d0f0940 100644 --- a/Library/Formula/libming.rb +++ b/Library/Formula/libming.rb @@ -2,7 +2,7 @@ require 'formula'  class Libming < Formula    url 'https://sourceforge.net/projects/ming/files/Releases/Ming%200.4.3/ming-0.4.3.tar.bz2' -  md5 'db6bae65d000e2f2ac78583fd453f99a' +  sha1 'e51a1c9de7efcd6b20f727a824cfbf323b6f5e6f'    homepage 'http://www.libming.org'    depends_on :libpng diff --git a/Library/Formula/libmp3splt.rb b/Library/Formula/libmp3splt.rb index 3476f066b..16cd333d7 100644 --- a/Library/Formula/libmp3splt.rb +++ b/Library/Formula/libmp3splt.rb @@ -3,7 +3,7 @@ require 'formula'  class Libmp3splt < Formula    homepage 'http://mp3splt.sourceforge.net'    url 'http://downloads.sourceforge.net/project/mp3splt/libmp3splt/0.7.2/libmp3splt-0.7.2.tar.gz' -  md5 '848817d1d980729aec99bbc62caddd76' +  sha1 'b70df9c57aef88d7831a939871b231789f922157'    # Linking fails on 10.6 (and lower?) without a duplicate libtool; see #10350    depends_on 'libtool' => :build diff --git a/Library/Formula/libmpeg2.rb b/Library/Formula/libmpeg2.rb index 7fd3735a7..e22de2d46 100644 --- a/Library/Formula/libmpeg2.rb +++ b/Library/Formula/libmpeg2.rb @@ -3,7 +3,7 @@ require 'formula'  class Libmpeg2 < Formula    url 'http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz'    homepage 'http://libmpeg2.sourceforge.net/' -  md5 '0f92c7454e58379b4a5a378485bbd8ef' +  sha1 '0f9163d8fd52db5f577ebe45636f674252641fd7'    depends_on 'sdl' diff --git a/Library/Formula/libmtp.rb b/Library/Formula/libmtp.rb index 93b88feaa..d40a2bc78 100644 --- a/Library/Formula/libmtp.rb +++ b/Library/Formula/libmtp.rb @@ -3,7 +3,7 @@ require 'formula'  class Libmtp < Formula    homepage 'http://libmtp.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/libmtp/libmtp/1.1.2/libmtp-1.1.2.tar.gz' -  md5 '6dc708757e3fd3ccce7445b4f2171263' +  sha1 '239c07afcb1ebd02b865050d0a31f5ff36b012d5'    depends_on "libusb-compat" diff --git a/Library/Formula/libnids.rb b/Library/Formula/libnids.rb index d23e0a760..448d61d7e 100644 --- a/Library/Formula/libnids.rb +++ b/Library/Formula/libnids.rb @@ -3,7 +3,7 @@ require 'formula'  class Libnids < Formula    homepage 'http://libnids.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/libnids/libnids/1.24/libnids-1.24.tar.gz' -  md5 '72d37c79c85615ffe158aa524d649610' +  sha1 '9a421df05cefdc4f5f7db95efc001b3c2b5249ce'    option "disable-libnet", "Don't include code requiring libnet"    option "disable-libglib", "Don't use glib2 for multiprocessing support" diff --git a/Library/Formula/libogg.rb b/Library/Formula/libogg.rb index 5e6264ec4..4a6e3bd29 100644 --- a/Library/Formula/libogg.rb +++ b/Library/Formula/libogg.rb @@ -3,7 +3,7 @@ require 'formula'  class Libogg < Formula    homepage 'http://www.xiph.org/ogg/'    url 'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz' -  md5 '0a7eb40b86ac050db3a789ab65fe21c2' +  sha1 'a900af21b6d7db1c7aa74eb0c39589ed9db991b8'    head 'http://svn.xiph.org/trunk/ogg' diff --git a/Library/Formula/liboil.rb b/Library/Formula/liboil.rb index 9a49abe9b..52d7ab74f 100644 --- a/Library/Formula/liboil.rb +++ b/Library/Formula/liboil.rb @@ -3,7 +3,7 @@ require 'formula'  class Liboil < Formula    homepage 'http://liboil.freedesktop.org/'    url 'http://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz' -  md5 '47dc734f82faeb2964d97771cfd2e701' +  sha1 'f9d7103a3a4a4089f56197f81871ae9129d229ed'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/libopennet.rb b/Library/Formula/libopennet.rb index 3e5069866..e69e7f086 100644 --- a/Library/Formula/libopennet.rb +++ b/Library/Formula/libopennet.rb @@ -3,7 +3,7 @@ require 'formula'  class Libopennet < Formula    url 'http://www.rkeene.org/files/oss/libopennet/libopennet-0.9.9.tar.gz'    homepage 'http://www.rkeene.org/oss/libopennet' -  md5 '621294efc0d2d1a839d6262359b46f9c' +  sha1 'd15c698498401ec6036646eaf19914117d6f5c56'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/libotr.rb b/Library/Formula/libotr.rb index 3662be0f2..9a83e8f1a 100644 --- a/Library/Formula/libotr.rb +++ b/Library/Formula/libotr.rb @@ -3,7 +3,7 @@ require 'formula'  class Libotr < Formula    url 'http://www.cypherpunks.ca/otr/libotr-3.2.0.tar.gz'    homepage 'http://www.cypherpunks.ca/otr/' -  md5 'faba02e60f64e492838929be2272f839' +  sha1 'e5e10b8ddaf59b0ada6046d156d0431cd2790db9'    depends_on 'libgcrypt' diff --git a/Library/Formula/libpano.rb b/Library/Formula/libpano.rb index 0540c30c3..147a35bf1 100644 --- a/Library/Formula/libpano.rb +++ b/Library/Formula/libpano.rb @@ -4,7 +4,7 @@ class Libpano < Formula    url 'http://downloads.sourceforge.net/project/panotools/libpano13/libpano13-2.9.18/libpano13-2.9.18.tar.gz'    version '13-2.9.18'    homepage 'http://panotools.sourceforge.net/' -  md5 '9c3a4fce8b6f1d79e395896ce5d8776e' +  sha1 '23849bdbdfc9176a2b53d157e58bd24aa0e7276e'    depends_on :libpng    depends_on 'jpeg' diff --git a/Library/Formula/libpar2.rb b/Library/Formula/libpar2.rb index a3bfe1532..1ecaacaa3 100644 --- a/Library/Formula/libpar2.rb +++ b/Library/Formula/libpar2.rb @@ -3,7 +3,7 @@ require 'formula'  class Libpar2 < Formula    url 'http://sourceforge.net/projects/parchive/files/libpar2/0.2/libpar2-0.2.tar.gz'    homepage 'http://parchive.sourceforge.net/' -  md5 '94c6df4e38efe08056ecde2a04e0be91' +  sha1 '4b3da928ea6097a8299aadafa703fc6d59bdfb4b'    depends_on 'pkg-config' => :build    depends_on 'libsigc++' diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 8517617d9..6608c4f42 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -3,7 +3,7 @@ require 'formula'  class Libplist < Formula    homepage 'http://cgit.sukimashita.com/libplist.git/'    url 'http://cgit.sukimashita.com/libplist.git/snapshot/libplist-1.8.tar.bz2' -  md5 '2a9e0258847d50f9760dc3ece25f4dc6' +  sha1 'dea18ac31cc497dba959bdb459a2a49fb41664c3'    depends_on 'cmake' => :build    depends_on 'libxml2' diff --git a/Library/Formula/libpqxx.rb b/Library/Formula/libpqxx.rb index 4d0ef2167..e91e1228a 100644 --- a/Library/Formula/libpqxx.rb +++ b/Library/Formula/libpqxx.rb @@ -22,7 +22,7 @@ end  class Libpqxx < Formula    homepage 'http://pqxx.org/development/libpqxx/'    url 'http://pqxx.org/download/software/libpqxx/libpqxx-4.0.tar.gz' -  md5 'bd7541f858400a96cbe2a48cb342ad0e' +  sha1 '09e6301e610e7acddbec85f4803886fd6822b2e6'    depends_on 'pkg-config' => :build    depends_on PostgresqlInstalled.new diff --git a/Library/Formula/libqalculate.rb b/Library/Formula/libqalculate.rb index b9b9761d7..b069171a7 100644 --- a/Library/Formula/libqalculate.rb +++ b/Library/Formula/libqalculate.rb @@ -3,7 +3,7 @@ require 'formula'  class Libqalculate < Formula    homepage 'http://qalculate.sourceforge.net/'    url 'http://sourceforge.net/projects/qalculate/files/libqalculate/libqalculate-0.9.7/libqalculate-0.9.7.tar.gz' -  md5 'a1507ab862f4ad9852788619aada35cd' +  sha1 'c15f7f3a97995decf62cc964956fc1e374ecd78c'    depends_on 'cln'    depends_on 'glib' diff --git a/Library/Formula/libquicktime.rb b/Library/Formula/libquicktime.rb index 59e8645d9..dff561598 100644 --- a/Library/Formula/libquicktime.rb +++ b/Library/Formula/libquicktime.rb @@ -3,7 +3,7 @@ require 'formula'  class Libquicktime < Formula    homepage 'http://libquicktime.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/libquicktime/libquicktime/1.2.4/libquicktime-1.2.4.tar.gz' -  md5 '81cfcebad9b7ee7e7cfbefc861d6d61b' +  sha1 '7008b2dc27b9b40965bd2df42d39ff4cb8b6305e'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/libreplaygain.rb b/Library/Formula/libreplaygain.rb index b7d591087..530c2a82e 100644 --- a/Library/Formula/libreplaygain.rb +++ b/Library/Formula/libreplaygain.rb @@ -4,7 +4,7 @@ class Libreplaygain < Formula    homepage 'http://www.musepack.net/'    url 'http://files.musepack.net/source/libreplaygain_r475.tar.gz'    version 'r475' -  md5 'e27b3b1249b7fbae92d656d9e3d26633' +  sha1 '7739b4b9cf46e0846663f707a9498a4db0345eaf'    depends_on 'cmake' => :build diff --git a/Library/Formula/librsync.rb b/Library/Formula/librsync.rb index 6cbfb463d..05f0aa3fc 100644 --- a/Library/Formula/librsync.rb +++ b/Library/Formula/librsync.rb @@ -3,7 +3,7 @@ require 'formula'  class Librsync < Formula    url 'http://downloads.sourceforge.net/project/librsync/librsync/0.9.7/librsync-0.9.7.tar.gz'    homepage 'http://librsync.sourceforge.net/' -  md5 '24cdb6b78f45e0e83766903fd4f6bc84' +  sha1 'd575eb5cae7a815798220c3afeff5649d3e8b4ab'    def patches      # fixes librsync doesn't correctly export inlined functions: diff --git a/Library/Formula/libsamplerate.rb b/Library/Formula/libsamplerate.rb index 3b46da023..1eb7bf14d 100644 --- a/Library/Formula/libsamplerate.rb +++ b/Library/Formula/libsamplerate.rb @@ -3,7 +3,7 @@ require 'formula'  class Libsamplerate < Formula    homepage 'http://www.mega-nerd.com/SRC'    url 'http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz' -  md5 '1c7fb25191b4e6e3628d198a66a84f47' +  sha1 'e5fe82c4786be2fa33ca6bd4897db4868347fe70'    depends_on 'pkg-config' => :build    depends_on 'libsndfile' => :optional diff --git a/Library/Formula/libshout.rb b/Library/Formula/libshout.rb index 5c361e02c..da3c97666 100644 --- a/Library/Formula/libshout.rb +++ b/Library/Formula/libshout.rb @@ -3,7 +3,7 @@ require 'formula'  class Libshout < Formula    url 'http://downloads.us.xiph.org/releases/libshout/libshout-2.2.2.tar.gz'    homepage 'http://www.icecast.org/' -  md5 '4f75fc9901c724b712c371c9a1e782d3' +  sha1 'cabc409e63f55383f4d85fac26d3056bf0365aac'    depends_on 'pkg-config' => :build    depends_on 'libogg' diff --git a/Library/Formula/libsmi.rb b/Library/Formula/libsmi.rb index 372a77b46..5c96bf5ed 100644 --- a/Library/Formula/libsmi.rb +++ b/Library/Formula/libsmi.rb @@ -3,7 +3,7 @@ require 'formula'  class Libsmi < Formula    url 'ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz'    homepage 'http://www.ibr.cs.tu-bs.de/projects/libsmi/' -  md5 '760b6b1070738158708649ed2c63425e' +  sha1 '77c512ccbdd29667d152398b0dcde533aed57b49'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libsndfile.rb b/Library/Formula/libsndfile.rb index cc4a80925..aeb818f25 100644 --- a/Library/Formula/libsndfile.rb +++ b/Library/Formula/libsndfile.rb @@ -3,7 +3,7 @@ require 'formula'  class Libsndfile < Formula    homepage 'http://www.mega-nerd.com/libsndfile/'    url 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz' -  md5 'e2b7bb637e01022c7d20f95f9c3990a2' +  sha1 'e95d9fca57f7ddace9f197071cbcfb92fa16748e'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/libspatialite.rb b/Library/Formula/libspatialite.rb index fd1e71640..c37d33f65 100644 --- a/Library/Formula/libspatialite.rb +++ b/Library/Formula/libspatialite.rb @@ -7,7 +7,7 @@ end  class Libspatialite < Formula    homepage 'https://www.gaia-gis.it/fossil/libspatialite/index'    url 'http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-3.0.1.tar.gz' -  md5 '450d1a0d9da1bd9f770b7db3f2509f69' +  sha1 'a88c763302aabc3b74d44a88f969c8475f0c0d10'    def options      [['--without-freexl', 'Build without support for reading Excel files']] diff --git a/Library/Formula/libspotify.rb b/Library/Formula/libspotify.rb index cf5c7b078..649c084a7 100644 --- a/Library/Formula/libspotify.rb +++ b/Library/Formula/libspotify.rb @@ -3,7 +3,7 @@ require 'formula'  class Libspotify < Formula    homepage 'http://developer.spotify.com/en/libspotify/overview/'    url 'https://developer.spotify.com/download/libspotify/libspotify-12.1.51-Darwin-universal.zip' -  md5 '41d019fd85c83ca4c28b823f825a9311' +  sha1 '5a02b7af804661ebff0f4db01a85e91635de8fb3'    def install      (include+'libspotify').install "libspotify.framework/Versions/12.1.51/Headers/api.h" diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index 6c67b3c7e..fcb0f4253 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -3,7 +3,7 @@ require 'formula'  class Libssh < Formula    homepage 'http://www.libssh.org/'    url 'http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz' -  md5 '38b67c48af7a9204660a3e08f97ceba6' +  sha1 '4bf36d4052bd0c948e05bbf3b0cd0da8684ac00e'    depends_on 'cmake' => :build diff --git a/Library/Formula/libstxxl.rb b/Library/Formula/libstxxl.rb index fcc40b119..59a008ce6 100644 --- a/Library/Formula/libstxxl.rb +++ b/Library/Formula/libstxxl.rb @@ -3,7 +3,7 @@ require 'formula'  class Libstxxl < Formula    homepage 'http://stxxl.sourceforge.net/'    url 'http://sourceforge.net/projects/stxxl/files/stxxl/1.3.1/stxxl-1.3.1.tar.gz' -  md5 '8d0e8544c4c830cf9ae81c39b092438c' +  sha1 '5fba2bb26b919a07e966b2f69ae29aa671892a7d'    def install      ENV['COMPILER'] = ENV.cxx diff --git a/Library/Formula/libsvg-cairo.rb b/Library/Formula/libsvg-cairo.rb index e0b439fd8..8db52ecd7 100644 --- a/Library/Formula/libsvg-cairo.rb +++ b/Library/Formula/libsvg-cairo.rb @@ -3,7 +3,7 @@ require 'formula'  class LibsvgCairo < Formula    url 'http://cairographics.org/snapshots/libsvg-cairo-0.1.6.tar.gz'    homepage 'http://cairographics.org/' -  md5 'd79da7b3a60ad8c8e4b902c9b3563047' +  sha1 'c7bf131b59e8c00a80ce07c6f2f90f25a7c61f81'    depends_on 'pkg-config' => :build    depends_on 'libsvg' diff --git a/Library/Formula/libsvg.rb b/Library/Formula/libsvg.rb index 6060ea672..9644312ff 100644 --- a/Library/Formula/libsvg.rb +++ b/Library/Formula/libsvg.rb @@ -3,7 +3,7 @@ require 'formula'  class Libsvg < Formula    url 'http://cairographics.org/snapshots/libsvg-0.1.4.tar.gz'    homepage 'http://cairographics.org/' -  md5 'ce0715e3013f78506795fba16e8455d3' +  sha1 '2198e65833eed905d93be70f3db4f0d32a2eaf57'    depends_on :libpng    depends_on 'jpeg' diff --git a/Library/Formula/libsvm.rb b/Library/Formula/libsvm.rb index 8159ec781..31497139a 100644 --- a/Library/Formula/libsvm.rb +++ b/Library/Formula/libsvm.rb @@ -3,7 +3,7 @@ require 'formula'  class Libsvm < Formula    homepage 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/'    url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.12.tar.gz' -  md5 'a1b1083fe69a4ac695da753f4c83ed42' +  sha1 '6ee77eb3d89af07fe48058dba0dcc24c85020b85'    def install      system "make", "CFLAGS=#{ENV.cflags}" diff --git a/Library/Formula/libtasn1.rb b/Library/Formula/libtasn1.rb index e9436afb6..57bb4beb8 100644 --- a/Library/Formula/libtasn1.rb +++ b/Library/Formula/libtasn1.rb @@ -4,7 +4,7 @@ class Libtasn1 < Formula    homepage 'http://www.gnu.org/software/libtasn1/'    url 'http://ftpmirror.gnu.org/libtasn1/libtasn1-2.13.tar.gz'    mirror 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.13.tar.gz' -  md5 'df27eaddcc46172377e6b907e33ddc83' +  sha1 '89120584bfedd244dab92df99e955a174c481851'    def install      ENV.universal_binary diff --git a/Library/Formula/libtecla.rb b/Library/Formula/libtecla.rb index 472a676ae..634e5b5d7 100644 --- a/Library/Formula/libtecla.rb +++ b/Library/Formula/libtecla.rb @@ -3,7 +3,7 @@ require 'formula'  class Libtecla < Formula    url 'http://www.astro.caltech.edu/~mcs/tecla/libtecla-1.6.1.tar.gz'    homepage 'http://www.astro.caltech.edu/~mcs/tecla/index.html' -  md5 '1892c8db9fecd38ed686b3ccf72a569b' +  sha1 '99c82990e7a41050211e4a449e50e20ee511c284'    def install      ENV.j1 diff --git a/Library/Formula/libtermkey.rb b/Library/Formula/libtermkey.rb index 27fcf11cc..81167cf9d 100644 --- a/Library/Formula/libtermkey.rb +++ b/Library/Formula/libtermkey.rb @@ -3,7 +3,7 @@ require 'formula'  class Libtermkey < Formula    homepage 'http://www.leonerd.org.uk/code/libtermkey/'    url 'http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.13.tar.gz' -  md5 'f3bd5912c7a0d9b3eede126528c25665' +  sha1 'f0c2ead4185095e5c87c51b1a721e211ea08bae6'    def install      system "make", "PREFIX=#{prefix}", "LIBTOOL=glibtool" diff --git a/Library/Formula/libtommath.rb b/Library/Formula/libtommath.rb index 5ca66615f..e95889677 100644 --- a/Library/Formula/libtommath.rb +++ b/Library/Formula/libtommath.rb @@ -3,7 +3,7 @@ require 'formula'  class Libtommath < Formula    url 'http://libtom.org/files/ltm-0.42.0.tar.bz2'    homepage 'http://libtom.org/?page=features&newsitems=5&whatfile=ltm' -  md5 '7380da904b020301be7045cb3a89039b' +  sha1 '9b192701cf62b85e9bd65fbb4d622d04cfa5ee0d'    def patches      DATA # Makefile tries to install as root:wheel diff --git a/Library/Formula/libtrace.rb b/Library/Formula/libtrace.rb index ab2bf7a4c..f1bc2cfb4 100644 --- a/Library/Formula/libtrace.rb +++ b/Library/Formula/libtrace.rb @@ -3,7 +3,7 @@ require 'formula'  class Libtrace < Formula    homepage 'http://research.wand.net.nz/software/libtrace.php'    url 'http://research.wand.net.nz/software/libtrace/libtrace-3.0.14.tar.bz2' -  md5 '277125db3f976e03b1b774b5607c890e' +  sha1 '9e860ebd280a9c927b254e1936b87888c844b458'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libunistring.rb b/Library/Formula/libunistring.rb index 865220524..ac7b46bc1 100644 --- a/Library/Formula/libunistring.rb +++ b/Library/Formula/libunistring.rb @@ -4,7 +4,7 @@ class Libunistring < Formula    url 'http://ftpmirror.gnu.org/libunistring/libunistring-0.9.3.tar.gz'    mirror 'http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz'    homepage 'http://www.gnu.org/software/libunistring/' -  md5 'db8eca3b64163abadf8c40e5cecc261f' +  sha1 'e1ea13c24a30bc93932d19eb5ad0704a618506dd'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/libupnp.rb b/Library/Formula/libupnp.rb index a49d647e4..652d2ef45 100644 --- a/Library/Formula/libupnp.rb +++ b/Library/Formula/libupnp.rb @@ -6,7 +6,7 @@ require 'formula'  class Libupnp < Formula    url 'http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%201.6.6/libupnp-1.6.6.tar.bz2'    homepage 'http://pupnp.sourceforge.net/' -  md5 '8918dcf7428cd119d0c8275765ff2833' +  sha1 '24c2c349cb52ed3d62121fbdae205c8d9dc0f5fa'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/libvbucket.rb b/Library/Formula/libvbucket.rb index a3607dbca..2cec94305 100644 --- a/Library/Formula/libvbucket.rb +++ b/Library/Formula/libvbucket.rb @@ -3,7 +3,7 @@ require 'formula'  class Libvbucket < Formula    homepage 'http://couchbase.com/develop/c/current'    url 'http://packages.couchbase.com/clients/c/libvbucket-1.8.0.4.tar.gz' -  md5 '7d4c45fad392ce3a9cf0f39420441e24' +  sha1 '4f24a85d251c0fca69e7705681a2170dd794492a'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/libvo-aacenc.rb b/Library/Formula/libvo-aacenc.rb index 0a7ec1e21..3d99da015 100644 --- a/Library/Formula/libvo-aacenc.rb +++ b/Library/Formula/libvo-aacenc.rb @@ -3,7 +3,7 @@ require 'formula'  class LibvoAacenc < Formula    homepage 'http://opencore-amr.sourceforge.net/'    url 'http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/vo-aacenc-0.1.2.tar.gz' -  md5 'cc862dce14ea5d688506904160c65a02' +  sha1 'ac56325c05eba4c4f8fe2c5443121753f4d70255'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/libwmf.rb b/Library/Formula/libwmf.rb index e2dcb8714..d598f54ed 100644 --- a/Library/Formula/libwmf.rb +++ b/Library/Formula/libwmf.rb @@ -3,7 +3,7 @@ require 'formula'  class Libwmf < Formula    url 'http://downloads.sourceforge.net/project/wvware/libwmf/0.2.8.4/libwmf-0.2.8.4.tar.gz'    homepage 'http://wvware.sourceforge.net/libwmf.html' -  md5 'd1177739bf1ceb07f57421f0cee191e0' +  sha1 '822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89'    depends_on 'pkg-config' => :build    depends_on 'gd' diff --git a/Library/Formula/libwpg.rb b/Library/Formula/libwpg.rb index 6a1752ca3..9ddbb50de 100644 --- a/Library/Formula/libwpg.rb +++ b/Library/Formula/libwpg.rb @@ -2,7 +2,7 @@ require 'formula'  class Libwpg < Formula    url 'http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-0.2.0/libwpg-0.2.0.tar.bz2' -  md5 '5ba6a61a2f66dfd5fee8cdd4cd262a37' +  sha1 '34a692566bda66488f83c635774d1bd92cee0fdf'    homepage 'http://libwpg.sourceforge.net/'    depends_on 'libwpd' diff --git a/Library/Formula/libxdiff.rb b/Library/Formula/libxdiff.rb index ad7dc1636..100afe8c3 100644 --- a/Library/Formula/libxdiff.rb +++ b/Library/Formula/libxdiff.rb @@ -3,7 +3,7 @@ require 'formula'  class Libxdiff < Formula    url 'http://www.xmailserver.org/libxdiff-0.23.tar.gz'    homepage 'http://www.xmailserver.org/xdiff-lib.html' -  md5 '8970281543130411d8a1b1f004a8418b' +  sha1 'f92eff48eeb49d5145ddafcb72dcfb18f5d07303'    def install      system "./configure", "--disable-debug", diff --git a/Library/Formula/libxmi.rb b/Library/Formula/libxmi.rb index ec2e915dc..a8bff0139 100644 --- a/Library/Formula/libxmi.rb +++ b/Library/Formula/libxmi.rb @@ -4,7 +4,7 @@ class Libxmi < Formula    homepage 'http://www.gnu.org/software/libxmi/'    url 'http://ftpmirror.gnu.org/libxmi/libxmi-1.2.tar.gz'    mirror 'http://ftp.gnu.org/libxmi/libxmi-1.2.tar.gz' -  md5 '4e6935484f0ad71b531920bf4c546b47' +  sha1 '62fa13ec4c8b706729c2553122e44f81715f3c0b'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb index 99f183a54..2277df6c3 100644 --- a/Library/Formula/libxmlsec1.rb +++ b/Library/Formula/libxmlsec1.rb @@ -3,7 +3,7 @@ require 'formula'  class Libxmlsec1 < Formula    homepage 'http://www.aleksey.com/xmlsec/'    url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz' -  md5 '8694b4609aab647186607f79e1da7f1a' +  sha1 '740c3c791be838bf638651a3fe0e80c624c2ae0e'    depends_on 'pkg-config' => :build    depends_on 'libxml2' # Version on 10.6/10.7 is too old diff --git a/Library/Formula/libxspf.rb b/Library/Formula/libxspf.rb index 8275f9771..14b0af07d 100644 --- a/Library/Formula/libxspf.rb +++ b/Library/Formula/libxspf.rb @@ -3,7 +3,7 @@ require 'formula'  class Libxspf < Formula    url 'http://downloads.xiph.org/releases/xspf/libxspf-1.2.0.tar.bz2'    homepage 'http://libspiff.sourceforge.net/' -  md5 'eceb3bf8fd4af3b09ea06c5c029cd647' +  sha1 '23bbc0573636928210f42699029941dd06b20a1d'    depends_on 'cpptest'    depends_on 'uriparser' diff --git a/Library/Formula/libyaml.rb b/Library/Formula/libyaml.rb index 3f73ee0c2..08eadf4d4 100644 --- a/Library/Formula/libyaml.rb +++ b/Library/Formula/libyaml.rb @@ -3,7 +3,7 @@ require 'formula'  class Libyaml < Formula    homepage 'http://pyyaml.org/wiki/LibYAML'    url 'http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz' -  md5 '36c852831d02cf90508c29852361d01b' +  sha1 'e0e5e09192ab10a607e3da2970db492118f560f2'    option :universal diff --git a/Library/Formula/libzdb.rb b/Library/Formula/libzdb.rb index b4c4dfca2..6138476af 100644 --- a/Library/Formula/libzdb.rb +++ b/Library/Formula/libzdb.rb @@ -63,7 +63,7 @@ end  class Libzdb < Formula    homepage 'http://tildeslash.com/libzdb/'    url 'http://tildeslash.com/libzdb/dist/libzdb-2.10.5.tar.gz' -  md5 'ff44923fd53925155dc630d53a6d4708' +  sha1 '30f975e73caf58f1fa02260ed7136185a3ba2d27'    depends_on PostgresInstalled.new unless no_postgresql?    depends_on MySqlInstalled.new    unless no_mysql? diff --git a/Library/Formula/libzip.rb b/Library/Formula/libzip.rb index c3ead2da6..84f259a08 100644 --- a/Library/Formula/libzip.rb +++ b/Library/Formula/libzip.rb @@ -3,7 +3,7 @@ require 'formula'  class Libzip < Formula    url 'http://www.nih.at/libzip/libzip-0.10.1.tar.bz2'    homepage 'http://www.nih.at/libzip/' -  md5 'd3e933ae049204badccf605f20aaecde' +  sha1 '04be811a1919e1063a1f5210671181b7b5416d45'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", diff --git a/Library/Formula/lifelines.rb b/Library/Formula/lifelines.rb index f85221b4f..1978a4c5a 100644 --- a/Library/Formula/lifelines.rb +++ b/Library/Formula/lifelines.rb @@ -3,7 +3,7 @@ require 'formula'  class Lifelines < Formula    homepage 'http://lifelines.sourceforge.net/'    url 'http://sourceforge.net/projects/lifelines/files/lifelines/3.0.62/lifelines-3.0.62.tar.gz' -  md5 'ff617e64205763c239b0805d8bbe19fe' +  sha1 'cbb215167082b9f029e03c86c143d30148e8d3c1'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/lightning.rb b/Library/Formula/lightning.rb index ad5f9ee48..94ee77bb9 100644 --- a/Library/Formula/lightning.rb +++ b/Library/Formula/lightning.rb @@ -3,7 +3,7 @@ require 'formula'  class Lightning < Formula    url 'http://ftpmirror.gnu.org/lightning/lightning-1.2.tar.gz'    mirror 'http://ftp.gnu.org/gnu/lightning/lightning-1.2.tar.gz' -  md5 'dcd2c46ee4dd5d99edd9930022ad2153' +  sha1 '09bee469782911bd81f545e4c2de667a6fbda0ee'    homepage 'http://www.gnu.org/software/lightning/'    def install diff --git a/Library/Formula/link-grammar.rb b/Library/Formula/link-grammar.rb index 5efcea524..86448354d 100644 --- a/Library/Formula/link-grammar.rb +++ b/Library/Formula/link-grammar.rb @@ -3,7 +3,7 @@ require 'formula'  class LinkGrammar < Formula    url 'http://www.abisource.com/downloads/link-grammar/4.7.4/link-grammar-4.7.4.tar.gz'    homepage 'http://www.abisource.com/projects/link-grammar/' -  md5 'e90e702a953641713a1292db20677bd2' +  sha1 '75a3963c89950c00bb1a8a2fc557cb33ae398d11'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/linklint.rb b/Library/Formula/linklint.rb index 89dda55d5..fdf8d5f11 100644 --- a/Library/Formula/linklint.rb +++ b/Library/Formula/linklint.rb @@ -3,7 +3,7 @@ require 'formula'  class Linklint < Formula    url 'http://linklint.org/download/linklint-2.3.5.tar.gz'    homepage 'http://linklint.org' -  md5 'c1ae0860199da59ded28771d1fa7b800' +  sha1 'd2dd384054b39a09c17b69e617f7393e44e98376'    def install      mv 'READ_ME.txt', 'README' diff --git a/Library/Formula/litmus.rb b/Library/Formula/litmus.rb index 512101275..7c73ef42e 100644 --- a/Library/Formula/litmus.rb +++ b/Library/Formula/litmus.rb @@ -3,7 +3,7 @@ require 'formula'  class Litmus < Formula    url 'http://www.webdav.org/neon/litmus/litmus-0.12.1.tar.gz'    homepage 'http://www.webdav.org/neon/litmus/' -  md5 'd0bbb717196e835a5759f67f097321fb' +  sha1 '05ddd13b0afdc9b65e0340d6ba48ebaa719b8efb'    def install      # Just basic options for now. We could use --with-ssl or alternative neon using dependency tracking? diff --git a/Library/Formula/little-cms.rb b/Library/Formula/little-cms.rb index 9d1df3cf7..c0e272583 100644 --- a/Library/Formula/little-cms.rb +++ b/Library/Formula/little-cms.rb @@ -3,7 +3,7 @@ require 'formula'  class LittleCms < Formula    url 'http://sourceforge.net/projects/lcms/files/lcms/1.19/lcms-1.19.tar.gz'    homepage 'http://www.littlecms.com/' -  md5 '8af94611baf20d9646c7c2c285859818' +  sha1 'd5b075ccffc0068015f74f78e4bc39138bcfe2d4'    depends_on 'jpeg' => :optional    depends_on 'libtiff' => :optional diff --git a/Library/Formula/little-cms2.rb b/Library/Formula/little-cms2.rb index dd7ce8811..7c27132d8 100644 --- a/Library/Formula/little-cms2.rb +++ b/Library/Formula/little-cms2.rb @@ -3,7 +3,7 @@ require 'formula'  class LittleCms2 < Formula    url 'http://sourceforge.net/projects/lcms/files/lcms/2.3/lcms2-2.3.tar.gz'    homepage 'http://www.littlecms.com/' -  md5 '327348d67c979c88c2dec59a23a17d85' +  sha1 '67d5fabda2f5777ca8387766539b9c871d993133'    depends_on 'jpeg' => :optional    depends_on 'libtiff' => :optional diff --git a/Library/Formula/lmutil.rb b/Library/Formula/lmutil.rb index 443c5ff6d..eded0ac89 100644 --- a/Library/Formula/lmutil.rb +++ b/Library/Formula/lmutil.rb @@ -4,7 +4,7 @@ class Lmutil < Formula    url 'http://www.globes.com/products/utilities/v11.10/lmutil_universal_mac10.tar.gz'    version '11.10'    homepage 'http://www.globes.com/support/fnp_utilities_download.htm' -  md5 '4a0f563167f30074177e0c39eccfaa99' +  sha1 '5c8294459c77dd1a4f5bfc461d2cc3f97dcda4b1'    # Stripping the binaries would invalidate the code signatures    skip_clean ['bin'] diff --git a/Library/Formula/lockrun.rb b/Library/Formula/lockrun.rb index 81104a822..c3e2c3365 100644 --- a/Library/Formula/lockrun.rb +++ b/Library/Formula/lockrun.rb @@ -3,7 +3,7 @@ require 'formula'  class Lockrun < Formula    url 'http://unixwiz.net/tools/lockrun.c'    homepage 'http://unixwiz.net/tools/lockrun.html' -  md5 '40f1a02df4dd67c5e2d973b669acb45d' +  sha1 '04c6df93c3ac5b2cdedfb25615f39c9ed50c0663'    version '20090625'    def install diff --git a/Library/Formula/log4cplus.rb b/Library/Formula/log4cplus.rb index e4ad95094..7fc96d787 100644 --- a/Library/Formula/log4cplus.rb +++ b/Library/Formula/log4cplus.rb @@ -3,7 +3,7 @@ require 'formula'  class Log4cplus < Formula    url 'http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.0.4/log4cplus-1.0.4.tar.bz2'    homepage 'http://log4cplus.sourceforge.net/' -  md5 '977d0a390b3be1a4ad8cfab2e4dd3af3' +  sha1 'b8ca1b01b23788ac04f25a7bdaaaca7e366c7312'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/log4cpp.rb b/Library/Formula/log4cpp.rb index da6cd2eaf..925dced56 100644 --- a/Library/Formula/log4cpp.rb +++ b/Library/Formula/log4cpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Log4cpp < Formula    url 'http://downloads.sourceforge.net/project/log4cpp/log4cpp-1.0.x%20%28current%29/log4cpp-1.0/log4cpp-1.0.tar.gz'    homepage 'http://log4cpp.sourceforge.net/' -  md5 '1face50ead0790d1297dfb04bacf273c' +  sha1 'bdb2fa7a8c8af738d79156bf9f6191875cdba5cc'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index 2f82176fa..2777aea9c 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -3,7 +3,7 @@ require 'formula'  class Log4cxx < Formula    homepage 'http://logging.apache.org/log4cxx/index.html'    url 'http://www.apache.org/dyn/closer.cgi?path=logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz' -  md5 'b30ffb8da3665178e68940ff7a61084c' +  sha1 'd79c053e8ac90f66c5e873b712bb359fd42b648d'    if ARGV.build_head?      depends_on :automake diff --git a/Library/Formula/logrotate.rb b/Library/Formula/logrotate.rb index 89a3d95fa..62951dff4 100644 --- a/Library/Formula/logrotate.rb +++ b/Library/Formula/logrotate.rb @@ -3,7 +3,7 @@ require 'formula'  class Logrotate < Formula    homepage 'http://packages.debian.org/testing/admin/logrotate'    url 'https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.1.tar.gz' -  md5 'bd2e20d8dc644291b08f9215397d28a5' +  sha1 '1df36cee76a9c4c7438f35ca3599a7bdd68a09b5'    depends_on 'popt' diff --git a/Library/Formula/logstalgia.rb b/Library/Formula/logstalgia.rb index 046ff9b93..8186395b4 100644 --- a/Library/Formula/logstalgia.rb +++ b/Library/Formula/logstalgia.rb @@ -3,7 +3,7 @@ require 'formula'  class Logstalgia < Formula    homepage 'http://code.google.com/p/logstalgia/'    url 'http://logstalgia.googlecode.com/files/logstalgia-1.0.3.tar.gz' -  md5 '5160380adb1fb1ed9272cf57fbdf3341' +  sha1 '9d5db0f3598291b3a7a10b8f4bff9f6164eccadc'    head 'https://github.com/acaudwell/Logstalgia.git' diff --git a/Library/Formula/logtalk.rb b/Library/Formula/logtalk.rb index ac1d9c5ac..b31859e9b 100644 --- a/Library/Formula/logtalk.rb +++ b/Library/Formula/logtalk.rb @@ -4,7 +4,7 @@ class Logtalk < Formula    homepage 'http://logtalk.org'    url 'http://logtalk.org/files/lgt2432.tar.bz2'    version '2.43.2' -  md5 'b5698033aca3c5173b7afe0ce4e84782' +  sha1 'c5491754f4277c38ecf00d916eb0faba05d58442'    case    when ARGV.include?("--swi-prolog") diff --git a/Library/Formula/lorem.rb b/Library/Formula/lorem.rb index d9ee7ecbe..77fe919c1 100644 --- a/Library/Formula/lorem.rb +++ b/Library/Formula/lorem.rb @@ -5,7 +5,7 @@ class Lorem < Formula          :using => :curl    version '0.6.1'    homepage 'http://code.google.com/p/lorem/' -  md5 '1246debbcb718aa56935e52136df17e8' +  sha1 'aa6ef66e5ee1151397f19b358d772af316cf333b'    def install      inreplace "lorem", "!/usr/bin/python", "!/usr/bin/env python" diff --git a/Library/Formula/lout.rb b/Library/Formula/lout.rb index bbfae46a2..cd0ffebb8 100644 --- a/Library/Formula/lout.rb +++ b/Library/Formula/lout.rb @@ -3,7 +3,7 @@ require 'formula'  class Lout < Formula    url 'ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.38.tar.gz'    homepage 'http://sourceforge.net/apps/mediawiki/lout/index.php' -  md5 '388ed456cfcb493ca706677688ec5dde' +  sha1 '2c4aec500dc27a00298f8265b9249d74d97e5466'    def install      inreplace "makefile" do |s| diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb index 5f68f2db9..3a5814d2a 100644 --- a/Library/Formula/lpc21isp.rb +++ b/Library/Formula/lpc21isp.rb @@ -4,7 +4,7 @@ class Lpc21isp < Formula    url 'http://sourceforge.net/projects/lpc21isp/files/lpc21isp/1.79/lpc21isp_179.zip'    version '1.79'    homepage 'http://lpc21isp.sourceforge.net/' -  md5 '67c1e2a4cebccadd6fb8ea39faf8c89e' +  sha1 '71e90bb67af44bdf56d58942dcc4e4fc0ff89b26'    def install      system "make" diff --git a/Library/Formula/lrzsz.rb b/Library/Formula/lrzsz.rb index 8fda2d62f..0939acca6 100644 --- a/Library/Formula/lrzsz.rb +++ b/Library/Formula/lrzsz.rb @@ -3,7 +3,7 @@ require 'formula'  class Lrzsz < Formula    url 'http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz'    homepage 'http://www.ohse.de/uwe/software/lrzsz.html' -  md5 'b5ce6a74abc9b9eb2af94dffdfd372a4' +  sha1 '451e6a1813dfb71a412c973acd1b88b9ee3f28c4'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" diff --git a/Library/Formula/lsdvd.rb b/Library/Formula/lsdvd.rb index 61d463c97..b661ce288 100644 --- a/Library/Formula/lsdvd.rb +++ b/Library/Formula/lsdvd.rb @@ -3,7 +3,7 @@ require 'formula'  class Lsdvd < Formula    url 'http://downloads.sourceforge.net/project/lsdvd/lsdvd/0.16%20-%20I%20hate%20James%20Blunt/lsdvd-0.16.tar.gz'    homepage 'http://sourceforge.net/projects/lsdvd' -  md5 '340e1abe5c5e5abf7ff8031e78f49ee7' +  sha1 'd5c0d32bfb220807ebdc0bfbb17679e7294791f4'    depends_on 'libdvdread'    depends_on 'libdvdcss' => :optional diff --git a/Library/Formula/lv.rb b/Library/Formula/lv.rb index 6173985b7..adfaff5bc 100644 --- a/Library/Formula/lv.rb +++ b/Library/Formula/lv.rb @@ -4,7 +4,7 @@ class Lv < Formula    homepage 'http://www.ff.iij4u.or.jp/~nrt/lv/'    url 'http://www.ff.iij4u.or.jp/~nrt/freeware/lv451.tar.gz'    version '4.51' -  md5 '85b70ae797f935741ec9a1cbe92f00e9' +  sha1 '1a70299c27aa317a436976a557853858db4dcb5f'    def install      cd 'build' do diff --git a/Library/Formula/lxsplit.rb b/Library/Formula/lxsplit.rb index 1aa92e948..019b8d807 100644 --- a/Library/Formula/lxsplit.rb +++ b/Library/Formula/lxsplit.rb @@ -3,7 +3,7 @@ require 'formula'  class Lxsplit < Formula    url 'http://downloads.sourceforge.net/lxsplit/lxsplit-0.2.4.tar.gz'    homepage 'http://lxsplit.sourceforge.net/' -  md5 'ed21a08c167c08d4d81c820782947cb1' +  sha1 '4e906cb95fcc756ff8c5d58c103e2659493052e0'    def install      bin.mkpath diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb index c1d340349..a4744fdc5 100644 --- a/Library/Formula/lynx.rb +++ b/Library/Formula/lynx.rb @@ -3,7 +3,7 @@ require 'formula'  class Lynx < Formula    url 'http://lynx.isc.org/release/lynx2.8.7.tar.bz2'    homepage 'http://lynx.isc.org/release/' -  md5 'cb936aef812e4e463ab86cbbe14d4db9' +  sha1 'a34978f7f83cd46bd857cb957faa5a9120458afa'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/lysp.rb b/Library/Formula/lysp.rb index 77b89f1ce..5914beea0 100644 --- a/Library/Formula/lysp.rb +++ b/Library/Formula/lysp.rb @@ -3,7 +3,7 @@ require 'formula'  class Lysp < Formula    homepage 'http://www.piumarta.com/software/lysp/'    url 'http://www.piumarta.com/software/lysp/lysp-1.0.tar.gz' -  md5 '1cd5df2f83956c5ce58a7394b9d8b92e' +  sha1 '11fa500d2769c0701de5c5501c73f36331bcee02'    depends_on 'bdw-gc' diff --git a/Library/Formula/mac-robber.rb b/Library/Formula/mac-robber.rb index 60c6dd02f..96da6ede6 100644 --- a/Library/Formula/mac-robber.rb +++ b/Library/Formula/mac-robber.rb @@ -3,7 +3,7 @@ require 'formula'  class MacRobber < Formula    homepage 'http://www.sleuthkit.org/mac-robber/'    url 'http://downloads.sourceforge.net/project/mac-robber/mac-robber/1.02/mac-robber-1.02.tar.gz' -  md5 '6d6d99aa882a46b2bc5231d195fdb595' +  sha1 'c50c823ac14ac8e78e79e0965134b028757e4519'    def install      system "make", "CC=#{ENV.cc}", "GCC_OPT=#{ENV.cflags}" diff --git a/Library/Formula/mad.rb b/Library/Formula/mad.rb index dd92dbd20..29c89cf18 100644 --- a/Library/Formula/mad.rb +++ b/Library/Formula/mad.rb @@ -3,7 +3,7 @@ require 'formula'  class Mad < Formula    homepage 'http://www.underbit.com/products/mad/'    url 'http://downloads.sourceforge.net/project/mad/libmad/0.15.1b/libmad-0.15.1b.tar.gz' -  md5 '1be543bc30c56fb6bea1d7bf6a64e66c' +  sha1 'cac19cd00e1a907f3150cc040ccc077783496d76'    def install      fpm = MacOS.prefer_64_bit? ? '64bit': 'intel' diff --git a/Library/Formula/madplay.rb b/Library/Formula/madplay.rb index d8181b107..3365f0dae 100644 --- a/Library/Formula/madplay.rb +++ b/Library/Formula/madplay.rb @@ -3,7 +3,7 @@ require 'formula'  class Madplay < Formula    homepage 'http://www.underbit.com/products/mad/'    url 'http://downloads.sourceforge.net/project/mad/madplay/0.15.2b/madplay-0.15.2b.tar.gz' -  md5 '6814b47ceaa99880c754c5195aa1aac1' +  sha1 '29105eb27c1416aa33c8d1ab3404a8e5f0aecd3f'    depends_on 'mad'    depends_on 'libid3tag' diff --git a/Library/Formula/mafft.rb b/Library/Formula/mafft.rb index 41bfbfeab..69e6b3e5d 100644 --- a/Library/Formula/mafft.rb +++ b/Library/Formula/mafft.rb @@ -3,7 +3,7 @@ require 'formula'  class Mafft < Formula    homepage 'http://mafft.cbrc.jp/alignment/software/index.html'    url 'http://align.bmr.kyushu-u.ac.jp/mafft/software/mafft-6.717-with-extensions-src.tgz' -  md5 '2fc3acfce3a48f9804e8ca5e22bb984d' +  sha1 '18d82340918949bbcdce659d4a09421ce06d67b1'    def install      cd 'core' do diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 44e6d0ceb..4dcc78bb7 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -3,7 +3,7 @@ require 'formula'  class Magit < Formula    url 'https://github.com/downloads/magit/magit/magit-1.0.0.tar.gz'    homepage 'https://github.com/magit/magit' -  md5 '1f640741ff0cf94ea84c607fac8758d6' +  sha1 '58773e84870d9d8d1138619e1f3928d1696aa168'    head 'https://github.com/magit/magit.git'    def install diff --git a/Library/Formula/mailcheck.rb b/Library/Formula/mailcheck.rb index 13837d972..76bf8e947 100644 --- a/Library/Formula/mailcheck.rb +++ b/Library/Formula/mailcheck.rb @@ -3,7 +3,7 @@ require 'formula'  class Mailcheck < Formula    url 'http://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz'    homepage 'http://mailcheck.sourceforge.net/' -  md5 'd2a3a22a65b1006d213d8cb3f4738070' +  sha1 '62909555f1afcb411fe097fce6595889dd2c5bcf'    def install      system "make mailcheck" diff --git a/Library/Formula/mairix.rb b/Library/Formula/mairix.rb index cdd118527..e37f59648 100644 --- a/Library/Formula/mairix.rb +++ b/Library/Formula/mairix.rb @@ -3,7 +3,7 @@ require 'formula'  class Mairix < Formula    homepage 'http://www.rpcurnow.force9.co.uk/mairix/'    url 'http://downloads.sourceforge.net/project/mairix/mairix/0.23/mairix-0.23.tar.gz' -  md5 '732cf94e05c779ff1ce4a9e9eb19ab44' +  sha1 '1621d60db5fb76453e48b98d12ca86b4a68ea1de'    head 'https://github.com/rc0/mairix.git' diff --git a/Library/Formula/makeicns.rb b/Library/Formula/makeicns.rb index 4886fe0d2..4a8498ddd 100644 --- a/Library/Formula/makeicns.rb +++ b/Library/Formula/makeicns.rb @@ -3,7 +3,7 @@ require 'formula'  class Makeicns < Formula    homepage 'http://bitbucket.org/mkae/makeicns'    url 'https://bitbucket.org/mkae/makeicns/downloads/makeicns-1.4.9.tar.bz2' -  md5 '795ec620f15bfcebb5246319c1a96eab' +  sha1 '02d393bad00a138dbba7b08d741e8d40a79e6c0f'    head 'https://bitbucket.org/mkae/makeicns', :using => :hg    def install diff --git a/Library/Formula/makensis.rb b/Library/Formula/makensis.rb index 4e2d8ef03..748464ebd 100644 --- a/Library/Formula/makensis.rb +++ b/Library/Formula/makensis.rb @@ -2,13 +2,13 @@ require 'formula'  class NsisSupport < Formula    url 'http://downloads.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46.zip' -  md5 'd7e43beabc017a7d892a3d6663e988d4' +  sha1 '2cc9bff130031a0b1d76b01ec0a9136cdf5992ce'  end  class Makensis < Formula    url 'http://downloads.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46-src.tar.bz2'    homepage 'http://nsis.sourceforge.net/' -  md5 '61c2e81739436b06d7cf7bcce1d533ac' +  sha1 '2cc9bff130031a0b1d76b01ec0a9136cdf5992ce'    depends_on 'scons' => :build diff --git a/Library/Formula/malbolge.rb b/Library/Formula/malbolge.rb index 7ebb2ccbe..3dc0960e5 100644 --- a/Library/Formula/malbolge.rb +++ b/Library/Formula/malbolge.rb @@ -4,7 +4,7 @@ class Malbolge < Formula    url 'http://esoteric.sange.fi/orphaned/malbolge/malbolge.c'    homepage 'http://esoteric.sange.fi/orphaned/malbolge/README.txt' -  md5 '447482be58906921e36520a8900095c5' +  sha1 'caea2eb8c51486b4de57bdfa5ed4deba431e9e20'    version '0.1.0'    def patches diff --git a/Library/Formula/man2html.rb b/Library/Formula/man2html.rb index 68dfcef72..8a7502443 100644 --- a/Library/Formula/man2html.rb +++ b/Library/Formula/man2html.rb @@ -3,7 +3,7 @@ require 'formula'  class Man2html < Formula    url 'http://www.oit.uci.edu/indiv/ehood/tar/man2html3.0.1.tar.gz'    homepage 'http://www.oac.uci.edu/indiv/ehood/man2html.html' -  md5 '1c0d28c83225d0ebc845f2386c8f8384' +  sha1 '18b617783ce59491db984d23d2b0c8061bff385c'    def install      bin.mkpath diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb index 9f02b6f50..32890f67b 100644 --- a/Library/Formula/markdown.rb +++ b/Library/Formula/markdown.rb @@ -3,7 +3,7 @@ require 'formula'  class Markdown < Formula    url 'http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip'    homepage 'http://daringfireball.net/projects/markdown/' -  md5 'f17b3c2b2830c6fd2fe0098226e59a2f' +  sha1 '7e6d1d9224f16fec5631bf6bc5147f1e64715a4b'    def install      bin.install 'Markdown.pl' => 'markdown' diff --git a/Library/Formula/mathgl.rb b/Library/Formula/mathgl.rb index 2b79003af..25633952c 100644 --- a/Library/Formula/mathgl.rb +++ b/Library/Formula/mathgl.rb @@ -3,7 +3,7 @@ require 'formula'  class Mathgl < Formula    homepage 'http://mathgl.sourceforge.net/'    url 'http://downloads.sourceforge.net/mathgl/mathgl-1.11.2.tar.gz' -  md5 'acd33e68911d9506f60d769dce23f95e' +  sha1 '16b9ab58e654c5b91374f8a35eafc33630d7f5c0'    depends_on 'gsl'    depends_on :x11 diff --git a/Library/Formula/maven-shell.rb b/Library/Formula/maven-shell.rb index 318da825e..e143b2e04 100644 --- a/Library/Formula/maven-shell.rb +++ b/Library/Formula/maven-shell.rb @@ -3,7 +3,7 @@ require 'formula'  class MavenShell < Formula    homepage 'http://shell.sonatype.org/'    url 'http://repo1.maven.org/maven2/org/sonatype/maven/shell/dist/mvnsh-assembly/1.0.1/mvnsh-assembly-1.0.1-bin.tar.gz' -  md5 '5b0f47c8838aa7525f454f2bca9dbed9' +  sha1 'c8c7487689c53c1140d45d830c9e6d7d39f942c4'    def install      # Remove windows files. diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb index 85a4ee536..f0991846e 100644 --- a/Library/Formula/maven.rb +++ b/Library/Formula/maven.rb @@ -3,7 +3,7 @@ require 'formula'  class Maven < Formula    homepage 'http://maven.apache.org/'    url 'http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.4-bin.tar.gz' -  md5 'e513740978238cb9e4d482103751f6b7' +  sha1 '0de5dc162bafde3fcb0a6b009cfeea81a042523b'    def install      # Remove windows files diff --git a/Library/Formula/mcabber.rb b/Library/Formula/mcabber.rb index 1b7ab9993..8f1f0a173 100644 --- a/Library/Formula/mcabber.rb +++ b/Library/Formula/mcabber.rb @@ -3,7 +3,7 @@ require 'formula'  class Mcabber < Formula    homepage 'http://mcabber.com/'    url 'http://mcabber.com/files/mcabber-0.10.1.tar.bz2' -  md5 'fe96beab30f535d5d6270fd1719659b4' +  sha1 'cceec36352a99e4d47ad642f3d35b98293dedefa'    head 'http://mcabber.com/hg/', :using => :hg diff --git a/Library/Formula/mcpp.rb b/Library/Formula/mcpp.rb index 925d1091c..95a3b3cbc 100644 --- a/Library/Formula/mcpp.rb +++ b/Library/Formula/mcpp.rb @@ -3,7 +3,7 @@ require 'formula'  class Mcpp < Formula    url 'http://downloads.sourceforge.net/project/mcpp/mcpp/V.2.7.2/mcpp-2.7.2.tar.gz'    homepage 'http://mcpp.sourceforge.net/' -  md5 '512de48c87ab023a69250edc7a0c7b05' +  sha1 '703356b7c2cd30d7fb6000625bf3ccc2eb977ecb'    # stpcpy is a macro on OS X; trying to define it as an extern is invalid.    # Patch from ZeroC fixing EOL comment parsing diff --git a/Library/Formula/mcrypt.rb b/Library/Formula/mcrypt.rb index 60d632048..967932051 100644 --- a/Library/Formula/mcrypt.rb +++ b/Library/Formula/mcrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Mcrypt < Formula    url 'http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz'    homepage 'http://mcrypt.sourceforge.net' -  md5 '0821830d930a86a5c69110837c55b7da' +  sha1 '9a426532e9087dd7737aabccff8b91abf9151a7a'    option :universal diff --git a/Library/Formula/md5sha1sum.rb b/Library/Formula/md5sha1sum.rb index 20698a07d..b49cb28fe 100644 --- a/Library/Formula/md5sha1sum.rb +++ b/Library/Formula/md5sha1sum.rb @@ -3,7 +3,7 @@ require 'formula'  class Md5sha1sum < Formula    homepage 'http://www.microbrew.org/tools/md5sha1sum/'    url 'http://www.microbrew.org/tools/md5sha1sum/md5sha1sum-0.9.5.tar.gz' -  md5 'a75c5e21071ffa66fad1001de040517a' +  sha1 '84a46bfd2b49daa0a601a9c55b7d87c27e19ef87'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/mdf2iso.rb b/Library/Formula/mdf2iso.rb index 555759f8c..1e564e1d0 100644 --- a/Library/Formula/mdf2iso.rb +++ b/Library/Formula/mdf2iso.rb @@ -3,7 +3,7 @@ require 'formula'  class Mdf2iso < Formula    url 'http://download.berlios.de/mdf2iso/mdf2iso-0.3.0-src.tar.bz2'    homepage 'http://mdf2iso.berlios.de/' -  md5 'a190625318476a196930ac66acd8fd07' +  sha1 'd424bd84a2c45834d7b7060306aa9ee1926c9215'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/mecab-ipadic.rb b/Library/Formula/mecab-ipadic.rb index d4d8bb317..fdcccfa47 100644 --- a/Library/Formula/mecab-ipadic.rb +++ b/Library/Formula/mecab-ipadic.rb @@ -3,7 +3,7 @@ require 'formula'  class MecabIpadic < Formula    url 'http://downloads.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz'    homepage 'http://mecab.sourceforge.net/' -  md5 'e09556657cc70e45564c6514a6b08495' +  sha1 '0d9d021853ba4bb4adfa782ea450e55bfe1a229b'    depends_on "mecab" diff --git a/Library/Formula/mediatomb.rb b/Library/Formula/mediatomb.rb index 59d993f50..470fa86ec 100644 --- a/Library/Formula/mediatomb.rb +++ b/Library/Formula/mediatomb.rb @@ -3,7 +3,7 @@ require 'formula'  class Mediatomb < Formula    homepage 'http://mediatomb.cc'    url 'http://downloads.sourceforge.net/mediatomb/mediatomb-0.12.1.tar.gz' -  md5 'e927dd5dc52d3cfcebd8ca1af6f0d3c2' +  sha1 '86e880584cc9c8aaf3926d56048510d1d06e76b4'    # This is for libav 0.7 support. See:    # https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/784431 diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb index 0729dc2cd..66576e122 100644 --- a/Library/Formula/memcache-top.rb +++ b/Library/Formula/memcache-top.rb @@ -3,7 +3,7 @@ require 'formula'  class MemcacheTop < Formula    url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6'    homepage 'http://code.google.com/p/memcache-top/' -  md5 '5eb035237cb482772f898597eda26106' +  sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'    version '0.6'    def install diff --git a/Library/Formula/memcacheq.rb b/Library/Formula/memcacheq.rb index 966e92964..1c39da024 100644 --- a/Library/Formula/memcacheq.rb +++ b/Library/Formula/memcacheq.rb @@ -3,7 +3,7 @@ require 'formula'  class Memcacheq < Formula    url 'http://memcacheq.googlecode.com/files/memcacheq-0.2.0.tar.gz'    homepage 'http://memcachedb.org/memcacheq' -  md5 'feab28f4cd4dd37311c98df6e14ea997' +  sha1 'fc373e02335301cbfe4c00420bdf8592ca2bf95a'    depends_on 'berkeley-db'    depends_on 'libevent' diff --git a/Library/Formula/mesalib-glw.rb b/Library/Formula/mesalib-glw.rb index b145e53b8..d78d76ee9 100644 --- a/Library/Formula/mesalib-glw.rb +++ b/Library/Formula/mesalib-glw.rb @@ -3,7 +3,7 @@ require 'formula'  class MesalibGlw < Formula    url 'http://downloads.sourceforge.net/project/mesa3d/MesaLib/7.2/MesaLib-7.2.tar.gz'    homepage 'http://www.mesa3d.org' -  md5 '81a2a4b7cbfce7553f7ad8d924edbe2f' +  sha1 '6390ece818ec6fecacaafe3618ae844cf5f92b92'    depends_on :x11 diff --git a/Library/Formula/metalua.rb b/Library/Formula/metalua.rb index 6b8295e59..f5b473b46 100644 --- a/Library/Formula/metalua.rb +++ b/Library/Formula/metalua.rb @@ -4,7 +4,7 @@ class Metalua < Formula    homepage 'http://metalua.luaforge.net/'    url 'https://github.com/fab13n/metalua/tarball/0.5-rc2'    version '0.5-rc2' -  md5 'c841976b3a2fe9b7322aaca16927c9e2' +  sha1 'f6e9596930efed78a5b54b6a2fc338a77c3b0799'    head 'https://github.com/fab13n/metalua.git' diff --git a/Library/Formula/metis.rb b/Library/Formula/metis.rb index 9f506dc52..08e5ad930 100644 --- a/Library/Formula/metis.rb +++ b/Library/Formula/metis.rb @@ -3,7 +3,7 @@ require 'formula'  class Metis < Formula    url 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.0.2.tar.gz'    homepage 'http://glaros.dtc.umn.edu/gkhome/views/metis' -  md5 'acb521a4e8c2e6dd559a7f9abd0468c5' +  sha1 'b5a278fa06c581e068a8296d158576a4b750f983'    depends_on 'cmake' => :build diff --git a/Library/Formula/mg.rb b/Library/Formula/mg.rb index 766cfc3b8..34c3c7c87 100644 --- a/Library/Formula/mg.rb +++ b/Library/Formula/mg.rb @@ -3,7 +3,7 @@ require 'formula'  class Mg < Formula    url 'http://homepage.boetes.org/software/mg/mg-20110905.tar.gz'    homepage 'http://homepage.boetes.org/software/mg/' -  md5 '2de35316fa8ebafe6003efaae70b723e' +  sha1 '51d2bac801cab33c9b552c36db5f8637fbbe9363'    def install      # -Wno-error=unused-but-set-variable requires GCC 4.6+ diff --git a/Library/Formula/mhash.rb b/Library/Formula/mhash.rb index af6d25715..79ca76cdb 100644 --- a/Library/Formula/mhash.rb +++ b/Library/Formula/mhash.rb @@ -3,7 +3,7 @@ require 'formula'  class Mhash < Formula    url 'http://downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz'    homepage 'http://mhash.sourceforge.net/' -  md5 'ee66b7d5947deb760aeff3f028e27d25' +  sha1 'c898de5ea60d9e0873a1b73caa031bb1b5797c03'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 6233c279d..90591b7d2 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -3,7 +3,7 @@ require 'formula'  class Minc < Formula    homepage 'http://en.wikibooks.org/wiki/MINC'    url 'https://github.com/downloads/BIC-MNI/minc/minc-2.1.12.tar.gz' -  md5 '48ccd7dbc52a9301301f5abc370c3f8c' +  sha1 'fb44a74f16de293bec5e587584f2c43994729acc'    head 'https://github.com/BIC-MNI/minc.git' diff --git a/Library/Formula/minicom.rb b/Library/Formula/minicom.rb index 281e1c85c..645338409 100644 --- a/Library/Formula/minicom.rb +++ b/Library/Formula/minicom.rb @@ -3,7 +3,7 @@ require 'formula'  class Minicom < Formula    url 'http://alioth.debian.org/frs/download.php/3700/minicom-2.6.1.tar.gz'    homepage 'http://alioth.debian.org/projects/minicom/' -  md5 '435fb410a5bfa9bb20d4248b3ca53529' +  sha1 'ce6b5f3dab6b4179736152e38a806029f8ad222a'    def install      # There is a silly bug in the Makefile where it forgets to link to iconv. Workaround below. diff --git a/Library/Formula/minisat.rb b/Library/Formula/minisat.rb index 8198fac38..0203d4e30 100644 --- a/Library/Formula/minisat.rb +++ b/Library/Formula/minisat.rb @@ -3,7 +3,7 @@ require 'formula'  class Minisat < Formula    homepage 'http://minisat.se'    url 'https://github.com/niklasso/minisat/tarball/releases/2.2.0' -  md5 '2274977506042714811968afca01b68d' +  sha1 'dcd4bbb4620db5f49e19222d59318b2c615b4fd1'    # Fixes compilation on mac; in next upstream release. See:    # http://groups.google.com/group/minisat/browse_thread/thread/f5b6a180cadbb214 diff --git a/Library/Formula/minised.rb b/Library/Formula/minised.rb index 2047ae705..74bc81052 100644 --- a/Library/Formula/minised.rb +++ b/Library/Formula/minised.rb @@ -3,7 +3,7 @@ require 'formula'  class Minised < Formula    homepage 'http://www.exactcode.de/site/open_source/minised/'    url 'http://dl.exactcode.de/oss/minised/minised-1.13.tar.gz' -  md5 '2a43b1bbf1654ef7fab9d8c4f6c979a1' +  sha1 '3b718ce86c48047d1f5e8efcee8dd69a7a9dbac5'    def install      system "make" # separate steps or it won't build the binary diff --git a/Library/Formula/minuit2.rb b/Library/Formula/minuit2.rb index 5293f93b3..9642f8ba9 100644 --- a/Library/Formula/minuit2.rb +++ b/Library/Formula/minuit2.rb @@ -3,7 +3,7 @@ require 'formula'  class Minuit2 < Formula    homepage 'http://lcgapp.cern.ch/project/cls/work-packages/mathlibs/minuit/index.html'    url 'http://www.cern.ch/mathlibs/sw/5_28_00/Minuit2/Minuit2-5.28.00.tar.gz' -  md5 '536a1d29e5cc9bd4499d17d665021370' +  sha1 'edb79806c99501cd2cef336608135ec5def29041'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb index 36ec2e1c9..2bd53d183 100644 --- a/Library/Formula/mit-scheme.rb +++ b/Library/Formula/mit-scheme.rb @@ -4,7 +4,7 @@ class MitScheme < Formula    homepage 'http://www.gnu.org/software/mit-scheme/'    url 'http://ftpmirror.gnu.org/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz'    mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz' -  md5 '89abdc6702388591e18bd14b93f7b548' +  sha1 '8f175a40061bdfc0248535e198cc7f5b5a0dce32'    # Do not strip the binaries, this will cause missing symbol errors on launch    skip_clean :all diff --git a/Library/Formula/mjpegtools.rb b/Library/Formula/mjpegtools.rb index db65323b9..78dc66b71 100644 --- a/Library/Formula/mjpegtools.rb +++ b/Library/Formula/mjpegtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Mjpegtools < Formula    homepage 'http://mjpeg.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz' -  md5 '903e1e3b967eebcc5fe5626d7517dc46' +  sha1 'f411e8573d446711dbe8455a6ae9257e1afe1e70'    option "without-x", "Build without X support" diff --git a/Library/Formula/mkcue.rb b/Library/Formula/mkcue.rb index bafcf0762..0140d0018 100644 --- a/Library/Formula/mkcue.rb +++ b/Library/Formula/mkcue.rb @@ -3,7 +3,7 @@ require 'formula'  class Mkcue < Formula    url 'http://ftp.de.debian.org/debian/pool/main/m/mkcue/mkcue_1.orig.tar.gz'    homepage 'http://packages.debian.org/source/stable/mkcue' -  md5 'de082e40baf042e23246d54d28cbcdcc' +  sha1 'd9a69718ba3d862b589588bdf61796f755200f9d'    version '1'    def install diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb index 6578d1c93..40ed443d2 100644 --- a/Library/Formula/mksh.rb +++ b/Library/Formula/mksh.rb @@ -12,7 +12,7 @@ class Mksh < Formula    url 'https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R40d.cpio.gz',        :using => CpioDownloadStrategy    version '0.40d' -  md5 'c6428401103367730a95b99284bf47dc' +  sha1 '74450a1107664797e5fdbdeb444f18f82f0686ac'    def install      system 'sh ./Build.sh -combine' diff --git a/Library/Formula/mktorrent.rb b/Library/Formula/mktorrent.rb index 89206c7ce..f5878e52b 100644 --- a/Library/Formula/mktorrent.rb +++ b/Library/Formula/mktorrent.rb @@ -3,7 +3,7 @@ require 'formula'  class Mktorrent < Formula    url      'http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz'    homepage 'http://mktorrent.sourceforge.net/' -  md5      '0da00209da96a0dc39efbb6eb5b4d8ff' +  sha1 'f9b1bbf9d19911b6c8994dbec6208530c7d929ad'    def install      system "make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1" diff --git a/Library/Formula/mlton.rb b/Library/Formula/mlton.rb index 7c4edabf6..9fa2ef3e9 100644 --- a/Library/Formula/mlton.rb +++ b/Library/Formula/mlton.rb @@ -21,7 +21,7 @@ end  class Mlton < Formula    homepage 'http://mlton.org'    url 'http://downloads.sourceforge.net/project/mlton/mlton/20100608/mlton-20100608-1.amd64-darwin.gmp-static.tgz' -  md5 'd32430f2b66f05ac0ef6ff087ea109ca' +  sha1 'b5e067f2f3d2166d074602f83b03004587f3adab'    # We download and install the version of MLton which is statically linked to libgmp, but all    # generated executables will require gmp anyway, hence the dependency diff --git a/Library/Formula/mmv.rb b/Library/Formula/mmv.rb index a9fe70ff3..cb783c472 100644 --- a/Library/Formula/mmv.rb +++ b/Library/Formula/mmv.rb @@ -3,7 +3,7 @@ require 'formula'  class Mmv < Formula    url "http://mirrors.kernel.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz"    mirror 'http://ftp.us.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz' -  md5 '1b2135ab2f17bdfa9e08debbb3c46ad8' +  sha1 '538a26b1d7e8b9bc286843e6aa2d8d959d8914bb'    homepage 'http://packages.debian.org/unstable/utils/mmv'    def patches diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index 4a49f0276..3b321a88a 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -3,7 +3,7 @@ require 'formula'  class MobileShell < Formula    homepage 'http://mosh.mit.edu/'    url 'https://github.com/downloads/keithw/mosh/mosh-1.2.2.tar.gz' -  md5 '7ed5b857307685794dcd120afe5bdf52' +  sha1 'f0227800298d80e9f1353db3b29a807de833d7d2'    head 'https://github.com/keithw/mosh.git' diff --git a/Library/Formula/mod_python.rb b/Library/Formula/mod_python.rb index d10ec2572..9576489ef 100644 --- a/Library/Formula/mod_python.rb +++ b/Library/Formula/mod_python.rb @@ -3,7 +3,7 @@ require 'formula'  class ModPython < Formula    homepage 'http://www.modpython.org/'    url 'http://archive.apache.org/dist/httpd/modpython/mod_python-3.3.1.tgz' -  md5 'a3b0150176b726bd2833dac3a7837dc5' +  sha1 'e538170fd78e09408b6d8593da980b126a0fef93'    # patch-src-connobject.c.diff from MacPorts    def patches; DATA; end diff --git a/Library/Formula/mogenerator.rb b/Library/Formula/mogenerator.rb index 7874341e0..97d6aa006 100644 --- a/Library/Formula/mogenerator.rb +++ b/Library/Formula/mogenerator.rb @@ -3,7 +3,7 @@ require 'formula'  class Mogenerator < Formula    url 'https://github.com/rentzsch/mogenerator/tarball/1.26'    homepage 'http://rentzsch.github.com/mogenerator/' -  md5 'cc761752cc581188e1065bd0919ad4c3' +  sha1 '0ac8ad310760df366bdeeb32f9420548f3168ca4'    head "https://github.com/rentzsch/mogenerator.git"    depends_on :xcode # For working xcodebuild. diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb index c444295ce..38b5137cf 100644 --- a/Library/Formula/mongrel2.rb +++ b/Library/Formula/mongrel2.rb @@ -4,7 +4,7 @@ class Mongrel2 < Formula    url 'http://mongrel2.org/static/downloads/mongrel2-1.7.5.tar.bz2'    head 'https://github.com/zedshaw/mongrel2.git'    homepage 'http://mongrel2.org/' -  md5 'c243efc59e5972fa381bd13a7eeafdc7' +  sha1 '456561fe04f1c0ee4a996cfc9deadab8c57ee6dc'    depends_on 'zeromq' diff --git a/Library/Formula/monotone.rb b/Library/Formula/monotone.rb index 79af0fc6f..3e74c1702 100644 --- a/Library/Formula/monotone.rb +++ b/Library/Formula/monotone.rb @@ -3,7 +3,7 @@ require 'formula'  class Botan18 < Formula    homepage 'http://botan.randombit.net/'    url 'http://files.randombit.net/botan/v1.8/Botan-1.8.13.tbz' -  md5 '26674282f146d187ba98c09a137368f5' +  sha1 'aac556bb26d92910b74b65450a0be6c5045e2052'  end  class Monotone < Formula diff --git a/Library/Formula/montage.rb b/Library/Formula/montage.rb index 8e320f68d..80ac9a0df 100644 --- a/Library/Formula/montage.rb +++ b/Library/Formula/montage.rb @@ -3,7 +3,7 @@ require 'formula'  class Montage < Formula    url 'http://montage.ipac.caltech.edu/download/Montage_v3.3.tar.gz'    homepage 'http://montage.ipac.caltech.edu' -  md5 '875a88b4a2396a0eb5d0006a656e9c4a' +  sha1 'c8db5b9018c96e19b584d45758819e892b453d6d'    def install      system "make" diff --git a/Library/Formula/moreutils.rb b/Library/Formula/moreutils.rb index 6397ad7e3..f6fc4a36d 100644 --- a/Library/Formula/moreutils.rb +++ b/Library/Formula/moreutils.rb @@ -4,7 +4,7 @@ class Moreutils < Formula    homepage 'http://packages.debian.org/unstable/utils/moreutils'    url 'http://mirrors.kernel.org/debian/pool/main/m/moreutils/moreutils_0.47.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/m/moreutils/moreutils_0.47.tar.gz' -  md5 '4cd3b41a90d07166632942e173ac5ce2' +  sha1 '0459608fdb37bc59605d7a476717693afd133e00'    def install      # Building the man pages requires DocBook, so we skip them. diff --git a/Library/Formula/mosh.rb b/Library/Formula/mosh.rb index a08dacf2a..e11c7b802 100644 --- a/Library/Formula/mosh.rb +++ b/Library/Formula/mosh.rb @@ -3,7 +3,7 @@ require 'formula'  class Mosh < Formula    homepage 'http://mosh.monaos.org'    url 'http://mosh-scheme.googlecode.com/files/mosh-0.2.7.tar.gz' -  md5 '268598897536ff352296a905879940ad' +  sha1 '866c08ac12e14733ce27756001a27257624d01ad'    depends_on 'gmp'    depends_on 'oniguruma' diff --git a/Library/Formula/mosml.rb b/Library/Formula/mosml.rb index e77ef9edb..4d34b2745 100644 --- a/Library/Formula/mosml.rb +++ b/Library/Formula/mosml.rb @@ -4,7 +4,7 @@ class Mosml < Formula    version '2.01'    url 'http://www.itu.dk/people/sestoft/mosml/mos201src.tar.gz'    homepage 'http://www.itu.dk/people/sestoft/mosml.html' -  md5 '74aaaf988201fe92a9dbfbcb1e646f70' +  sha1 'eba58486b10f0359fafba488fa1bf366b2aabf8a'    def install      cd "src" diff --git a/Library/Formula/most.rb b/Library/Formula/most.rb index fc10b37ce..f811e3df8 100644 --- a/Library/Formula/most.rb +++ b/Library/Formula/most.rb @@ -3,7 +3,7 @@ require 'formula'  class Most < Formula    url 'ftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2'    homepage 'http://www.jedsoft.org/most/' -  md5 '4c42abfc8d3ace1b0e0062ea021a5917' +  sha1 'de9fe30ae405c32f8424f10571839519a25f3043'    head 'git://git.jedsoft.org/git/most.git'    depends_on 's-lang' diff --git a/Library/Formula/mp3cat.rb b/Library/Formula/mp3cat.rb index a49951d6a..12e7b487e 100644 --- a/Library/Formula/mp3cat.rb +++ b/Library/Formula/mp3cat.rb @@ -3,7 +3,7 @@ require 'formula'  class Mp3cat < Formula    homepage 'http://tomclegg.net/mp3cat'    url 'http://tomclegg.net/software/mp3cat-0.4.tar.gz' -  md5 '0aa75af15c57b13aa7858092b79f3a61' +  sha1 '442d2b2b546fec4535c2aa892a8fc61db21eb917'    def install      system "make" diff --git a/Library/Formula/mp3info.rb b/Library/Formula/mp3info.rb index e77e09e70..d65d993f6 100644 --- a/Library/Formula/mp3info.rb +++ b/Library/Formula/mp3info.rb @@ -3,7 +3,7 @@ require 'formula'  class Mp3info < Formula    url 'http://www.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz'    homepage 'http://www.ibiblio.org/mp3info/' -  md5 'cb7b619a10a40aaac2113b87bb2b2ea2' +  sha1 '54df29eb6c2e581899affc12be698b0a71d91ca6'    def patches      { :p0 => diff --git a/Library/Formula/mp3splt.rb b/Library/Formula/mp3splt.rb index aae4807f3..20dcb475e 100644 --- a/Library/Formula/mp3splt.rb +++ b/Library/Formula/mp3splt.rb @@ -3,7 +3,7 @@ require 'formula'  class Mp3splt < Formula    homepage 'http://mp3splt.sourceforge.net'    url 'http://downloads.sourceforge.net/project/mp3splt/mp3splt/2.4.2/mp3splt-2.4.2.tar.gz' -  md5 'f4c5c42f9dec9fb72b7f6ffeacd82906' +  sha1 '0a66b2e2cfc6091cfd0dc9fc303a0650de3bc738'    depends_on 'libmp3splt' diff --git a/Library/Formula/mp3val.rb b/Library/Formula/mp3val.rb index 3610786d9..5c93fe39d 100644 --- a/Library/Formula/mp3val.rb +++ b/Library/Formula/mp3val.rb @@ -3,7 +3,7 @@ require 'formula'  class Mp3val < Formula    url 'http://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz'    homepage 'http://mp3val.sourceforge.net/' -  md5 'dc8adad909d0b8734ed22029b2de2cb4' +  sha1 '19f7506d387f72def2861ec271c5cb4135bd8f5e'    def install      system "gnumake -f Makefile.gcc" diff --git a/Library/Formula/mp3wrap.rb b/Library/Formula/mp3wrap.rb index c44211837..074b4a869 100644 --- a/Library/Formula/mp3wrap.rb +++ b/Library/Formula/mp3wrap.rb @@ -3,7 +3,7 @@ require 'formula'  class Mp3wrap < Formula    url 'http://superb-sea2.dl.sourceforge.net/project/mp3wrap/mp3wrap/mp3wrap%200.5/mp3wrap-0.5-src.tar.gz'    homepage 'http://mp3wrap.sourceforge.net/' -  md5 '096b46295cbe3ee2f02ca7792517dc36' +  sha1 '458b7e9dce5d7a867b1be73554dd14043a4cd421'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/mpdscribble.rb b/Library/Formula/mpdscribble.rb index 029f5856f..dbe57099c 100644 --- a/Library/Formula/mpdscribble.rb +++ b/Library/Formula/mpdscribble.rb @@ -3,7 +3,7 @@ require 'formula'  class Mpdscribble < Formula    url 'http://downloads.sourceforge.net/project/musicpd/mpdscribble/0.22/mpdscribble-0.22.tar.gz'    homepage 'http://mpd.wikia.com/wiki/Client:Mpdscribble' -  md5 'df95ea5046511102bf1bcc35482d0365' +  sha1 '3b4a1a71130deea1720bbfeb104fdcae298f52de'    depends_on 'glib'    depends_on 'libmpdclient' diff --git a/Library/Formula/mpg321.rb b/Library/Formula/mpg321.rb index c9508410a..b2e06385e 100644 --- a/Library/Formula/mpg321.rb +++ b/Library/Formula/mpg321.rb @@ -3,7 +3,7 @@ require 'formula'  class Mpg321 < Formula    url 'http://downloads.sourceforge.net/project/mpg321/mpg321/0.2.13/mpg321_0.2.13.tar.gz'    homepage 'http://mpg321.sourceforge.net/' -  md5 'fa542f9c638d8319b13a0a1647722bc5' +  sha1 'e081688a084b16f56596c3ac4d3512e63a4b6269'    depends_on 'mad'    depends_on 'libid3tag' diff --git a/Library/Formula/mpgtx.rb b/Library/Formula/mpgtx.rb index c94edc7e6..97e6ae83f 100644 --- a/Library/Formula/mpgtx.rb +++ b/Library/Formula/mpgtx.rb @@ -3,7 +3,7 @@ require 'formula'  class Mpgtx < Formula    url 'http://sourceforge.net/projects/mpgtx/files/mpgtx/1.3.1/mpgtx-1.3.1.tar.gz'    homepage 'http://mpgtx.sourceforge.net' -  md5 'd628060aa04ad3b40a175bf35f5167cf' +  sha1 '58b3d18b6dac968e8dd969a7b33c8a8fc31569cd'    def install      system "./configure", "--parachute", "--prefix=#{prefix}", "--manprefix=#{man}" diff --git a/Library/Formula/mpio.rb b/Library/Formula/mpio.rb index 1fd517eb1..5c41ff5c1 100644 --- a/Library/Formula/mpio.rb +++ b/Library/Formula/mpio.rb @@ -3,7 +3,7 @@ require 'formula'  class Mpio < Formula    url 'https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz'    homepage 'https://github.com/frsyuki/mpio' -  md5 '9ef727a197bc97621709f79d9539ed19' +  sha1 '2c75a7ad0d0e00e9463f768fa4b579626bf65096'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/mpsolve.rb b/Library/Formula/mpsolve.rb index f101291cc..1f8788337 100644 --- a/Library/Formula/mpsolve.rb +++ b/Library/Formula/mpsolve.rb @@ -3,7 +3,7 @@ require 'formula'  class Mpsolve < Formula    url 'http://www.dm.unipi.it/cluster-pages/mpsolve/mpsolve.tgz'    homepage 'http://www.dm.unipi.it/cluster-pages/mpsolve/index.htm' -  md5 '4ef1b82066db972068f88f36382cb12f' +  sha1 '7b445f835325c62928deb99155b7ca9e646e6f97'    version '2.2'    depends_on 'gmp' diff --git a/Library/Formula/mscgen.rb b/Library/Formula/mscgen.rb index 83a9bd5f6..9b471064a 100644 --- a/Library/Formula/mscgen.rb +++ b/Library/Formula/mscgen.rb @@ -3,7 +3,7 @@ require 'formula'  class Mscgen < Formula    url 'http://www.mcternan.me.uk/mscgen/software/mscgen-src-0.20.tar.gz'    homepage 'http://www.mcternan.me.uk/mscgen/' -  md5 '65c90fb5150d7176b65b793f0faa7377' +  sha1 'cb718587e5fda99ca8b36801c57ea794d07bf211'    depends_on 'pkg-config' => :build    depends_on 'gd' => :recommended diff --git a/Library/Formula/msgpack-rpc.rb b/Library/Formula/msgpack-rpc.rb index e78380410..ae9c3c852 100644 --- a/Library/Formula/msgpack-rpc.rb +++ b/Library/Formula/msgpack-rpc.rb @@ -3,7 +3,7 @@ require 'formula'  class MsgpackRpc < Formula    url 'http://msgpack.org/releases/cpp/msgpack-rpc-0.3.1.tar.gz'    homepage 'https://github.com/msgpack/msgpack-rpc' -  md5 'e5e8f3631ac83d20cdf65fa0d7bfee21' +  sha1 'd11328592bc142863a4e03d86471064a3a0881d3'    depends_on 'msgpack'    depends_on 'mpio' diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb index 853810e93..20669ed04 100644 --- a/Library/Formula/msmtp.rb +++ b/Library/Formula/msmtp.rb @@ -3,7 +3,7 @@ require 'formula'  class Msmtp < Formula    homepage 'http://msmtp.sourceforge.net'    url 'http://downloads.sourceforge.net/project/msmtp/msmtp/1.4.28/msmtp-1.4.28.tar.bz2' -  md5 '14740478dc9d1f52ec97a415e3373fc7' +  sha1 '3fd44b30e8f4ae071b2a5a205d6007f3465fa970'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/mt-daapd.rb b/Library/Formula/mt-daapd.rb index cdde752cf..a06eae6f0 100644 --- a/Library/Formula/mt-daapd.rb +++ b/Library/Formula/mt-daapd.rb @@ -3,7 +3,7 @@ require 'formula'  class MtDaapd < Formula    url 'http://downloads.sourceforge.net/project/mt-daapd/mt-daapd/0.2.4.2/mt-daapd-0.2.4.2.tar.gz'    homepage 'http://www.fireflymediaserver.org/' -  md5 '67bef9fb14d487693b0dfb792c3f1b05' +  sha1 '5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f'    depends_on 'gdbm'    depends_on 'libid3tag' diff --git a/Library/Formula/mtools.rb b/Library/Formula/mtools.rb index 1f0aaa7b7..d8a9e0554 100644 --- a/Library/Formula/mtools.rb +++ b/Library/Formula/mtools.rb @@ -4,7 +4,7 @@ class Mtools < Formula    url 'ftp://ftpmirror.gnu.org/mtools/mtools-4.0.17.tar.gz'    mirror 'ftp://ftp.gnu.org/gnu/mtools/mtools-4.0.17.tar.gz'    homepage 'http://www.gnu.org/software/mtools/' -  md5 '231741ac95802d03aa32f44edb768171' +  sha1 'eebfab51148c4ab20a6aca3cea8057da5a11bdc8'    def install      system "./configure", "LIBS=-liconv", "--disable-debug", diff --git a/Library/Formula/muparser.rb b/Library/Formula/muparser.rb index 62edb5f1e..839ae2fca 100644 --- a/Library/Formula/muparser.rb +++ b/Library/Formula/muparser.rb @@ -3,7 +3,7 @@ require 'formula'  class Muparser < Formula    url 'http://sourceforge.net/projects/muparser/files/muparser/Version%201.34/muparser_v134.tar.gz'    homepage 'http://muparser.sourceforge.net/' -  md5 '0c4f4bf86aa2a5a737adc0e08cb77737' +  sha1 'd6d834d3ba2bd3c316c9b3070369d32701703f78'    version '1.34'    def install diff --git a/Library/Formula/mupdf.rb b/Library/Formula/mupdf.rb index e6a638a4a..7be93697c 100644 --- a/Library/Formula/mupdf.rb +++ b/Library/Formula/mupdf.rb @@ -22,7 +22,7 @@ end  class Mupdf < Formula    homepage 'http://mupdf.com'    url 'http://mupdf.googlecode.com/files/mupdf-1.0-source.tar.gz' -  md5 'd986ab98e2b035b7abd61afc474562b3' +  sha1 'c5c4496836cdd4bdf7b2d2344ec045c9508e49e4'    depends_on NeedsSnowLeopard.new diff --git a/Library/Formula/muscle.rb b/Library/Formula/muscle.rb index 95cd61eb0..fcd1754fd 100644 --- a/Library/Formula/muscle.rb +++ b/Library/Formula/muscle.rb @@ -4,7 +4,7 @@ class Muscle < Formula    homepage 'http://www.drive5.com/muscle/'    url 'http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz'    version '3.8.31' -  md5 'f767f00fd15f0c5db944d41936779e10' +  sha1 '2fe55db73ff4e7ac6d4ca692f8f213d1c5071dac'    def install      cd "src" do diff --git a/Library/Formula/musepack.rb b/Library/Formula/musepack.rb index 190cd8bdc..ff6ff7e7b 100644 --- a/Library/Formula/musepack.rb +++ b/Library/Formula/musepack.rb @@ -4,7 +4,7 @@ class Musepack < Formula    homepage 'http://www.musepack.net/'    url 'http://files.musepack.net/source/musepack_src_r475.tar.gz'    version 'r475' -  md5 '754d67be67f713e54baf70fcfdb2817e' +  sha1 'bdd4042773eb5c885df70d7a19914fa6e2306391'    depends_on 'cmake' => :build    depends_on 'libcuefile' diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index d17e8fc41..74eb82524 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -3,7 +3,7 @@ require 'formula'  class Mutt < Formula    homepage 'http://www.mutt.org/'    url 'ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz' -  md5 'a29db8f1d51e2f10c070bf88e8a553fd' +  sha1 'a8475f2618ce5d5d33bff85c0affdf21ab1d76b9'    depends_on 'tokyo-cabinet'    depends_on 'slang' if ARGV.include? '--with-slang' diff --git a/Library/Formula/mydumper.rb b/Library/Formula/mydumper.rb index 215d3377c..902088c31 100644 --- a/Library/Formula/mydumper.rb +++ b/Library/Formula/mydumper.rb @@ -26,7 +26,7 @@ end  class Mydumper < Formula    homepage 'http://www.mydumper.org/'    url 'http://launchpadlibrarian.net/77098505/mydumper-0.5.1.tar.gz' -  md5 'b4df42dfe23f308ab13eb6ecb73a0d21' +  sha1 '75635b9c25ca878bfe7907efd136aa4229161d72'    depends_on MySqlInstalled.new    depends_on 'pkg-config' => :build diff --git a/Library/Formula/mysql++.rb b/Library/Formula/mysql++.rb index ab289dac8..143d10712 100644 --- a/Library/Formula/mysql++.rb +++ b/Library/Formula/mysql++.rb @@ -3,7 +3,7 @@ require 'formula'  class Mysqlxx < Formula    url 'http://tangentsoft.net/mysql++/releases/mysql++-3.1.0.tar.gz'    homepage 'http://tangentsoft.net/mysql++/' -  md5 'd92769cc579b87a60e58a77099cc4f0e' +  sha1 '9bd383ad932dce8cc1948ec76eed9036419d427f'    depends_on 'mysql-connector-c' diff --git a/Library/Formula/mysql-connector-c++.rb b/Library/Formula/mysql-connector-c++.rb index 03dad2dc3..41ae67c4e 100644 --- a/Library/Formula/mysql-connector-c++.rb +++ b/Library/Formula/mysql-connector-c++.rb @@ -3,7 +3,7 @@ require 'formula'  class MysqlConnectorCxx < Formula    homepage 'http://dev.mysql.com/downloads/connector/cpp/'    url 'http://mysql.he.net/Downloads/Connector-C++/mysql-connector-c++-1.1.0.tar.gz' -  md5 '0981bda6548a8c8233ffce2b6e4b2a23' +  sha1 '9e8dd8025b5ef9707d3c1746dff6e8209198c5a2'    depends_on 'cmake' => :build    depends_on 'boost' => :build diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index 714778fdc..1f713ffda 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -3,7 +3,7 @@ require 'formula'  class MysqlConnectorC < Formula    homepage 'http://dev.mysql.com/downloads/connector/c/6.0.html'    url 'http://mysql.llarian.net/Downloads/Connector-C/mysql-connector-c-6.0.2.tar.gz' -  md5 'f922b778abdd25f7c1c95a8329144d56' +  sha1 '4c1369953258d040d27ec3a0c29ef0b71c357a17'    depends_on 'cmake' => :build diff --git a/Library/Formula/mysqlreport.rb b/Library/Formula/mysqlreport.rb index 5d7836646..9191c773d 100644 --- a/Library/Formula/mysqlreport.rb +++ b/Library/Formula/mysqlreport.rb @@ -3,7 +3,7 @@ require 'formula'  class Mysqlreport < Formula    homepage 'http://hackmysql.com/mysqlreport'    url 'http://hackmysql.com/scripts/mysqlreport-3.5.tgz' -  md5 '33a345f5e2c89b083a9ff0423f7fd7b4' +  sha1 '00d2790a9b76422a936f96a622567aa03437b9a3'    def install      bin.install "mysqlreport" diff --git a/Library/Formula/mytop.rb b/Library/Formula/mytop.rb index 02d513f15..e1611f3ae 100644 --- a/Library/Formula/mytop.rb +++ b/Library/Formula/mytop.rb @@ -3,7 +3,7 @@ require 'formula'  class Mytop < Formula    homepage 'http://jeremy.zawodny.com/mysql/mytop/'    url 'http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz' -  md5 '4127c3e486eb664fed60f40849372a9f' +  sha1 'e1485115ca3a15e79f7811bdc1cfe692aa95833f'    depends_on 'DBD::mysql' => :perl diff --git a/Library/Formula/nacl.rb b/Library/Formula/nacl.rb index 43aca1e91..92d33748d 100644 --- a/Library/Formula/nacl.rb +++ b/Library/Formula/nacl.rb @@ -3,7 +3,7 @@ require 'formula'  class Nacl < Formula    url 'http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2'    homepage 'http://nacl.cace-project.eu' -  md5 '7efb5715561c3d10dafd3fa97b4f2d20' +  sha1 '6007a6aee249f5a534ec53fddfc364601fba9629'    def install      system "./do" # This takes a while since it builds *everything* diff --git a/Library/Formula/nagios.rb b/Library/Formula/nagios.rb index 771e23ee1..1d3a60cb8 100644 --- a/Library/Formula/nagios.rb +++ b/Library/Formula/nagios.rb @@ -3,7 +3,7 @@ require 'formula'  class Nagios < Formula    homepage 'http://www.nagios.org/'    url 'http://downloads.sourceforge.net/project/nagios/nagios-3.x/nagios-3.4.1/nagios-3.4.1.tar.gz' -  md5 '2fa8acfb2a92b1bf8d173a855832de1f' +  sha1 '728d3a7f601cfbc0686afa27cb02a2cb212cc5ac'    depends_on 'gd'    depends_on 'nagios-plugins' diff --git a/Library/Formula/nailgun.rb b/Library/Formula/nailgun.rb index e70eaa684..168478b72 100644 --- a/Library/Formula/nailgun.rb +++ b/Library/Formula/nailgun.rb @@ -3,7 +3,7 @@ require 'formula'  class Nailgun < Formula    url 'http://downloads.sourceforge.net/project/nailgun/nailgun/0.7.1/nailgun-src-0.7.1.zip'    homepage 'http://martiansoftware.com/nailgun/index.html' -  md5 '79365e339275d774b7c5c8b17b7ece40' +  sha1 '70f2ae1faafe9cf060f2a44968960703475705e4'    def script      <<-EOS diff --git a/Library/Formula/narwhal.rb b/Library/Formula/narwhal.rb index 030a6964a..1b20e5228 100644 --- a/Library/Formula/narwhal.rb +++ b/Library/Formula/narwhal.rb @@ -3,7 +3,7 @@ require 'formula'  class Narwhal < Formula    homepage 'https://github.com/280north/narwhal'    url 'https://github.com/280north/narwhal/tarball/v0.3.2' -  md5 'c5f8c0af38b79a7a7b827d3f05f79e21' +  sha1 '64865fd335ad5078a32eee4504a98fdd6796199c'    head 'https://github.com/280north/narwhal.git' diff --git a/Library/Formula/naturaldocs.rb b/Library/Formula/naturaldocs.rb index 3b51f3420..a45850603 100644 --- a/Library/Formula/naturaldocs.rb +++ b/Library/Formula/naturaldocs.rb @@ -3,7 +3,7 @@ require 'formula'  class Naturaldocs < Formula    homepage 'http://www.naturaldocs.org/'    url 'http://downloads.sourceforge.net/project/naturaldocs/Stable%20Releases/1.52/NaturalDocs-1.52.zip' -  md5 '68e3982acae57b6befdf9e75b420fd80' +  sha1 '0457bdd60beb2275a1fad414e6ba0a56798a7993'    def install      # Remove Windows files diff --git a/Library/Formula/nauty.rb b/Library/Formula/nauty.rb index e5e3b55e0..d8f073efe 100644 --- a/Library/Formula/nauty.rb +++ b/Library/Formula/nauty.rb @@ -4,7 +4,7 @@ class Nauty < Formula    homepage 'http://cs.anu.edu.au/~bdm/nauty/'    url 'http://cs.anu.edu.au/~bdm/nauty/nauty24r2.tar.gz'    version '24r2' -  md5 '53f83420491a32e3fe9b03a44c559a89' +  sha1 '3f012beb399a9340f77d0104bf1c9bf1100e8286'    option 'run-tests', "Runs the included test programs" diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb index e3ea263ab..a70dbc004 100644 --- a/Library/Formula/ncdu.rb +++ b/Library/Formula/ncdu.rb @@ -3,7 +3,7 @@ require 'formula'  class Ncdu < Formula    url 'http://dev.yorhel.nl/download/ncdu-1.8.tar.gz'    homepage 'http://dev.yorhel.nl/ncdu' -  md5 '94d7a821f8a0d7ba8ef3dd926226f7d5' +  sha1 '3d98e78cf7035e32333d263d301d12e9b4352598'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/ncftp.rb b/Library/Formula/ncftp.rb index 84b056792..8b8b3e88e 100644 --- a/Library/Formula/ncftp.rb +++ b/Library/Formula/ncftp.rb @@ -3,7 +3,7 @@ require 'formula'  class Ncftp < Formula    homepage 'http://www.ncftp.com'    url 'ftp://ftp.ncftp.com/ncftp/ncftp-3.2.5-src.tar.gz' -  md5 '685e45f60ac11c89442c572c28af4228' +  sha1 'b1aafd9291e29c336fcad07ae212fe1b5b2a1c58'    def install      # "disable universal" doesn't seem to work. diff --git a/Library/Formula/ncview.rb b/Library/Formula/ncview.rb index faf66e1b3..cc176a613 100644 --- a/Library/Formula/ncview.rb +++ b/Library/Formula/ncview.rb @@ -3,7 +3,7 @@ require 'formula'  class Ncview < Formula    url 'ftp://cirrus.ucsd.edu/pub/ncview/ncview-2.1.1.tar.gz'    homepage 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html' -  md5 '34e25f5949af342a1783542799f51bed' +  sha1 'e5f1c475d684f7d02ca33ca5444da4b4f828005b'    depends_on :x11    depends_on "netcdf" diff --git a/Library/Formula/neko.rb b/Library/Formula/neko.rb index d54bf98b8..5c91b8dbf 100644 --- a/Library/Formula/neko.rb +++ b/Library/Formula/neko.rb @@ -3,7 +3,7 @@ require 'formula'  class Neko < Formula    url 'http://nekovm.org/_media/neko-1.8.1.tar.gz'    homepage 'http://nekovm.org/' -  md5 '0e2029465a49e1da929f0e254c017701' +  sha1 'a551ac615a98f8b75c67502cc977d64034e11f20'    depends_on 'bdw-gc' diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb index 3bf802654..622a528dd 100644 --- a/Library/Formula/neo4j.rb +++ b/Library/Formula/neo4j.rb @@ -4,7 +4,7 @@ class Neo4j < Formula    homepage 'http://neo4j.org'    url 'http://dist.neo4j.org/neo4j-community-1.7.2-unix.tar.gz'    version 'community-1.7.2-unix' -  md5 '115afbb7cc72b089577e371ce0b1116d' +  sha1 '3836018559a550875f924ee225106ab8b15e8be0'    def install      # Remove windows files diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 3bb2245fa..5b7879f04 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -2,7 +2,7 @@ require 'formula'  class Neon < Formula    url 'http://www.webdav.org/neon/neon-0.29.6.tar.gz' -  md5 '591e0c82e6979e7e615211b386b8f6bc' +  sha1 'ae1109923303f67ed3421157927bc4bc29c58961'    homepage 'http://www.webdav.org/neon/'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/net-snmp.rb b/Library/Formula/net-snmp.rb index bc476c01a..a788db534 100644 --- a/Library/Formula/net-snmp.rb +++ b/Library/Formula/net-snmp.rb @@ -3,7 +3,7 @@ require 'formula'  class NetSnmp < Formula    homepage 'http://www.net-snmp.org/'    url 'http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1/net-snmp-5.7.1.tar.gz' -  md5 'c95d08fd5d93df0c11a2e1bdf0e01e0b' +  sha1 'ddb82ce1112ef0642869d3c8d7c7e585f151849a'    def patches      # Fixes compile error on Lion, missing header darwin11.h diff --git a/Library/Formula/netcat.rb b/Library/Formula/netcat.rb index 387136f13..50a8859a3 100644 --- a/Library/Formula/netcat.rb +++ b/Library/Formula/netcat.rb @@ -2,7 +2,7 @@ require 'formula'  class Netcat < Formula    url 'http://downloads.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2' -  md5 '0a29eff1736ddb5effd0b1ec1f6fe0ef' +  sha1 'b761d70fe9e3e8b3fe33a329b9bc31300dc04d11'    homepage 'http://netcat.sourceforge.net/'    def install diff --git a/Library/Formula/netpbm.rb b/Library/Formula/netpbm.rb index c347eba17..4c49e8fcb 100644 --- a/Library/Formula/netpbm.rb +++ b/Library/Formula/netpbm.rb @@ -3,7 +3,7 @@ require 'formula'  class Netpbm < Formula    homepage 'http://netpbm.sourceforge.net'    url 'http://sourceforge.net/projects/netpbm/files/super_stable/10.35.82/netpbm-10.35.82.tgz' -  md5 'fcae2fc7928ad7d31b0540ec0c3e710b' +  sha1 '937e33e1258146510effd4ae09eca0363a21fdeb'    head 'http://netpbm.svn.sourceforge.net/svnroot/netpbm/trunk' diff --git a/Library/Formula/newick-utils.rb b/Library/Formula/newick-utils.rb index c5c90da52..1e618e486 100644 --- a/Library/Formula/newick-utils.rb +++ b/Library/Formula/newick-utils.rb @@ -3,7 +3,7 @@ require 'formula'  class NewickUtils < Formula    url 'http://cegg.unige.ch/pub/newick-utils-1.6.tar.gz'    homepage 'http://cegg.unige.ch/newick_utils' -  md5 'ed0bf50f03196cfef3809f5a76804624' +  sha1 'a9779054dcbf957618458ebfed07991fabeb3e19'    def patches      # don't bother testing nw_gen, it's known to fail on MacOSX diff --git a/Library/Formula/ngrep.rb b/Library/Formula/ngrep.rb index f2c84dc98..e669ba240 100644 --- a/Library/Formula/ngrep.rb +++ b/Library/Formula/ngrep.rb @@ -3,7 +3,7 @@ require 'formula'  class Ngrep < Formula    url 'http://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2'    homepage 'http://ngrep.sourceforge.net/' -  md5 'bc8150331601f3b869549c94866b4f1c' +  sha1 'f26090a6ac607db66df99c6fa9aef74968f3330f'    def install      system "./configure", "--prefix=#{prefix}", diff --git a/Library/Formula/nickle.rb b/Library/Formula/nickle.rb index bc8ff0d80..1f0639fcf 100644 --- a/Library/Formula/nickle.rb +++ b/Library/Formula/nickle.rb @@ -3,7 +3,7 @@ require 'formula'  class Nickle < Formula    url 'http://nickle.org/release/nickle-2.70.tar.gz'    homepage 'http://www.nickle.org/' -  md5 'fbb77ad1c6f80a9a67ae28a2a678ed67' +  sha1 'b967e09816146e2f356c97b4fc5170a33bad2f29'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 0ffc92480..3ba545bf5 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -3,7 +3,7 @@ require 'formula'  class Nimrod < Formula    homepage 'http://force7.de/nimrod/'    url 'http://force7.de/nimrod/download/nimrod_0.8.14.zip' -  md5 '3b89c11e4071bf492134c8f4258ebd5d' +  sha1 'e37e48bcec96c8baf578671c3f20cc5e1e8b0267'    head 'https://github.com/Araq/Nimrod.git' diff --git a/Library/Formula/nkf.rb b/Library/Formula/nkf.rb index 4b08fc03f..9fa237ba3 100644 --- a/Library/Formula/nkf.rb +++ b/Library/Formula/nkf.rb @@ -3,7 +3,7 @@ require 'formula'  class Nkf < Formula    url 'http://dl.sourceforge.jp/nkf/53171/nkf-2.1.2.tar.gz'    homepage 'http://sourceforge.jp/projects/nkf/' -  md5 '973b0b4d5ca5f0f8153e4d68b8412a39' +  sha1 'ca301d84e57787f566c933c2a1511f600183c8f1'    def patches      # Makefile patch diff --git a/Library/Formula/nload.rb b/Library/Formula/nload.rb index 9f60aaa3f..8f637784c 100644 --- a/Library/Formula/nload.rb +++ b/Library/Formula/nload.rb @@ -3,7 +3,7 @@ require 'formula'  class Nload < Formula    homepage 'http://www.roland-riegel.de/nload/'    url 'http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz' -  md5 '3c733c528f244ca5a4f76bf185729c39' +  sha1 'bb0a168c93c588ad4fd5e3a653b3620b79ada1e8'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index d5fc87710..158374b2a 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -3,7 +3,7 @@ require 'formula'  class Nmap < Formula    homepage 'http://nmap.org/6/'    url 'http://nmap.org/dist/nmap-6.01.tar.bz2' -  md5 'a1a71940f238abb835dbf3ee7412bcea' +  sha1 'e397e453893930d14e9bb33a847d15b94b7ee83a'    head 'https://guest:@svn.nmap.org/nmap/', :using => :svn diff --git a/Library/Formula/noweb.rb b/Library/Formula/noweb.rb index 41db6b9e1..b241272ee 100644 --- a/Library/Formula/noweb.rb +++ b/Library/Formula/noweb.rb @@ -4,7 +4,7 @@ class Noweb < Formula    homepage 'http://www.cs.tufts.edu/~nr/noweb/'    url 'ftp://www.eecs.harvard.edu/pub/nr/noweb.tgz'    version '2.11b' -  md5 '1df580723497b2f2efde07646abf764c' +  sha1 '3b391c42f46dcb8a002b863fb2e483560a7da51d'    depends_on 'icon' diff --git a/Library/Formula/nrg2iso.rb b/Library/Formula/nrg2iso.rb index 4503815cb..cd30304cf 100644 --- a/Library/Formula/nrg2iso.rb +++ b/Library/Formula/nrg2iso.rb @@ -3,7 +3,7 @@ require 'formula'  class Nrg2iso < Formula    url 'http://gregory.kokanosky.free.fr/v4/linux/nrg2iso-0.4.tar.gz'    homepage 'http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html' -  md5 '996c38c8f1465e9c51ccad4f31ec2eee' +  sha1 '26dfa9b489c9165dbc578ef3fddf6e491349df12'    def install      system "make" diff --git a/Library/Formula/nrpe.rb b/Library/Formula/nrpe.rb index 04a5dd7ec..51416d5dd 100644 --- a/Library/Formula/nrpe.rb +++ b/Library/Formula/nrpe.rb @@ -3,7 +3,7 @@ require 'formula'  class Nrpe < Formula    homepage 'http://www.nagios.org/'    url 'http://downloads.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.13/nrpe-2.13.tar.gz' -  md5 'e5176d9b258123ce9cf5872e33a77c1a' +  sha1 '2d5ead0ff114329a0daf0778c4bb8364249aebbc'    depends_on 'nagios-plugins' diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb index 709616de0..8813bb02e 100644 --- a/Library/Formula/nss.rb +++ b/Library/Formula/nss.rb @@ -3,7 +3,7 @@ require 'formula'  class Nss < Formula    url 'http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_10_RTM/src/nss-3.12.10.tar.gz'    homepage 'http://www.mozilla.org/projects/security/pki/nss/' -  md5 '027954e894f02732f4e66cd854261145' +  sha1 '229f65c8d4e2c1b34e145253bceddada5a82a142'    depends_on 'nspr' diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb index 76d06e178..8db34b814 100644 --- a/Library/Formula/ntfs-3g.rb +++ b/Library/Formula/ntfs-3g.rb @@ -3,7 +3,7 @@ require 'formula'  class Ntfs3g < Formula    homepage 'http://www.tuxera.com/community/ntfs-3g-download/'    url 'http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz' -  md5 '341acae00a290cab9b00464db65015cc' +  sha1 '8d55cf49afde172fefa369a0a85289e09c4d7bbb'    depends_on 'pkg-config' => :build    depends_on 'fuse4x' diff --git a/Library/Formula/ntl.rb b/Library/Formula/ntl.rb index 10702c3f1..211d6c3d9 100644 --- a/Library/Formula/ntl.rb +++ b/Library/Formula/ntl.rb @@ -3,7 +3,7 @@ require 'formula'  class Ntl < Formula    homepage 'http://www.shoup.net/ntl'    url 'http://www.shoup.net/ntl/ntl-5.5.2.tar.gz' -  md5 '2e0afa1fa3b325e562ce89da57cba983' +  sha1 'b45e3858f7f351afeb7fbb831b256befc4892b06'    def install      cd "src" do diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index a6113fae1..2a30da9df 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -15,7 +15,7 @@ end  class Nu < Formula    homepage 'http://programming.nu'    url 'http://programming.nu/releases/Nu-2.0.1.tgz' -  md5 '8ceee36a3e89cab8d00f543fb61f7ffb' +  sha1 'c0735f8f3daec9471b849f8e96827b5eef0ec44e'    depends_on NeedsLion.new    depends_on 'pcre' diff --git a/Library/Formula/num-utils.rb b/Library/Formula/num-utils.rb index 52e97f9e7..117683e5c 100644 --- a/Library/Formula/num-utils.rb +++ b/Library/Formula/num-utils.rb @@ -3,7 +3,7 @@ require 'formula'  class NumUtils < Formula    homepage 'http://suso.suso.org/programs/num-utils/'    url "http://suso.suso.org/programs/num-utils/downloads/num-utils-0.5.tar.gz" -  md5 '58eed69761c2da97c3bfdfa422633427' +  sha1 '3fc6130874129fe1e98db6db8b3dc43f0e1a89ac'    def install      %w(average bound interval normalize numgrep numprocess numsum random range round).each do |program| diff --git a/Library/Formula/nvi.rb b/Library/Formula/nvi.rb index 08dbc88a8..6535a6b43 100644 --- a/Library/Formula/nvi.rb +++ b/Library/Formula/nvi.rb @@ -3,7 +3,7 @@ require 'formula'  class Nvi < Formula    homepage 'https://sites.google.com/a/bostic.com/keithbostic/nvi'    url 'http://www.kotnet.org/~skimo/nvi/devel/nvi-1.81.6.tar.bz2' -  md5 '88d1e23115ee9f2961186b62e55f5704' +  sha1 'd3445ed69166102735335a2ff60d092d9a9143c6'    depends_on 'berkeley-db' diff --git a/Library/Formula/nylon.rb b/Library/Formula/nylon.rb index d85d0c41a..1bf57eb2b 100644 --- a/Library/Formula/nylon.rb +++ b/Library/Formula/nylon.rb @@ -2,7 +2,7 @@ require 'formula'  class Nylon < Formula    url 'http://monkey.org/~marius/nylon/nylon-1.21.tar.gz' -  md5 'd5de81422b8797afa328f72c694b65bb' +  sha1 '96f82a785ffe92fd6c1eebb69787327eecc90569'    homepage 'http://monkey.org/~marius/pages/?page=nylon'    depends_on 'libevent' diff --git a/Library/Formula/nzbget.rb b/Library/Formula/nzbget.rb index b027d5e2e..bba857e17 100644 --- a/Library/Formula/nzbget.rb +++ b/Library/Formula/nzbget.rb @@ -3,7 +3,7 @@ require 'formula'  class Nzbget < Formula    homepage 'http://sourceforge.net/projects/nzbget/'    url 'http://downloads.sourceforge.net/project/nzbget/nzbget-stable/0.8.0/nzbget-0.8.0.tar.gz' -  md5 'c47f464fe988deeb4fc5381506c1fbe3' +  sha1 'a7cf70b58286ff1b552d2564020c1fb9ca6d1af6'    head 'https://nzbget.svn.sourceforge.net/svnroot/nzbget/trunk', :using => :svn    # Also depends on libxml2 but the one in OS X is fine diff --git a/Library/Formula/o-make.rb b/Library/Formula/o-make.rb index 5ca679a50..d2fee2636 100644 --- a/Library/Formula/o-make.rb +++ b/Library/Formula/o-make.rb @@ -3,7 +3,7 @@ require 'formula'  class OMake < Formula    url 'http://omake.metaprl.org/downloads/omake-0.9.8.5-3.tar.gz'    homepage 'http://omake.metaprl.org/' -  md5 'd114b3c4201808aacd73ec1a98965c47' +  sha1 'e78c9d8858749f5e234cba303637980e24085cbc'    depends_on 'objective-caml' diff --git a/Library/Formula/obby.rb b/Library/Formula/obby.rb index 9fe5773e2..5f3c492fd 100644 --- a/Library/Formula/obby.rb +++ b/Library/Formula/obby.rb @@ -3,7 +3,7 @@ require 'formula'  class Obby < Formula    url 'http://releases.0x539.de/obby/obby-0.4.7.tar.gz'    homepage 'http://gobby.0x539.de' -  md5 '33fac4228c1efc1a1635bacf6480dc31' +  sha1 'efe4e6b406eb0628af63e88807d5d2115d88f390'    depends_on 'pkg-config' => :build    depends_on 'net6' diff --git a/Library/Formula/ocrad.rb b/Library/Formula/ocrad.rb index d5a5059c0..5f1907f3f 100644 --- a/Library/Formula/ocrad.rb +++ b/Library/Formula/ocrad.rb @@ -4,7 +4,7 @@ class Ocrad < Formula    homepage 'http://www.gnu.org/software/ocrad/'    url 'http://ftpmirror.gnu.org/ocrad/ocrad-0.21.tar.gz'    mirror 'http://ftp.gnu.org/gnu/ocrad/ocrad-0.21.tar.gz' -  md5 '83f9eae9d808f9d86c181538d3f64aed' +  sha1 '857a7e0b671d4216ddf2ec1ec2daf0b21d2a6a64'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index 47e38f299..e05e79910 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -3,7 +3,7 @@ require 'formula'  class OfflineImap < Formula    homepage 'http://offlineimap.org/'    url 'https://github.com/downloads/spaetz/offlineimap/offlineimap-v6.5.4.tar.gz' -  md5 'f696978785ecfc804271ec25100ef929' +  sha1 'a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a'    head 'https://github.com/OfflineIMAP/offlineimap.git' diff --git a/Library/Formula/ogmtools.rb b/Library/Formula/ogmtools.rb index 76ef14032..1fa1fcf9e 100644 --- a/Library/Formula/ogmtools.rb +++ b/Library/Formula/ogmtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Ogmtools < Formula    url 'http://www.bunkus.org/videotools/ogmtools/ogmtools-1.5.tar.bz2'    homepage 'http://www.bunkus.org/videotools/ogmtools/' -  md5 '02d356e3d21d53b1d9715bab223d8996' +  sha1 'a23ba7e6ac490ffb60e8fb739e790b7a020a444c'    depends_on 'libogg'    depends_on 'libvorbis' diff --git a/Library/Formula/ohcount.rb b/Library/Formula/ohcount.rb index 5652b7295..f8405fb99 100644 --- a/Library/Formula/ohcount.rb +++ b/Library/Formula/ohcount.rb @@ -3,7 +3,7 @@ require 'formula'  class Ohcount < Formula    homepage 'http://sourceforge.net/apps/trac/ohcount/'    url 'http://downloads.sourceforge.net/project/ohcount/ohcount-3.0.0.tar.gz' -  md5 '08f97d01adde8b45635abfe93f8a717a' +  sha1 '5c1357b3094881ff9804fbf3002c9aaa16494cce'    depends_on 'ragel'    depends_on 'pcre' diff --git a/Library/Formula/oniguruma.rb b/Library/Formula/oniguruma.rb index 075e58e79..5fded5a61 100644 --- a/Library/Formula/oniguruma.rb +++ b/Library/Formula/oniguruma.rb @@ -3,7 +3,7 @@ require 'formula'  class Oniguruma < Formula    url 'http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.2.tar.gz'    homepage 'http://www.geocities.jp/kosako3/oniguruma/' -  md5 '0f4ad1b100a5f9a91623e04111707b84' +  sha1 '63d0a412b9e8578724c37ef8936704c8b985f6cb'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/oorexx.rb b/Library/Formula/oorexx.rb index 66546b968..120845593 100644 --- a/Library/Formula/oorexx.rb +++ b/Library/Formula/oorexx.rb @@ -3,7 +3,7 @@ require 'formula'  class Oorexx < Formula    url 'http://downloads.sourceforge.net/project/oorexx/oorexx/4.0.0/ooRexx-4.0.0.tar.gz'    homepage 'http://www.oorexx.org/' -  md5 '938e8fbf254c9e043b92a3530a3d8f7d' +  sha1 '944336a5488ea82b69409d1d3cf28e0d5b32cadc'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/open-babel.rb b/Library/Formula/open-babel.rb index 2c8b670e5..26e721e90 100644 --- a/Library/Formula/open-babel.rb +++ b/Library/Formula/open-babel.rb @@ -16,7 +16,7 @@ end  class OpenBabel < Formula    homepage 'http://openbabel.org/'    url 'http://sourceforge.net/projects/openbabel/files/openbabel/2.2.3/openbabel-2.2.3.tar.gz' -  md5 '7ea8845c54d6d3a9be378c78088af804' +  sha1 'e396b27551a106e001ca6c953181657a0a53f43f'    head 'https://openbabel.svn.sourceforge.net/svnroot/openbabel/openbabel/trunk' diff --git a/Library/Formula/open-cobol.rb b/Library/Formula/open-cobol.rb index 37e9f03ce..211cf5b7d 100644 --- a/Library/Formula/open-cobol.rb +++ b/Library/Formula/open-cobol.rb @@ -3,7 +3,7 @@ require 'formula'  class OpenCobol < Formula    url 'http://downloads.sourceforge.net/project/open-cobol/open-cobol/1.0/open-cobol-1.0.tar.gz'    homepage 'http://www.opencobol.org/' -  md5 '947e0d9c4ee7fa8f077ea4bca2f894e5' +  sha1 '4c0930a74e92014317b2f237aaedc90acc2b72df'    depends_on 'gmp'    depends_on 'berkeley-db' diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index cbadf9a61..a56a61970 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -3,7 +3,7 @@ require 'formula'  class OpenOcd < Formula    url 'http://download.berlios.de/openocd/openocd-0.5.0.tar.bz2'    homepage 'http://openocd.berlios.de/web/' -  md5 '43434c2b5353c9b853278b8bff22cb1a' +  sha1 '807e4214b005029dccd1ed8af36f3897a5c6f49b'    depends_on 'libusb-compat' diff --git a/Library/Formula/open-sp.rb b/Library/Formula/open-sp.rb index 4e73ac2e3..77875e446 100644 --- a/Library/Formula/open-sp.rb +++ b/Library/Formula/open-sp.rb @@ -3,7 +3,7 @@ require 'formula'  class OpenSp < Formula    url 'http://downloads.sourceforge.net/project/openjade/opensp/1.5.2/OpenSP-1.5.2.tar.gz'    homepage 'http://openjade.sourceforge.net' -  md5 '670b223c5d12cee40c9137be86b6c39b' +  sha1 'b4e903e980f8a8b3887396a24e067bef126e97d5'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/opencc.rb b/Library/Formula/opencc.rb index f649efc65..09fd4ad41 100644 --- a/Library/Formula/opencc.rb +++ b/Library/Formula/opencc.rb @@ -3,7 +3,7 @@ require 'formula'  class Opencc < Formula    url 'http://opencc.googlecode.com/files/opencc-0.3.0.tar.gz'    homepage 'http://code.google.com/p/opencc/' -  md5 '84462870e5d491da24bb33a5fb494911' +  sha1 '76f1750751b7fe15d25d66f0378814434fad1e70'    depends_on 'cmake' => :build diff --git a/Library/Formula/openconnect.rb b/Library/Formula/openconnect.rb index e097a0736..ce2cdf117 100644 --- a/Library/Formula/openconnect.rb +++ b/Library/Formula/openconnect.rb @@ -2,7 +2,7 @@ require 'formula'  class VpncScript < Formula    url 'http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script' -  md5 '7a51184f883bba826615e85853e6d30a' +  sha1 'f51321920310d2e582fc246dcc77c43f9e01cc71'  end  class Openconnect < Formula diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb index dde969410..ad7b0579c 100644 --- a/Library/Formula/openexr.rb +++ b/Library/Formula/openexr.rb @@ -3,7 +3,7 @@ require 'formula'  class Openexr < Formula    url 'http://download.savannah.gnu.org/releases/openexr/openexr-1.7.0.tar.gz'    homepage 'http://www.openexr.com/' -  md5 '27113284f7d26a58f853c346e0851d7a' +  sha1 '91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b'    # included for reference only - repository doesn't have 'configure' script    # head 'cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/openexr:OpenEXR' diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 2d9d2f129..32bd2c4c6 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -2,7 +2,7 @@ require 'formula'  class J2kp4files < Formula    url 'http://pkgs.fedoraproject.org/repo/pkgs/openjpeg/j2kp4files_v1_5.zip/27780ed3254e6eb763ebd718a8ccc340/j2kp4files_v1_5.zip' -  md5 '27780ed3254e6eb763ebd718a8ccc340' +  sha1 '9ac265c279392117025cc18061742c3c1392d549'  end  class Tiffpic < Formula diff --git a/Library/Formula/openmeeg.rb b/Library/Formula/openmeeg.rb index dda59c357..2f976e70e 100644 --- a/Library/Formula/openmeeg.rb +++ b/Library/Formula/openmeeg.rb @@ -3,7 +3,7 @@ require 'formula'  class Openmeeg < Formula    homepage 'http://www-sop.inria.fr/athena/software/OpenMEEG/'    url 'https://github.com/openmeeg/openmeeg/tarball/release-2.1' -  md5 '47b2a5aa4fa5d806da8322859ee3b1d8' +  sha1 'b779f95db3687e5e338f889d9510b5777fdbdb79'    head 'https://github.com/openmeeg/openmeeg.git' diff --git a/Library/Formula/openslp.rb b/Library/Formula/openslp.rb index d2349480c..8c51cf020 100644 --- a/Library/Formula/openslp.rb +++ b/Library/Formula/openslp.rb @@ -3,7 +3,7 @@ require 'formula'  class Openslp < Formula    url 'http://downloads.sourceforge.net/project/openslp/OpenSLP/1.2.1/openslp-1.2.1.tar.gz'    homepage 'http://www.openslp.org' -  md5 'ff9999d1b44017281dd00ed2c4d32330' +  sha1 '47ab19154084d2b467f09525f5351e9ab7193cf9'    def patches      # patch for adding in missing slp_net symbols diff --git a/Library/Formula/opentracker.rb b/Library/Formula/opentracker.rb index 0eee65ac3..4f6fb38d9 100644 --- a/Library/Formula/opentracker.rb +++ b/Library/Formula/opentracker.rb @@ -2,7 +2,7 @@ require 'formula'  class Libowfat < Formula    url 'http://dl.fefe.de/libowfat-0.28.tar.bz2' -  md5 '6bbee9a86506419657d87123b7a6f2c1' +  sha1 ''    homepage 'http://www.fefe.de/libowfat/'  end diff --git a/Library/Formula/optipng.rb b/Library/Formula/optipng.rb index dfb21a9a3..2ebdcec91 100644 --- a/Library/Formula/optipng.rb +++ b/Library/Formula/optipng.rb @@ -3,7 +3,7 @@ require 'formula'  class Optipng < Formula    homepage 'http://optipng.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz' -  md5 'b6181d566998ad489397b985ebfc4a03' +  sha1 'f71ae8c83ffb610c774f454c0f4e47cc7385a545'    def install      system "./configure", "--with-system-zlib", diff --git a/Library/Formula/orc.rb b/Library/Formula/orc.rb index fff09a303..0b40dd5dc 100644 --- a/Library/Formula/orc.rb +++ b/Library/Formula/orc.rb @@ -3,7 +3,7 @@ require 'formula'  class Orc < Formula    homepage 'http://code.entropywave.com/projects/orc/'    url 'http://code.entropywave.com/download/orc/orc-0.4.16.tar.gz' -  md5 'e482932e544c847761449b106ecbc483' +  sha1 'b67131881e7834b0c820bfba468f668100fb2e91'    def install      # Fix compiling on 32 bit systems. See: diff --git a/Library/Formula/orpie.rb b/Library/Formula/orpie.rb index 8a315363f..06959c0fb 100644 --- a/Library/Formula/orpie.rb +++ b/Library/Formula/orpie.rb @@ -3,7 +3,7 @@ require 'formula'  class Orpie < Formula    url 'http://pessimization.com/software/orpie/orpie-1.5.1.tar.gz'    homepage 'http://pessimization.com/software/orpie/' -  md5 '4511626ed853354af1b4b5dbbf143a1f' +  sha1 '4e4887d8abcf015a5b423a2d1164ace95ab2d5c1'    depends_on 'gsl'    depends_on 'objective-caml' diff --git a/Library/Formula/osm-pbf.rb b/Library/Formula/osm-pbf.rb index ea8b3b490..e8deb46c8 100644 --- a/Library/Formula/osm-pbf.rb +++ b/Library/Formula/osm-pbf.rb @@ -3,7 +3,7 @@ require 'formula'  class OsmPbf < Formula    homepage 'http://wiki.openstreetmap.org/wiki/PBF_Format'    url 'https://github.com/scrosby/OSM-binary/tarball/v1.2.1' -  md5 '7eb8e6c30c261d2fa338048e2a356bad' +  sha1 'c12e6649e8aa00a460f54db7f84e723503367fc2'    depends_on 'protobuf' diff --git a/Library/Formula/osmosis.rb b/Library/Formula/osmosis.rb index 7ac530a81..d258e42db 100644 --- a/Library/Formula/osmosis.rb +++ b/Library/Formula/osmosis.rb @@ -3,7 +3,7 @@ require 'formula'  class Osmosis < Formula    homepage 'http://wiki.openstreetmap.org/wiki/Osmosis'    url 'http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.40.1.zip' -  md5 '2baf3eb87647a81b163fb53928253209' +  sha1 '2a51c35b6270af51f6fffaa9d7ed5fa5e1c30a7b'    def patches      # need to adjust home dir for a clean install diff --git a/Library/Formula/osslsigncode.rb b/Library/Formula/osslsigncode.rb index ca9e79e70..3d4577916 100644 --- a/Library/Formula/osslsigncode.rb +++ b/Library/Formula/osslsigncode.rb @@ -3,7 +3,7 @@ require 'formula'  class Osslsigncode < Formula    homepage 'http://sourceforge.net/projects/osslsigncode/'    url 'http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.4.tar.gz' -  md5 '018b12b3efc4a5250dd3977c2bada3cd' +  sha1 'ac63d62abddfcb37597640da96f61f496bee6086'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/owfs.rb b/Library/Formula/owfs.rb index eb47c2b9f..ea98331c2 100644 --- a/Library/Formula/owfs.rb +++ b/Library/Formula/owfs.rb @@ -4,7 +4,7 @@ class Owfs < Formula    homepage 'http://owfs.org/'    url 'http://downloads.sourceforge.net/project/owfs/owfs/2.8p13/owfs-2.8p13.tar.gz'    version '2.8p13' -  md5 'cc3e2542aed41c753bffca13f2a0a84e' +  sha1 '61ea07bb82b60320889c27730abff1826cb27931'    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index 30d886d2d..ac4b8d998 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -3,7 +3,7 @@ require 'formula'  class P7zip < Formula    url 'http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2'    homepage 'http://p7zip.sourceforge.net/' -  md5 'bd6caaea567dc0d995c990c5cc883c89' +  sha1 '1cd567e043ee054bf08244ce15f32cb3258306b7'    option '32-bit' diff --git a/Library/Formula/paperkey.rb b/Library/Formula/paperkey.rb index 85a22345e..21fa890c1 100644 --- a/Library/Formula/paperkey.rb +++ b/Library/Formula/paperkey.rb @@ -3,7 +3,7 @@ require 'formula'  class Paperkey < Formula    url 'http://www.jabberwocky.com/software/paperkey/paperkey-1.2.tar.gz'    homepage 'http://www.jabberwocky.com/software/paperkey/' -  md5 '84af99e3f283337722336571c630da93' +  sha1 '069bb0bdba28682f9fedcd446ae5d1b7633b9788'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index 510897887..4e745d8e8 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -3,7 +3,7 @@ require 'formula'  class Par < Formula    url 'http://www.nicemice.net/par/Par152.tar.gz'    homepage 'http://www.nicemice.net/par/' -  md5 '4ccacd824171ba2c2f14fb8aba78b9bf' +  sha1 '4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8'    def patches      # A patch by Jérôme Pouiller that adds support for multibyte diff --git a/Library/Formula/pari.rb b/Library/Formula/pari.rb index c944353c6..4f1560de2 100644 --- a/Library/Formula/pari.rb +++ b/Library/Formula/pari.rb @@ -3,7 +3,7 @@ require 'formula'  class Pari < Formula    homepage 'http://pari.math.u-bordeaux.fr/'    url 'http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.1.tar.gz' -  md5 'd267dd1be4839f209217c8fff615478e' +  sha1 'c83314bb993161a60e1e46ae7616072858414354'    depends_on 'readline' diff --git a/Library/Formula/parmetis.rb b/Library/Formula/parmetis.rb index 9c1c6daf3..6f50b1551 100644 --- a/Library/Formula/parmetis.rb +++ b/Library/Formula/parmetis.rb @@ -3,7 +3,7 @@ require 'formula'  class Parmetis < Formula    url 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.tar.gz'    homepage 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview' -  md5 '856dbbd43c12d97cb6a0dc583e6361d5' +  sha1 'ba80786bf42a13dc5a3e0547b97971639dc58fbd'    depends_on 'cmake' => :build diff --git a/Library/Formula/pax-runner.rb b/Library/Formula/pax-runner.rb index 7b1038096..0ec3c4b00 100644 --- a/Library/Formula/pax-runner.rb +++ b/Library/Formula/pax-runner.rb @@ -4,7 +4,7 @@ class PaxRunner < Formula    homepage 'http://team.ops4j.org'    url 'http://repo1.maven.org/maven2/org/ops4j/pax/runner/pax-runner-assembly/1.7.6/pax-runner-assembly-1.7.6-jdk15.tar.gz'    version '1.7.6' -  md5 'f8bd2e0a902626baa58ae5a9df97b8e6' +  sha1 'db04e32011e41532a30f5163456368883cfc4261'    def install      (bin+'pax-runner').write <<-EOS.undent diff --git a/Library/Formula/pbc-sig.rb b/Library/Formula/pbc-sig.rb index bc15388f0..5f808bbe9 100644 --- a/Library/Formula/pbc-sig.rb +++ b/Library/Formula/pbc-sig.rb @@ -3,7 +3,7 @@ require 'formula'  class PbcSig < Formula    url 'http://crypto.stanford.edu/pbc/sig/files/pbc_sig-0.0.7.tar.gz'    homepage 'http://crypto.stanford.edu/pbc/sig/' -  md5 'a89b347c9a240b6f789848a12e0b6229' +  sha1 'f15e4b721f95d073dfbe1a4687c490b82f7ac176'    depends_on 'pbc' diff --git a/Library/Formula/pbc.rb b/Library/Formula/pbc.rb index 96f024f73..24b92bacb 100644 --- a/Library/Formula/pbc.rb +++ b/Library/Formula/pbc.rb @@ -3,7 +3,7 @@ require 'formula'  class Pbc < Formula    url 'http://crypto.stanford.edu/pbc/files/pbc-0.5.12.tar.gz'    homepage 'http://crypto.stanford.edu/pbc/' -  md5 '4f3f017b5709fcc46b58d1ebc6b30e3f' +  sha1 '6fc0815a3e7766958365df4495247049d1bf968c'    depends_on 'gmp' diff --git a/Library/Formula/pbzip2.rb b/Library/Formula/pbzip2.rb index 5cdcf6547..b7438b62f 100644 --- a/Library/Formula/pbzip2.rb +++ b/Library/Formula/pbzip2.rb @@ -3,7 +3,7 @@ require 'formula'  class Pbzip2 < Formula    homepage 'http://compression.ca/pbzip2/'    url 'http://compression.ca/pbzip2/pbzip2-1.1.6.tar.gz' -  md5 '26cc5a0d882198f106e75101ff0544a3' +  sha1 '3b4d0ffa3ac362c3702793cc5d9e61664d468aeb'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/pcal.rb b/Library/Formula/pcal.rb index eadddd861..29c4c311c 100644 --- a/Library/Formula/pcal.rb +++ b/Library/Formula/pcal.rb @@ -3,7 +3,7 @@ require 'formula'  class Pcal < Formula    homepage 'http://pcal.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz' -  md5 '0ed7e9bec81fe3bdd62f8af283bef704' +  sha1 '214bcb4c4b7bc986ae495c96f2ab169233a7f973'    skip_clean :all diff --git a/Library/Formula/pcre++.rb b/Library/Formula/pcre++.rb index e5bdfba6e..976ecefef 100644 --- a/Library/Formula/pcre++.rb +++ b/Library/Formula/pcre++.rb @@ -3,7 +3,7 @@ require 'formula'  class Pcrexx < Formula    homepage 'http://www.daemon.de/PCRE'    url 'http://www.daemon.de/idisk/Apps/pcre++/pcre++-0.9.5.tar.gz' -  md5 '1fe6ea8e23ece01fde2ce5fb4746acc2' +  sha1 '7cb640555c6adf34bf366139b22f6d1a66bd1fb0'    depends_on 'pcre' diff --git a/Library/Formula/pdal.rb b/Library/Formula/pdal.rb index ed008e3e7..37b3ce0e2 100644 --- a/Library/Formula/pdal.rb +++ b/Library/Formula/pdal.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdal < Formula    homepage 'http://pointcloud.org'    url 'https://github.com/PDAL/PDAL/zipball/0.1.0' -  md5 'fd5766b2da2337971cbf0e465dc5bd50' +  sha1 'd0cc3d2ea5909d51e0ce1e451b4236819de4a0b7'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/pdf2image.rb b/Library/Formula/pdf2image.rb index f8e09ecc0..a9b6f7ba2 100644 --- a/Library/Formula/pdf2image.rb +++ b/Library/Formula/pdf2image.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdf2image < Formula    homepage 'http://code.google.com/p/pdf2image/'    url 'http://pdf2image.googlecode.com/files/pdf2image-0.53-source.tar.gz' -  md5 'df9614aa45284d2aa4c6e2596062eeb7' +  sha1 '2acc8d1597eb470fce761d3f35b548318d446c2a'    depends_on :x11 diff --git a/Library/Formula/pdf2json.rb b/Library/Formula/pdf2json.rb index 0a5b9e697..462a3fd3e 100644 --- a/Library/Formula/pdf2json.rb +++ b/Library/Formula/pdf2json.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdf2json < Formula    url 'http://pdf2json.googlecode.com/files/pdf2json-0.52-source.tar.gz'    homepage 'http://code.google.com/p/pdf2json/' -  md5 '6f2c611bd30218391b0ff35d5a7df049' +  sha1 '2ec59f73cf72227d92ad91ab3e873433a60df81c'    depends_on 'xpdf' diff --git a/Library/Formula/pdf2svg.rb b/Library/Formula/pdf2svg.rb index ad907ac35..65bb295b9 100644 --- a/Library/Formula/pdf2svg.rb +++ b/Library/Formula/pdf2svg.rb @@ -21,7 +21,7 @@ end  class Pdf2svg < Formula    url 'http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz'    homepage 'http://www.cityinthesky.co.uk/opensource/pdf2svg' -  md5 '59b3b9768166f73b77215e95d91f0a9d' +  sha1 '12f9d1bde6aa2e396eb7f196b6d8e29ade3cafe6'    depends_on "pkg-config" => :build diff --git a/Library/Formula/pdfcrack.rb b/Library/Formula/pdfcrack.rb index f9986ff3d..090e764ea 100644 --- a/Library/Formula/pdfcrack.rb +++ b/Library/Formula/pdfcrack.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdfcrack < Formula    url 'http://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.11/pdfcrack-0.11.tar.gz'    homepage 'http://pdfcrack.sourceforge.net/' -  md5 '00bdb4c44dd209f493fc02d38c1a6377' +  sha1 'e8069837d879677ecc388326db8a005e83702fc1'    def install      system "make all" diff --git a/Library/Formula/pdfgrep.rb b/Library/Formula/pdfgrep.rb index 04cbb3ed0..a2b573bed 100644 --- a/Library/Formula/pdfgrep.rb +++ b/Library/Formula/pdfgrep.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdfgrep < Formula    homepage 'http://pdfgrep.sourceforge.net/'    url 'http://sourceforge.net/projects/pdfgrep/files/1.3.0/pdfgrep-1.3.0.tar.gz' -  md5 '07d2819dd11b0f92278df11a95221833' +  sha1 'cac20afdea7aee1602b2c33c3d8d36ec171c30bc'    head 'https://git.gitorious.org/pdfgrep/pdfgrep.git' diff --git a/Library/Formula/pdfjam.rb b/Library/Formula/pdfjam.rb index 6a48355ed..f5995ebe9 100644 --- a/Library/Formula/pdfjam.rb +++ b/Library/Formula/pdfjam.rb @@ -19,7 +19,7 @@ require 'formula'  class Pdfjam < Formula    url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/pdfjam_208.tgz'    homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam' -  md5 '7df075df7f129091f826275ce8c1f374' +  sha1 '981b504ef96369a203f85fefb42d4ea0d1194493'    version '2.08'    depends_on PdfLatexRequirement.new diff --git a/Library/Formula/pdftohtml.rb b/Library/Formula/pdftohtml.rb index 23d041bf0..1d3e66977 100644 --- a/Library/Formula/pdftohtml.rb +++ b/Library/Formula/pdftohtml.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdftohtml < Formula    url 'http://downloads.sourceforge.net/project/pdftohtml/Experimental%20Versions/pdftohtml%200.40/pdftohtml-0.40a.tar.gz'    homepage 'http://pdftohtml.sourceforge.net/' -  md5 '2d82996faaf2b9439f8395743c1c163d' +  sha1 '409572da65cf5234d026a5b199a81a26e75ca4d8'    def install      system "make" diff --git a/Library/Formula/pdksh.rb b/Library/Formula/pdksh.rb index d9e01c4b6..ee26b0101 100644 --- a/Library/Formula/pdksh.rb +++ b/Library/Formula/pdksh.rb @@ -3,7 +3,7 @@ require 'formula'  class Pdksh < Formula    homepage 'http://www.cs.mun.ca/~michael/pdksh/'    url 'http://www.cs.mun.ca/~michael/pdksh/files/pdksh-5.2.14.tar.gz' -  md5 '871106b3bd937e1afba9f2ef7c43aef3' +  sha1 '8b022e45de7691ef330f13b0981f0cff30b4047d'    # Use a sort command that works with Leopard and up    def patches diff --git a/Library/Formula/peg-markdown.rb b/Library/Formula/peg-markdown.rb index c0d6b567b..88b89770b 100644 --- a/Library/Formula/peg-markdown.rb +++ b/Library/Formula/peg-markdown.rb @@ -3,7 +3,7 @@ require 'formula'  class PegMarkdown < Formula    homepage 'https://github.com/jgm/peg-markdown'    url 'https://github.com/jgm/peg-markdown/tarball/0.4.12' -  md5 '9e8d3a4897d0e5be84011ec1d3dd961f' +  sha1 'f71dbbf394af95831d780bfd3650eabd8456b7fe'    head 'https://github.com/jgm/peg-markdown.git'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/peg.rb b/Library/Formula/peg.rb index e0c50ea3b..935a4cec6 100644 --- a/Library/Formula/peg.rb +++ b/Library/Formula/peg.rb @@ -3,7 +3,7 @@ require 'formula'  class Peg < Formula    homepage 'http://piumarta.com/software/peg/'    url 'http://piumarta.com/software/peg/peg-0.1.9.tar.gz' -  md5 '26888aff55d5578b8eb2b3f42c4ed587' +  sha1 '40a3dd06264fef8aaaedcc88f198c0641bf4190d'    def install      system "make all" diff --git a/Library/Formula/pg_top.rb b/Library/Formula/pg_top.rb index f5cdbd5aa..4628d2796 100644 --- a/Library/Formula/pg_top.rb +++ b/Library/Formula/pg_top.rb @@ -23,7 +23,7 @@ end  class PgTop < Formula    homepage 'http://ptop.projects.postgresql.org/'    url 'http://pgfoundry.org/frs/download.php/1781/pg_top-3.6.2.tar.gz' -  md5 '12ddb50cf83e3027d182a1381d388f1d' +  sha1 'c165a5b09ab961bf98892db94b307e31ac0cf832'    depends_on PostgresqlInstalled.new diff --git a/Library/Formula/pgdbf.rb b/Library/Formula/pgdbf.rb index 097d94612..5f68bb414 100644 --- a/Library/Formula/pgdbf.rb +++ b/Library/Formula/pgdbf.rb @@ -3,7 +3,7 @@ require 'formula'  class Pgdbf < Formula    homepage 'http://pgdbf.sourceforge.net'    url 'http://downloads.sourceforge.net/project/pgdbf/pgdbf/0.6.1/pgdbf-0.6.1.tar.xz' -  md5 'fc4de726f44ce403c49ef184beaffe02' +  sha1 '93c9104d92e1ef0c77faf308a6a2976ed0fa2685'    depends_on 'xz' => :build diff --git a/Library/Formula/pgtap.rb b/Library/Formula/pgtap.rb index ccb0137df..b7fc68ae1 100644 --- a/Library/Formula/pgtap.rb +++ b/Library/Formula/pgtap.rb @@ -22,7 +22,7 @@ end  class Pgtap < Formula    url 'http://pgfoundry.org/frs/download.php/2701/pgtap-0.24.tar.bz2'    homepage 'http://pgtap.org' -  md5 '9d0360c87fca0ddf3ca9da49b9b71947' +  sha1 '8a23fe62e1e476731076a588cb628fe9f1a028b1'    depends_on PostgresqlInstalled.new diff --git a/Library/Formula/phyml.rb b/Library/Formula/phyml.rb index c2abe0934..8ea067405 100644 --- a/Library/Formula/phyml.rb +++ b/Library/Formula/phyml.rb @@ -3,7 +3,7 @@ require 'formula'  class Phyml < Formula    homepage 'http://www.atgc-montpellier.fr/phyml/'    url 'http://phyml.googlecode.com/files/phyml-20110919.tar.gz' -  md5 'd95c73c5c03d082db21564a54978f281' +  sha1 '6f6281af465d6daab0d7f774c1d0f62856b1af80'    def install      # separate steps required diff --git a/Library/Formula/physfs.rb b/Library/Formula/physfs.rb index fb3039d8e..7f8d0f6a9 100644 --- a/Library/Formula/physfs.rb +++ b/Library/Formula/physfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Physfs < Formula    homepage 'http://icculus.org/physfs/'    url 'http://icculus.org/physfs/downloads/physfs-2.0.2.tar.gz' -  md5 '4e8927c3d30279b03e2592106eb9184a' +  sha1 '2d3d3cc819ad26542d34451f44050b85635344d0'    depends_on 'cmake' => :build diff --git a/Library/Formula/picoc.rb b/Library/Formula/picoc.rb index 9b3e23965..b5c239c5a 100644 --- a/Library/Formula/picoc.rb +++ b/Library/Formula/picoc.rb @@ -3,7 +3,7 @@ require 'formula'  class Picoc < Formula    homepage 'http://code.google.com/p/picoc/'    url 'http://picoc.googlecode.com/files/picoc-2.1.tar.bz2' -  md5 '6505fb108d195bad0854c7024993cc24' +  sha1 '24fdc3c8302915d663fcaefaf878ab5ad5a2d69b'    def install      system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags} -DUNIX_HOST" diff --git a/Library/Formula/picocom.rb b/Library/Formula/picocom.rb index 75b96b1cd..d477b9854 100644 --- a/Library/Formula/picocom.rb +++ b/Library/Formula/picocom.rb @@ -3,7 +3,7 @@ require 'formula'  class Picocom < Formula    url 'http://picocom.googlecode.com/files/picocom-1.6.tar.gz'    homepage 'http://code.google.com/p/picocom/' -  md5 '426c3d30b82cbc80b0dafdccd6020c6c' +  sha1 'f042e15fa76ab3349c74a70062aa210b527e6bdc'    def patches      # HIGH_BAUD is not defined diff --git a/Library/Formula/pig.rb b/Library/Formula/pig.rb index 9bf8396ac..24f2bc9eb 100644 --- a/Library/Formula/pig.rb +++ b/Library/Formula/pig.rb @@ -3,7 +3,7 @@ require 'formula'  class Pig < Formula    homepage 'http://pig.apache.org/'    url 'http://www.apache.org/dyn/closer.cgi?path=pig/pig-0.10.0/pig-0.10.0.tar.gz' -  md5 'b9a723f91cec9934317e50223de7e87a' +  sha1 'afb1bc2dc7393e1fda7bb0675354899e51114292'    def patches      DATA diff --git a/Library/Formula/pil.rb b/Library/Formula/pil.rb index 6eb951002..de636eb01 100644 --- a/Library/Formula/pil.rb +++ b/Library/Formula/pil.rb @@ -3,7 +3,7 @@ require 'formula'  class Pil < Formula    url 'http://effbot.org/downloads/Imaging-1.1.7.tar.gz'    homepage 'http://www.pythonware.com/products/pil/' -  md5 'fc14a54e1ce02a0225be8854bfba478e' +  sha1 '76c37504251171fda8da8e63ecb8bc42a69a5c81'    depends_on :x11    depends_on 'jpeg' => :recommended diff --git a/Library/Formula/pincaster.rb b/Library/Formula/pincaster.rb index f2d82e91d..2c6555992 100644 --- a/Library/Formula/pincaster.rb +++ b/Library/Formula/pincaster.rb @@ -3,7 +3,7 @@ require 'formula'  class Pincaster < Formula    url 'http://download.pureftpd.org/pincaster/releases/pincaster-0.5.tar.gz'    homepage 'https://github.com/jedisct1/Pincaster' -  md5 'd2cba33470c1d23d381a2003b3986efe' +  sha1 '1982cf2fa98368b42f4bb947db5073e4f03ff6ad'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/pipebench.rb b/Library/Formula/pipebench.rb index 47aa2929a..2dc8eec02 100644 --- a/Library/Formula/pipebench.rb +++ b/Library/Formula/pipebench.rb @@ -3,7 +3,7 @@ require 'formula'  class Pipebench < Formula    homepage 'http://www.habets.pp.se/synscan/programs.php?prog=pipebench'    url 'http://www.habets.pp.se/synscan/files/pipebench-0.40.tar.gz' -  md5 'eb1b888ec6c413c2cb096ac052174a78' +  sha1 '5ac405b9f1f25b39b3760fd9684533ccb778b26c'    def install      system "make" diff --git a/Library/Formula/pit.rb b/Library/Formula/pit.rb index 38f208cf7..8951759f5 100644 --- a/Library/Formula/pit.rb +++ b/Library/Formula/pit.rb @@ -3,7 +3,7 @@ require 'formula'  class Pit < Formula    url 'https://github.com/michaeldv/pit/tarball/0.1.0'    homepage 'http://github.com/michaeldv/pit' -  md5 '981d6a9f781c3cfeee0349468e2cab7f' +  sha1 'c03e5d6b1ad0a59124be45aca9395dafac5260a4'    def install      system "make" diff --git a/Library/Formula/pixie.rb b/Library/Formula/pixie.rb index 8f4a2adda..538206b0e 100644 --- a/Library/Formula/pixie.rb +++ b/Library/Formula/pixie.rb @@ -3,7 +3,7 @@ require 'formula'  class Pixie < Formula    url 'http://downloads.sourceforge.net/project/pixie/pixie/Pixie%202.2.6/Pixie-src-2.2.6.tgz'    homepage 'http://www.renderpixie.com/' -  md5 'e2063e35d88c25c4b22b954af31ad87d' +  sha1 '651d3a76460f19cbbedb7d3d26ee9160182964d3'    depends_on 'libtiff'    depends_on 'fltk' diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index 52fe6be65..2e939a47d 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -3,7 +3,7 @@ require 'formula'  class Play < Formula    homepage 'http://www.playframework.org/'    url 'http://download.playframework.org/releases/play-2.0.3.zip' -  md5 '299ed2e0b5242fc02b3db74bd95db68e' +  sha1 '27aa02047a33e41fb403e467bddfec411ea2e1fd'    def install      rm Dir['*.bat'] # remove windows' bat files diff --git a/Library/Formula/plink.rb b/Library/Formula/plink.rb index be606c3cb..b9a3f09b2 100644 --- a/Library/Formula/plink.rb +++ b/Library/Formula/plink.rb @@ -3,7 +3,7 @@ require 'formula'  class Plink < Formula    url 'http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-1.07-src.zip'    homepage 'http://pngu.mgh.harvard.edu/~purcell/plink/' -  md5 '4566376791df4e69459b849bd7078fa3' +  sha1 'd41a2d014ebc02bf11e5235292b50fad6dedd407'    def install      ENV.deparallelize diff --git a/Library/Formula/plod.rb b/Library/Formula/plod.rb index 6a29f7a41..b539132e1 100644 --- a/Library/Formula/plod.rb +++ b/Library/Formula/plod.rb @@ -3,7 +3,7 @@ require 'formula'  class Plod < Formula    url 'http://www.deer-run.com/~hal/plod/plod.shar'    homepage 'http://www.deer-run.com/~hal/' -  md5 '2f1b52298eed7b660eb4a73c3a2cba83' +  sha1 '5cceafeafeb5487926e93e2f5e9ecfce64f6cdd3'    version '1.9'    def install diff --git a/Library/Formula/plotutils.rb b/Library/Formula/plotutils.rb index 224fa8297..8cfa0b67f 100644 --- a/Library/Formula/plotutils.rb +++ b/Library/Formula/plotutils.rb @@ -4,7 +4,7 @@ class Plotutils < Formula    url 'http://ftpmirror.gnu.org/plotutils/plotutils-2.6.tar.gz'    mirror 'http://ftp.gnu.org/gnu/plotutils/plotutils-2.6.tar.gz'    homepage 'http://www.gnu.org/software/plotutils/' -  md5 'c08a424bd2438c80a786a7f4b5bb6a40' +  sha1 '7921301d9dfe8991e3df2829bd733df6b2a70838'    depends_on :libpng diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb index 0620fe946..82a3c1deb 100644 --- a/Library/Formula/plustache.rb +++ b/Library/Formula/plustache.rb @@ -3,7 +3,7 @@ require 'formula'  class Plustache < Formula    url 'https://github.com/mrtazz/plustache/tarball/v0.2.0'    homepage 'https://github.com/mrtazz/plustache' -  md5 '85b7a895ee2a023a1c8f4c09fb41b179' +  sha1 '266f95596cfedb0b7415f49871a75ccd7ace67da'    depends_on 'boost' diff --git a/Library/Formula/pmdmini.rb b/Library/Formula/pmdmini.rb index 7b97bca7b..01c8139fe 100644 --- a/Library/Formula/pmdmini.rb +++ b/Library/Formula/pmdmini.rb @@ -4,7 +4,7 @@ class Pmdmini < Formula    homepage 'https://github.com/BouKiCHi/mdxplayer'    url 'https://github.com/BouKiCHi/mdxplayer/tarball/aa55d9d3128f06aac4a15d5cefc083bd7b66d814'    version '20120115' -  md5 '7d8152d5b59bfc2b535972fe6b5096b4' +  sha1 '8a412d016ba8828932f6e0a64f1d3c061fe9a80e'    option "lib-only", "Do not build commandline player" diff --git a/Library/Formula/pms.rb b/Library/Formula/pms.rb index b3175b2b4..4be715fd6 100644 --- a/Library/Formula/pms.rb +++ b/Library/Formula/pms.rb @@ -3,7 +3,7 @@ require 'formula'  class Pms < Formula    url 'https://downloads.sourceforge.net/project/pms/pms/0.42/pms-0.42.tar.bz2'    homepage 'http://pms.sourceforge.net' -  md5 '8ebd65c5e6e33cd0ca79817a5e823805' +  sha1 '344a1d211d752e32d32f42a3ad0ea513fcc42f81'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/png2ico.rb b/Library/Formula/png2ico.rb index 80af78361..e9951e8f0 100644 --- a/Library/Formula/png2ico.rb +++ b/Library/Formula/png2ico.rb @@ -3,7 +3,7 @@ require 'formula'  class Png2ico < Formula    homepage 'http://www.winterdrache.de/freeware/png2ico/'    url 'http://www.winterdrache.de/freeware/png2ico/data/png2ico-src-2002-12-08.tar.gz' -  md5 '9b663df81c826cd564638cba2e6bc75b' +  sha1 '955004bee9a20f12b225aa01895762cbbafaeb28'    depends_on :libpng diff --git a/Library/Formula/pngcheck.rb b/Library/Formula/pngcheck.rb index e9693aeee..ede37a42a 100644 --- a/Library/Formula/pngcheck.rb +++ b/Library/Formula/pngcheck.rb @@ -3,7 +3,7 @@ require 'formula'  class Pngcheck < Formula    url 'http://downloads.sourceforge.net/project/png-mng/pngcheck/2.3.0/pngcheck-2.3.0.tar.gz'    homepage 'http://www.libpng.org/pub/png/apps/pngcheck.html' -  md5 '980bd6d9a3830fdce746d7fe3c9166ee' +  sha1 'e7f1535abbf2f809e036a9a43c759eeac5e39350'    def install      system 'make pngcheck' diff --git a/Library/Formula/pngnq.rb b/Library/Formula/pngnq.rb index 5502dcbdc..c2834cdaf 100644 --- a/Library/Formula/pngnq.rb +++ b/Library/Formula/pngnq.rb @@ -3,7 +3,7 @@ require 'formula'  class Pngnq < Formula    url 'http://downloads.sourceforge.net/project/pngnq/pngnq/1.1/pngnq-1.1.tar.gz'    homepage 'http://pngnq.sourceforge.net/' -  md5 'fdbb94d504931b50c54202b62f98aa44' +  sha1 '6a43dc046171eee56ac2d91cebb93aecde24d26a'    depends_on 'pkg-config' => :build    depends_on :libpng diff --git a/Library/Formula/pngrewrite.rb b/Library/Formula/pngrewrite.rb index 3b2ccc6c5..d0a44cb52 100644 --- a/Library/Formula/pngrewrite.rb +++ b/Library/Formula/pngrewrite.rb @@ -3,7 +3,7 @@ require 'formula'  class Pngrewrite < Formula    url 'http://entropymine.com/jason/pngrewrite/pngrewrite-1.3.0.zip'    homepage 'http://entropymine.com/jason/pngrewrite/' -  md5 '37216932d12bf9b47dca1f45724080d6' +  sha1 '0a2a56c53e7b4cd0502c897092e859e92128d1bd'    depends_on :libpng diff --git a/Library/Formula/podofo.rb b/Library/Formula/podofo.rb index 793fe3f65..9f1bedc92 100644 --- a/Library/Formula/podofo.rb +++ b/Library/Formula/podofo.rb @@ -3,7 +3,7 @@ require 'formula'  class Podofo < Formula    homepage 'http://podofo.sourceforge.net'    url 'http://downloads.sourceforge.net/podofo/podofo-0.9.1.tar.gz' -  md5 'cec586ab69f92bc88d38b5d4b8eee5a0' +  sha1 'd04c26b93dcf5f82a8dd90e02df6de95fb98ef47'    depends_on 'pkg-config' => :build    depends_on 'cmake' => :build diff --git a/Library/Formula/points2grid.rb b/Library/Formula/points2grid.rb index 75e8a9579..abd8a6618 100644 --- a/Library/Formula/points2grid.rb +++ b/Library/Formula/points2grid.rb @@ -3,7 +3,7 @@ require 'formula'  class Points2grid < Formula    homepage 'https://github.com/CRREL/points2grid'    url 'https://github.com/CRREL/points2grid/zipball/1.1.0' -  md5 '39a8426675d6f5cb2414683c737b13bf' +  sha1 '31feb8890380964b875ed461b1ed6b769649ee6e'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/polipo.rb b/Library/Formula/polipo.rb index 76d80ab7b..38e2014f8 100644 --- a/Library/Formula/polipo.rb +++ b/Library/Formula/polipo.rb @@ -4,7 +4,7 @@ class Polipo < Formula    url 'http://freehaven.net/~chrisd/polipo/polipo-1.0.4.1.tar.gz'    homepage 'http://www.pps.jussieu.fr/~jch/software/polipo/'    head 'git://git.wifi.pps.jussieu.fr/polipo' -  md5 'bfc5c85289519658280e093a270d6703' +  sha1 'e755b585a9bba2b599a6bcc7c6f7035d3cb27bec'    def install      cache_root = (var + "cache/polipo") diff --git a/Library/Formula/polyml.rb b/Library/Formula/polyml.rb index 98a23c4fa..5c6d6ee6c 100644 --- a/Library/Formula/polyml.rb +++ b/Library/Formula/polyml.rb @@ -3,7 +3,7 @@ require 'formula'  class Polyml < Formula    url 'http://downloads.sourceforge.net/project/polyml/polyml/5.3/polyml.5.3.tar.gz'    homepage 'http://www.polyml.org' -  md5 'c4e3a33307c4465c4f068ae4fa225ced' +  sha1 'a037cd8cf4ce4a43b685b0e0d80f3f1e20d7c9fa'    # Or dynamic linking breaks    skip_clean :all diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb index ab016ae62..86f85fecf 100644 --- a/Library/Formula/popt.rb +++ b/Library/Formula/popt.rb @@ -3,7 +3,7 @@ require 'formula'  class Popt < Formula    url 'http://rpm5.org/files/popt/popt-1.16.tar.gz'    homepage 'http://rpm5.org' -  md5 '3743beefa3dd6247a73f8f7a32c14c33' +  sha1 'cfe94a15a2404db85858a81ff8de27c8ff3e235e'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/pos.rb b/Library/Formula/pos.rb index 95dc0c411..0c6e839a8 100644 --- a/Library/Formula/pos.rb +++ b/Library/Formula/pos.rb @@ -2,7 +2,7 @@ require 'formula'  class Pos < Formula    url 'http://www.finkproject.org/bindist/dists/fink-0.9.0/main/source/utils/pos-1.2.tgz' -  md5 'c667fb4ca38c96494f888ade9fb4e40a' +  sha1 '320dc42b80508338f2f5f4e330d0c39462e3bba8'    homepage "http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Unix_and_OS_X:_The_Absolute_Essentials"    def install diff --git a/Library/Formula/poster.rb b/Library/Formula/poster.rb index 7030c678f..8b6545199 100644 --- a/Library/Formula/poster.rb +++ b/Library/Formula/poster.rb @@ -3,7 +3,7 @@ require 'formula'  class Poster < Formula    homepage 'http://schrfr.github.com/poster/'    url 'https://github.com/schrfr/poster/tarball/1.0.0' -  md5 'c76de471156c65b8182de0e6f5c8f1b5' +  sha1 '30492aa7e9aa4242b4540b9b60df9538c21fcf7e'    def install      system "make" diff --git a/Library/Formula/postmark.rb b/Library/Formula/postmark.rb index 4c4426f97..ad1e40ec4 100644 --- a/Library/Formula/postmark.rb +++ b/Library/Formula/postmark.rb @@ -4,7 +4,7 @@ class Postmark < Formula    url 'http://mirrors.kernel.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz'    homepage 'http://packages.debian.org/stable/utils/postmark' -  md5 'b494167c2df1850004110ab28e5ad164' +  sha1 '2cf0be75e3cb255f36fb1f3e412bcf8f81b39969'    def install      system "cc -o postmark postmark-*.c" diff --git a/Library/Formula/potrace.rb b/Library/Formula/potrace.rb index 76b18cad2..c52347d10 100644 --- a/Library/Formula/potrace.rb +++ b/Library/Formula/potrace.rb @@ -3,7 +3,7 @@ require 'formula'  class Potrace < Formula    url 'http://potrace.sourceforge.net/download/potrace-1.10.tar.gz'    homepage 'http://potrace.sourceforge.net' -  md5 'c6a7227ed0a6291a95f38c7d4352ba53' +  sha1 'e6e8b64d85d30b4695d197a79187ac98c2b236f9'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/pound.rb b/Library/Formula/pound.rb index 3e800c2cd..20430d90f 100644 --- a/Library/Formula/pound.rb +++ b/Library/Formula/pound.rb @@ -3,7 +3,7 @@ require 'formula'  class Pound < Formula    homepage 'http://www.apsis.ch/pound'    url 'http://www.apsis.ch/pound/Pound-2.6.tgz' -  md5 '8c913b527332694943c4c67c8f152071' +  sha1 '91ba84c6db579b06dc82fceb790e55e344b1dc40'    depends_on 'pcre' diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index 4bd2dbaf3..e88718db1 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -3,7 +3,7 @@ require 'formula'  class Povray < Formula    url 'http://www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.1.tar.bz2'    homepage 'http://www.povray.org/' -  md5 'b5789bb7eeaed0809c5c82d0efda571d' +  sha1 '1fab3ccbdedafbf77e3a66087709bbdf60bc643d'    depends_on 'libtiff' => :optional    depends_on 'jpeg' => :optional diff --git a/Library/Formula/ppss.rb b/Library/Formula/ppss.rb index 5f2ef25b3..c8d57b6df 100644 --- a/Library/Formula/ppss.rb +++ b/Library/Formula/ppss.rb @@ -3,7 +3,7 @@ require 'formula'  class Ppss < Formula    homepage 'http://ppss.googlecode.com'    url 'http://ppss.googlecode.com/files/ppss-2.97.tgz' -  md5 '7f5b5a53fc8d059f9c0131aca57e0651' +  sha1 '097dd068c16078ead8024551be6e69786f8ba533'    def install      bin.install "ppss" diff --git a/Library/Formula/premake.rb b/Library/Formula/premake.rb index 230fc677f..2715ed30b 100644 --- a/Library/Formula/premake.rb +++ b/Library/Formula/premake.rb @@ -2,7 +2,7 @@ require 'formula'  class Premake < Formula    url 'http://downloads.sourceforge.net/project/premake/Premake/4.3/premake-4.3-src.zip' -  md5 '8cfafee76f9665c93b2e9ad15b015eb7' +  sha1 '8f37a3599121580f18b578811162b9b49a2e122f'    homepage 'http://industriousone.com/premake'    def install diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb index 2a323e460..687136ecd 100644 --- a/Library/Formula/proj.rb +++ b/Library/Formula/proj.rb @@ -2,13 +2,13 @@ require 'formula'  class ProjDatumgrid < Formula    url 'http://download.osgeo.org/proj/proj-datumgrid-1.5.zip' -  md5 'f5bf28a2a9c6afe9a3f670f0c0adb783' +  sha1 '5c8d6769a791c390c873fef92134bf20bb20e82a'  end  class Proj < Formula    url 'http://download.osgeo.org/proj/proj-4.8.0.tar.gz'    homepage 'http://trac.osgeo.org/proj/' -  md5 'd815838c92a29179298c126effbb1537' +  sha1 '5c8d6769a791c390c873fef92134bf20bb20e82a'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/proxytunnel.rb b/Library/Formula/proxytunnel.rb index 3103bc95a..00f997ddb 100644 --- a/Library/Formula/proxytunnel.rb +++ b/Library/Formula/proxytunnel.rb @@ -3,7 +3,7 @@ require 'formula'  class Proxytunnel < Formula    homepage 'http://proxytunnel.sourceforge.net/'    url 'http://downloads.sourceforge.net/proxytunnel/proxytunnel-1.9.0.tgz' -  md5 'd74472b89c3f3b3b0abf6bd809ae34c2' +  sha1 '51d816125bb9e9bca267d35f861000eb0fa9d80b'    def install      system "make" diff --git a/Library/Formula/psftools.rb b/Library/Formula/psftools.rb index 3b7e2b06b..266af7ded 100644 --- a/Library/Formula/psftools.rb +++ b/Library/Formula/psftools.rb @@ -8,7 +8,7 @@ end  class Psftools < Formula    url 'http://www.seasip.info/Unix/PSF/psftools-1.0.7.tar.gz'    homepage 'http://www.seasip.demon.co.uk/Unix/PSF/' -  md5 '159022aae93a797dbc2a01014acbd115' +  sha1 '4e8b2e7686532a25c18cacaeb90a8f0ed57a30c6'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/pstree.rb b/Library/Formula/pstree.rb index 4b2c2fc05..833f36db7 100644 --- a/Library/Formula/pstree.rb +++ b/Library/Formula/pstree.rb @@ -3,7 +3,7 @@ require 'formula'  class Pstree < Formula    url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.33.tar.gz'    homepage 'http://freshmeat.net/projects/pstree/' -  md5 'b0a85caacd85f78bd83700afa86ec2e9' +  sha1 '2f29ea2618cb6fd90529a543a94ed89b79db58b8'    def install      system "make pstree" diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb index 29cc7a006..55941f7bf 100644 --- a/Library/Formula/pth.rb +++ b/Library/Formula/pth.rb @@ -4,7 +4,7 @@ class Pth < Formula    url 'http://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz'    mirror 'http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz'    homepage 'http://www.gnu.org/software/pth/' -  md5 '9cb4a25331a4c4db866a31cbe507c793' +  sha1 '9a71915c89ff2414de69fe104ae1016d513afeee'    def install      ENV.deparallelize diff --git a/Library/Formula/puf.rb b/Library/Formula/puf.rb index 12213741e..29f119575 100644 --- a/Library/Formula/puf.rb +++ b/Library/Formula/puf.rb @@ -3,7 +3,7 @@ require 'formula'  class Puf < Formula    url 'http://downloads.sourceforge.net/project/puf/puf/1.0.0/puf-1.0.0.tar.gz'    homepage 'http://puf.sourceforge.net/' -  md5 '78f870f2a0c611ace8c5e9ced7b08a83' +  sha1 '2e804cf249faf29c58aac26933cfa10b437710c3'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/pulledpork.rb b/Library/Formula/pulledpork.rb index 24dc2cb84..96053fa6d 100644 --- a/Library/Formula/pulledpork.rb +++ b/Library/Formula/pulledpork.rb @@ -3,7 +3,7 @@ require 'formula'  class Pulledpork < Formula    homepage 'http://code.google.com/p/pulledpork/'    url 'http://pulledpork.googlecode.com/files/pulledpork-0.6.1.tar.gz' -  md5 'a35c5c89d1f631ade1a2cd4e5c3a8778' +  sha1 'b95b62f52213c6074a2e8c57c2adc7d038d9c0cd'    depends_on 'Switch' => :perl    depends_on 'Crypt::SSLeay' => :perl diff --git a/Library/Formula/pure-ftpd.rb b/Library/Formula/pure-ftpd.rb index 4b5f5f4c7..9b8966a1b 100644 --- a/Library/Formula/pure-ftpd.rb +++ b/Library/Formula/pure-ftpd.rb @@ -3,7 +3,7 @@ require 'formula'  class PureFtpd < Formula    url 'http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.35.tar.gz'    homepage 'http://www.pureftpd.org/' -  md5 'fa53507ff8e9fdca0197917ec8d106a3' +  sha1 'fed26bb1f36d71819a08873d94bbda52522ff96a'    def install      args = ["--disable-dependency-tracking", diff --git a/Library/Formula/putmail-queue.rb b/Library/Formula/putmail-queue.rb index a44dda379..ecebd69e9 100644 --- a/Library/Formula/putmail-queue.rb +++ b/Library/Formula/putmail-queue.rb @@ -3,7 +3,7 @@ require 'formula'  class PutmailQueue < Formula    url 'http://downloads.sourceforge.net/project/putmail/putmail-queue/0.2/putmail-queue-0.2.tar.bz2'    homepage 'http://putmail.sourceforge.net/home.html' -  md5 '8c9401e403bd6d0948e8cbcfc811f1db' +  sha1 '55eca5d8cdeec7f742b3ac5839a266120e50d176'    depends_on 'putmail' diff --git a/Library/Formula/putmail.rb b/Library/Formula/putmail.rb index 578a126df..5e604637e 100644 --- a/Library/Formula/putmail.rb +++ b/Library/Formula/putmail.rb @@ -3,7 +3,7 @@ require 'formula'  class Putmail < Formula    url 'http://downloads.sourceforge.net/project/putmail/putmail.py/1.4/putmail.py-1.4.tar.bz2'    homepage 'http://putmail.sourceforge.net/home.html' -  md5 'cb512effdb98731821b09dedcbc641ed' +  sha1 '7903fd32a14192adb72560b99c01e6563bc9dd38'    def install      # Install manually. diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb index 6116ee42b..e3934e569 100644 --- a/Library/Formula/pv.rb +++ b/Library/Formula/pv.rb @@ -3,7 +3,7 @@ require 'formula'  class Pv < Formula    url 'http://www.ivarch.com/programs/sources/pv-1.2.0.tar.bz2'    homepage 'http://www.ivarch.com/programs/pv.shtml' -  md5 '67aedf6dbcd068d5feeaa76156153f4f' +  sha1 'bb921bca55347a1b7c6f74ce6b70cff0325499d7'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/pwgen.rb b/Library/Formula/pwgen.rb index 193132b79..871f08f4d 100644 --- a/Library/Formula/pwgen.rb +++ b/Library/Formula/pwgen.rb @@ -3,7 +3,7 @@ require 'formula'  class Pwgen < Formula    url 'http://downloads.sourceforge.net/project/pwgen/pwgen/2.06/pwgen-2.06.tar.gz'    homepage 'http://pwgen.sourceforge.net/' -  md5 '935aebcbe610fbc9de8125e7b7d71297' +  sha1 '43dc4fbe6c3bdf96ae24b20d44c4a4584df93d8e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/pwnat.rb b/Library/Formula/pwnat.rb index fa2593073..4df15229e 100644 --- a/Library/Formula/pwnat.rb +++ b/Library/Formula/pwnat.rb @@ -3,7 +3,7 @@ require 'formula'  class Pwnat < Formula    url 'http://samy.pl/pwnat/pwnat-0.3-beta.tgz'    homepage 'http://samy.pl/pwnat/' -  md5 'd1f2b556a32669484f0358d009a20feb' +  sha1 '6faaeef76a2b62635def8fdef06fce0dfa3e870e'    def install      system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "LDFLAGS=-lz" diff --git a/Library/Formula/pwsafe.rb b/Library/Formula/pwsafe.rb index 9e87d8649..37ed52c85 100644 --- a/Library/Formula/pwsafe.rb +++ b/Library/Formula/pwsafe.rb @@ -3,7 +3,7 @@ require 'formula'  class Pwsafe < Formula    url 'http://downloads.sourceforge.net/project/pwsafe/pwsafe/0.2.0/pwsafe-0.2.0.tar.gz'    homepage 'http://nsd.dyndns.org/pwsafe/' -  md5 '4bb36538a2772ecbf1a542bc7d4746c0' +  sha1 '026643a391796a527a48ffccf93d542113ca79d4'    depends_on 'readline' diff --git a/Library/Formula/py2cairo.rb b/Library/Formula/py2cairo.rb index 7feb83ef1..e5583d32c 100644 --- a/Library/Formula/py2cairo.rb +++ b/Library/Formula/py2cairo.rb @@ -3,7 +3,7 @@ require 'formula'  class Py2cairo < Formula    homepage 'http://cairographics.org/pycairo/'    url 'http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2' -  md5 '20337132c4ab06c1146ad384d55372c5' +  sha1 '2efa8dfafbd6b8e492adaab07231556fec52d6eb'    depends_on 'cairo'    depends_on :x11 diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb index bebd45cde..e9f0b38d6 100644 --- a/Library/Formula/pygobject.rb +++ b/Library/Formula/pygobject.rb @@ -3,7 +3,7 @@ require 'formula'  class Pygobject < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2'    homepage 'http://live.gnome.org/PyGObject' -  md5 'a43d783228dd32899e6908352b8308f3' +  sha1 '4eda7d2b97f495a2ad7d4cdc234d08ca5408d9d5'    depends_on 'pkg-config' => :build    depends_on 'gobject-introspection' diff --git a/Library/Formula/pygtk.rb b/Library/Formula/pygtk.rb index d7587157c..0ab8af601 100644 --- a/Library/Formula/pygtk.rb +++ b/Library/Formula/pygtk.rb @@ -3,7 +3,7 @@ require 'formula'  class Pygtk < Formula    url 'http://ftp.acc.umu.se/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.bz2'    homepage 'http://www.pygtk.org/' -  md5 'a1051d5794fd7696d3c1af6422d17a49' +  sha1 '344e6a32a5e8c7e0aaeb807e0636a163095231c2'    depends_on :x11    depends_on 'glib' diff --git a/Library/Formula/pygtkglext.rb b/Library/Formula/pygtkglext.rb index 14c988c14..4605e6a18 100644 --- a/Library/Formula/pygtkglext.rb +++ b/Library/Formula/pygtkglext.rb @@ -3,7 +3,7 @@ require 'formula'  class Pygtkglext < Formula    homepage 'http://projects.gnome.org/gtkglext/download.html#pygtkglext'    url 'http://downloads.sourceforge.net/gtkglext/pygtkglext-1.1.0.tar.gz' -  md5 'dfbe2ceb05db9265a7d94b209fa8ad97' +  sha1 '2ae3e87e8cdfc3318d8ff0e33b344377cb3df7cb'    depends_on 'pkg-config' => :build    depends_on 'pygtk' diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 608ed85b6..e89d7612a 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -2,7 +2,7 @@ require 'formula'  class Distribute < Formula    url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' -  md5 'b400b532e33f78551e6847c1f5965e56' +  sha1 '825e15724419fbdb6fe215eeea044f9181883c90'  end  class Pypy < Formula diff --git a/Library/Formula/pyqwt.rb b/Library/Formula/pyqwt.rb index 6c478a870..a907d2ac5 100644 --- a/Library/Formula/pyqwt.rb +++ b/Library/Formula/pyqwt.rb @@ -3,7 +3,7 @@ require 'formula'  class Pyqwt < Formula    homepage 'http://pyqwt.sourceforge.net'    url 'http://sourceforge.net/projects/pyqwt/files/pyqwt5/PyQwt-5.2.0/PyQwt-5.2.0.tar.gz' -  md5 'fcd6c6029090d473dcc9df497516eae7' +  sha1 '797f37c63dec660272f6a8ccfd16a017df0ad640'    depends_on 'qt'    depends_on 'qwt' diff --git a/Library/Formula/pyside-tools.rb b/Library/Formula/pyside-tools.rb index 991e30a59..cc2bcd5ec 100644 --- a/Library/Formula/pyside-tools.rb +++ b/Library/Formula/pyside-tools.rb @@ -11,7 +11,7 @@ end  class PysideTools < Formula    homepage 'http://www.pyside.org'    url 'http://www.pyside.org/files/pyside-tools-0.2.13.tar.bz2' -  md5 '14d3a36df06d680357d7bc1960f19a6d' +  sha1 '4d05444300331518c3b66536aec3048454db3380'    depends_on 'cmake' => :build diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a306fc659..e7ef09b3a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -22,7 +22,7 @@ end  class Pip < Formula    url 'http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz' -  md5 '62a9f08dd5dc69d76734568a6c040508' +  sha1 '842c4e2aff3f016feea3c6e992c7fa96e49c9aa0'  end  class Python < Formula diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 5b18354f5..f155d36e2 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -8,19 +8,19 @@ require Formula.path("python") # For TkCheck requirement  class Distribute < Formula    url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' -  md5 'b400b532e33f78551e6847c1f5965e56' +  sha1 '4c2d562a0681ba27bc920500050e2f08de224311'  end  # Recommended way of installing python modules (http://pypi.python.org/pypi)  class Pip < Formula    url 'http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz' -  md5 '62a9f08dd5dc69d76734568a6c040508' +  sha1 '4c2d562a0681ba27bc920500050e2f08de224311'  end  class Python3 < Formula    homepage 'http://www.python.org/'    url 'http://python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2' -  md5 'cea34079aeb2e21e7b60ee82a0ac286b' +  sha1 '4c2d562a0681ba27bc920500050e2f08de224311'    depends_on TkCheck.new    depends_on 'pkg-config' => :build diff --git a/Library/Formula/qd.rb b/Library/Formula/qd.rb index 3b9d0a110..1a83ad35b 100644 --- a/Library/Formula/qd.rb +++ b/Library/Formula/qd.rb @@ -3,7 +3,7 @@ require 'formula'  class Qd < Formula    url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz'    homepage 'http://crd.lbl.gov/~dhbailey/mpdist/' -  md5 '1c901295624d91df0114614f2ccf914f' +  sha1 'f46d63eb5e21172a6f66884b4ddbb352b327a9ca'    def install      ENV.fortran diff --git a/Library/Formula/qfits.rb b/Library/Formula/qfits.rb index 327d6efdf..0457e47cc 100644 --- a/Library/Formula/qfits.rb +++ b/Library/Formula/qfits.rb @@ -3,7 +3,7 @@ require 'formula'  class Qfits < Formula    url 'ftp://ftp.eso.org/pub/qfits/qfits-6.2.0.tar.gz'    homepage 'http://www.eso.org/sci/software/eclipse/qfits/index.html' -  md5 'f3920831eee308af04d75089291ce144' +  sha1 '9e05023316ebc307b8191068dc07d6fd449ac14d'    def install      # qfits does not support 64bit build diff --git a/Library/Formula/qi.rb b/Library/Formula/qi.rb index 825a60331..b107f60a6 100644 --- a/Library/Formula/qi.rb +++ b/Library/Formula/qi.rb @@ -3,7 +3,7 @@ require 'formula'  class Qi < Formula    homepage 'http://www.lambdassociates.org/'    url 'http://www.lambdassociates.org/Download/QiII1.07.zip' -  md5 '3a0b5c56d0f107f80f5bca11b82a4d59' +  sha1 '9170e2667902ada04bae3bf494b9560bc3d58fee'    option 'SBCL', 'Use SBCL instead of CLISP' diff --git a/Library/Formula/qjson.rb b/Library/Formula/qjson.rb index 632386b02..4067d1d0f 100644 --- a/Library/Formula/qjson.rb +++ b/Library/Formula/qjson.rb @@ -3,7 +3,7 @@ require 'formula'  class Qjson < Formula    homepage 'http://qjson.sourceforge.net'    url 'http://downloads.sourceforge.net/project/qjson/qjson/0.7.1/qjson-0.7.1.tar.bz2' -  md5 '5a833ad606c164ed8aa69f0873366ace' +  sha1 '19bbef24132b238e99744bb35194c6dadece98f9'    depends_on 'cmake' => :build    depends_on 'qt' diff --git a/Library/Formula/qpdf.rb b/Library/Formula/qpdf.rb index 3fbb40288..8ef15df34 100644 --- a/Library/Formula/qpdf.rb +++ b/Library/Formula/qpdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Qpdf < Formula    url 'http://downloads.sourceforge.net/project/qpdf/qpdf/2.3.1/qpdf-2.3.1.tar.gz'    homepage 'http://qpdf.sourceforge.net/' -  md5 '3d7fdbf3eccf94a3afa6454cf2732f76' +  sha1 '043cceeb74a702d4e6a6a83b0211d99f28383655'    depends_on 'pcre' diff --git a/Library/Formula/qprint.rb b/Library/Formula/qprint.rb index e0dd12447..7146ff00e 100644 --- a/Library/Formula/qprint.rb +++ b/Library/Formula/qprint.rb @@ -3,7 +3,7 @@ require 'formula'  class Qprint < Formula    url 'http://www.fourmilab.ch/webtools/qprint/qprint-1.0.tar.gz'    homepage 'http://www.fourmilab.ch/webtools/qprint' -  md5 '6dc7931376370d5be9223d0d43bec7d0' +  sha1 '533a4942e93cccc2e6b3fd2171707bf1d0054d20'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index a42c7e7d8..23620fce0 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -3,7 +3,7 @@ require 'formula'  class Qt < Formula    homepage 'http://qt.nokia.com/'    url 'http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.2.tar.gz' -  md5 '3c1146ddf56247e16782f96910a8423b' +  sha1 'dfa0daa951e889a2548b1cff66759b449b5a6b98'    bottle do      version 1 diff --git a/Library/Formula/quickfix.rb b/Library/Formula/quickfix.rb index 37b324fb7..9f93040b0 100644 --- a/Library/Formula/quickfix.rb +++ b/Library/Formula/quickfix.rb @@ -3,7 +3,7 @@ require 'formula'  class Quickfix < Formula    homepage 'http://www.quickfixengine.org/index.html'    url 'http://downloads.sourceforge.net/project/quickfix/quickfix/1.13.3/quickfix-1.13.3.tar.gz' -  md5 '1e569a32107ecfc1de9c15bdcb5dc360' +  sha1 '8a20894a9320206beaeee11c3967dced8b8d2fc0'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/quicktree.rb b/Library/Formula/quicktree.rb index c4cf7bc6b..ca2f9ff4e 100644 --- a/Library/Formula/quicktree.rb +++ b/Library/Formula/quicktree.rb @@ -4,7 +4,7 @@ class Quicktree < Formula    url 'ftp://ftp.sanger.ac.uk/pub4/resources/software/quicktree/quicktree.tar.gz'    version '1.1'    homepage 'http://www.sanger.ac.uk/resources/software/quicktree/' -  md5 '13331f12b35ec36904c0a01921fe96e7' +  sha1 '9924d51801149d59fd90f704aa7e5802f7b1ef31'    def install      system "make" diff --git a/Library/Formula/qwt.rb b/Library/Formula/qwt.rb index 677d1f05a..e9070db05 100644 --- a/Library/Formula/qwt.rb +++ b/Library/Formula/qwt.rb @@ -3,7 +3,7 @@ require 'formula'  class Qwt < Formula    url 'http://sourceforge.net/projects/qwt/files/qwt/6.0.1/qwt-6.0.1.tar.bz2'    homepage 'http://qwt.sourceforge.net/' -  md5 'ace68558eab873e2da7e641179c4ef0c' +  sha1 '301cca0c49c7efc14363b42e082b09056178973e'    depends_on 'qt' diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 7ad86694b..d497293d7 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -4,7 +4,7 @@ class RBashCompletion < Formula    # This is the same script that Debian packages use.    url 'http://rcompletion.googlecode.com/svn-history/r28/trunk/bash_completion/R', :using => :curl    version 'r28' -  md5 'd5493f7a8422147c2f5c63c6a18ebda4' +  sha1 'f0e6912be6dfc0d1fdc4be66048304d8befe8424'  end  class R < Formula diff --git a/Library/Formula/radare2.rb b/Library/Formula/radare2.rb index b6f01c7ef..247d779ee 100644 --- a/Library/Formula/radare2.rb +++ b/Library/Formula/radare2.rb @@ -4,7 +4,7 @@ class Radare2 < Formula    url 'http://radare.org/get/radare2-0.9.tar.gz'    head 'http://radare.org/hg/radare2', :using => :hg    homepage 'http://radare.org' -  md5 '751f0dc71f82b7689f10365ee3a5842f' +  sha1 'e77c85b001d9308f38a336b26544836fbe1d14dc'    depends_on 'libewf'    depends_on 'libmagic' diff --git a/Library/Formula/ragel.rb b/Library/Formula/ragel.rb index a6107057a..c9341da95 100644 --- a/Library/Formula/ragel.rb +++ b/Library/Formula/ragel.rb @@ -8,7 +8,7 @@ end  class Ragel < Formula    homepage 'http://www.complang.org/ragel/'    url 'http://www.complang.org/ragel/ragel-6.7.tar.gz' -  md5 'f4423e0d8a6538dd4e61498fcfad3cec' +  sha1 'bf12b634f5a25e5ba305edfee59a455069ed3b0a'    def install      if ENV.compiler == :clang diff --git a/Library/Formula/rails-completion.rb b/Library/Formula/rails-completion.rb index 15a229a72..407aeab30 100644 --- a/Library/Formula/rails-completion.rb +++ b/Library/Formula/rails-completion.rb @@ -3,7 +3,7 @@ require 'formula'  class RailsCompletion < Formula    homepage 'https://github.com/jweslley/rails_completion'    url 'https://github.com/jweslley/rails_completion/tarball/v0.2.0' -  md5 '9e3fad56de597752c4a2e10006e06ce5' +  sha1 '33c06ece02aaf3ceb55921c1b8359432cf4c61d8'    head 'https://github.com/jweslley/rails_completion.git'    def install diff --git a/Library/Formula/rarian.rb b/Library/Formula/rarian.rb index 111e5dd94..91559a963 100644 --- a/Library/Formula/rarian.rb +++ b/Library/Formula/rarian.rb @@ -3,7 +3,7 @@ require 'formula'  class Rarian < Formula    homepage 'http://rarian.freedesktop.org/'    url 'http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2' -  md5 '75091185e13da67a0ff4279de1757b94' +  sha1 '9b3f1bad1cdbb0de51d6f74431b20eb3647edc5a'    conflicts_with 'scrollkeeper',      :because => "rarian and scrollkeeper install the same binaries." diff --git a/Library/Formula/rbenv-gemset.rb b/Library/Formula/rbenv-gemset.rb index c4a125366..b8e2af95b 100644 --- a/Library/Formula/rbenv-gemset.rb +++ b/Library/Formula/rbenv-gemset.rb @@ -3,7 +3,7 @@ require 'formula'  class RbenvGemset < Formula    url 'https://github.com/jamis/rbenv-gemset/tarball/v0.3.0'    homepage 'https://github.com/jamis/rbenv-gemset' -  md5 '884d5ddcd4a9e9e88948a23c686e2725' +  sha1 '52e058e43a4a1395c3fe923365cee53d0977c41a'    head 'https://github.com/jamis/rbenv-gemset.git' diff --git a/Library/Formula/rbenv.rb b/Library/Formula/rbenv.rb index 1596eeb14..a07d43fab 100644 --- a/Library/Formula/rbenv.rb +++ b/Library/Formula/rbenv.rb @@ -3,7 +3,7 @@ require 'formula'  class Rbenv < Formula    homepage 'https://github.com/sstephenson/rbenv'    url 'https://github.com/sstephenson/rbenv/tarball/v0.3.0' -  md5 '26e00faff3ba04fdeeeecb0bfbf96351' +  sha1 'b9f78b1a10d4e225d0377cac33c1a964ee6df00b'    head 'https://github.com/sstephenson/rbenv.git' diff --git a/Library/Formula/rc.rb b/Library/Formula/rc.rb index cb4ec4eec..fe185853f 100644 --- a/Library/Formula/rc.rb +++ b/Library/Formula/rc.rb @@ -3,7 +3,7 @@ require 'formula'  class Rc < Formula    url 'ftp://rc.quanstro.net/pub/rc-1.7.2.tgz'    homepage 'http://doc.cat-v.org/plan_9/4th_edition/papers/rc' -  md5 '4a85e4b4e3a0a5d3803109c5b2dce710' +  sha1 '9e51d99677244af1768ff8dd2cbac4ac162350c1'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--with-editline" diff --git a/Library/Formula/rdesktop.rb b/Library/Formula/rdesktop.rb index 2042d9b81..86d41fac6 100644 --- a/Library/Formula/rdesktop.rb +++ b/Library/Formula/rdesktop.rb @@ -3,7 +3,7 @@ require 'formula'  class Rdesktop < Formula    url 'http://downloads.sourceforge.net/project/rdesktop/rdesktop/1.7.1/rdesktop-1.7.1.tar.gz'    homepage 'http://www.rdesktop.org/' -  md5 'c4b39115951c4a6d74f511c99b18fcf9' +  sha1 'c718d0f49948a964c7ef8424b8ade73ecce3aba3'    depends_on :x11 diff --git a/Library/Formula/rdiff-backup.rb b/Library/Formula/rdiff-backup.rb index 2c7d73d51..24521363f 100644 --- a/Library/Formula/rdiff-backup.rb +++ b/Library/Formula/rdiff-backup.rb @@ -3,7 +3,7 @@ require 'formula'  class RdiffBackup < Formula    homepage 'http://rdiff-backup.nongnu.org/'    url 'http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-1.2.8.tar.gz' -  md5 '1a94dc537fcf74d6a3a80bd27808e77b' +  sha1 '14ffe4f5b46a8a96ded536c1d03ae5e85faae318'    depends_on 'librsync' diff --git a/Library/Formula/re2c.rb b/Library/Formula/re2c.rb index 7d2d4e377..7f97d8477 100644 --- a/Library/Formula/re2c.rb +++ b/Library/Formula/re2c.rb @@ -3,7 +3,7 @@ require 'formula'  class Re2c < Formula    url 'http://downloads.sourceforge.net/project/re2c/re2c/0.13.5/re2c-0.13.5.tar.gz'    homepage 'http://re2c.org' -  md5 '4a97d8f77ed6d2c76c8bd840a43f5633' +  sha1 '3d334efab53a4a051a2b189b49a849e13523b6c0'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb index 083090296..2b8e8181f 100644 --- a/Library/Formula/redland.rb +++ b/Library/Formula/redland.rb @@ -3,7 +3,7 @@ require 'formula'  class Redland < Formula    homepage 'http://librdf.org/'    url 'http://download.librdf.org/source/redland-1.0.15.tar.gz' -  md5 'b0deb87f3c7d3237a3d587c1e0f2f266' +  sha1 'e93d6fafaeebdf9f15a1044be6f4a88270f007af'    depends_on 'pkg-config' => :build    depends_on 'raptor' diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb index 1c365c9e3..3e05a5933 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -8,7 +8,7 @@ end  class Redo < Formula    homepage 'https://github.com/apenwarr/redo'    url "https://github.com/apenwarr/redo/tarball/redo-0.11" -  md5 'c7090dbe2e731815e0201339ededc011' +  sha1 '013f1225c43b25e76b12707846321f2776d441fb'    def install      ENV['PREFIX'] = prefix diff --git a/Library/Formula/remind.rb b/Library/Formula/remind.rb index dc6c44f0b..a7249b3b0 100644 --- a/Library/Formula/remind.rb +++ b/Library/Formula/remind.rb @@ -3,7 +3,7 @@ require 'formula'  class Remind < Formula    url 'http://www.roaringpenguin.com/files/download/remind-03.01.12.tar.gz'    homepage 'http://www.roaringpenguin.com/products/remind' -  md5 'de16cbfc3ee94defcb1abdf78b2ebcd1' +  sha1 '0978357014916e0c5259e18b845d291eeb367b6c'    def install      # Remove unnecessary sleeps when running on Apple diff --git a/Library/Formula/rename.rb b/Library/Formula/rename.rb index d72aba843..9c25d4d75 100644 --- a/Library/Formula/rename.rb +++ b/Library/Formula/rename.rb @@ -4,7 +4,7 @@ class Rename < Formula    url 'http://plasmasturm.org/code/rename/rename', :using => :nounzip    version '0.1.3'    homepage 'http://plasmasturm.org/code/rename' -  md5 'ce931227630a44d5d4ca4234a1fb8e63' +  sha1 'a2235a402d18495513edf690445e0030f31c9ab3'    def install      system 'pod2man', 'rename', 'rename.1' diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb index 2d600df5b..65c809347 100644 --- a/Library/Formula/repl.rb +++ b/Library/Formula/repl.rb @@ -3,7 +3,7 @@ require 'formula'  class Repl < Formula    url 'https://github.com/defunkt/repl/tarball/v1.0.0'    homepage 'https://github.com/defunkt/repl' -  md5 '755f121d1ae777a0e3c26f837d8fb18a' +  sha1 '1a376273043d7c5193ad688dd9d5ee72329655bd'    depends_on 'rlwrap' => :optional diff --git a/Library/Formula/reposurgeon.rb b/Library/Formula/reposurgeon.rb index dc66b94c5..8a7086ce7 100644 --- a/Library/Formula/reposurgeon.rb +++ b/Library/Formula/reposurgeon.rb @@ -3,7 +3,7 @@ require 'formula'  class Reposurgeon < Formula    url 'http://www.catb.org/esr/reposurgeon/reposurgeon-1.9.tar.gz'    homepage 'http://www.catb.org/esr/reposurgeon/' -  md5 '5ebedd5f69e3e5b42aada02b237e724c' +  sha1 'd0a5b297e7968efdb721970ca72f3ac2f682ad5d'    def install      bin.install "reposurgeon" diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 45d919300..089fd0171 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -3,7 +3,7 @@ require 'formula'  class Resty < Formula    url 'https://github.com/micha/resty/tarball/2.2'    homepage 'https://github.com/micha/resty' -  md5 '4f75aee6b65c55eb1e5367fa791430ba' +  sha1 '0c5271dc66dae7466d8be91979c2c6839ab6af00'    head 'https://github.com/micha/resty.git' diff --git a/Library/Formula/rfcdiff.rb b/Library/Formula/rfcdiff.rb index a236a4634..9bf128cd4 100644 --- a/Library/Formula/rfcdiff.rb +++ b/Library/Formula/rfcdiff.rb @@ -3,7 +3,7 @@ require 'formula'  class Rfcdiff < Formula    url 'http://tools.ietf.org/tools/rfcdiff/rfcdiff-1.41.tgz'    homepage 'http://tools.ietf.org/tools/rfcdiff/' -  md5 'f480e4a571aa39f8e3e788f771568ca8' +  sha1 '02bcd3bf6078caec001bf677530c97893edf34a1'    depends_on 'wdiff'    depends_on 'gawk' => :recommended diff --git a/Library/Formula/rfcmarkup.rb b/Library/Formula/rfcmarkup.rb index 9cbc24fa2..5bb43f46e 100644 --- a/Library/Formula/rfcmarkup.rb +++ b/Library/Formula/rfcmarkup.rb @@ -3,7 +3,7 @@ require 'formula'  class Rfcmarkup < Formula    url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.90.tgz'    homepage 'http://tools.ietf.org/tools/rfcmarkup/' -  md5 'bcab3d383c29b438df47e1a1d104e9db' +  sha1 '221c4d18b593d286e34ecfcabd7348e0c443c588'    def install      inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/env python" diff --git a/Library/Formula/rfcstrip.rb b/Library/Formula/rfcstrip.rb index ff926fb01..ce827345e 100644 --- a/Library/Formula/rfcstrip.rb +++ b/Library/Formula/rfcstrip.rb @@ -3,7 +3,7 @@ require 'formula'  class Rfcstrip < Formula    url 'http://trac.tools.ietf.org/tools/rfcstrip/rfcstrip-1.03.tgz'    homepage 'http://trac.tools.ietf.org/tools/rfcstrip/' -  md5 '8b1a1e8b2a7e893428deb04a8e981c7d' +  sha1 '1436aced9980856585e061bda26df7c9d7d9cc7e'    def install      bin.install "rfcstrip" diff --git a/Library/Formula/rinetd.rb b/Library/Formula/rinetd.rb index aaf314fe4..e0d7a04ef 100644 --- a/Library/Formula/rinetd.rb +++ b/Library/Formula/rinetd.rb @@ -3,7 +3,7 @@ require 'formula'  class Rinetd < Formula    url 'http://www.boutell.com/rinetd/http/rinetd.tar.gz'    homepage 'http://www.boutell.com/rinetd/' -  md5 '28c78bac648971724c46f1a921154c4f' +  sha1 '2498fa03c2ef50bf924ffd0a034d5de5e3258f21'    version '0.62'    def install diff --git a/Library/Formula/ringojs.rb b/Library/Formula/ringojs.rb index 20894fdb5..201939619 100644 --- a/Library/Formula/ringojs.rb +++ b/Library/Formula/ringojs.rb @@ -3,7 +3,7 @@ require 'formula'  class Ringojs < Formula    url 'https://github.com/downloads/ringo/ringojs/ringojs-0.8.tar.gz'    homepage 'http://ringojs.org' -  md5 '405455f7ab1bc7e230ff2ef50ced01c4' +  sha1 '28fd76fce28b41e2abcbe27a8b1731744d340e94'    def shim_script target      <<-EOS.undent diff --git a/Library/Formula/ripmime.rb b/Library/Formula/ripmime.rb index f31559603..675443fae 100644 --- a/Library/Formula/ripmime.rb +++ b/Library/Formula/ripmime.rb @@ -3,7 +3,7 @@ require 'formula'  class Ripmime < Formula    url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.9.tar.gz'    homepage 'http://www.pldaniels.com/ripmime/' -  md5 '25761b8a533bc935f75902724fb73244' +  sha1 '883fbed480807c2425965f1c1a96d4c207ae8634'    def install      system "make" diff --git a/Library/Formula/rlog.rb b/Library/Formula/rlog.rb index f6fbe7a51..474785ca6 100644 --- a/Library/Formula/rlog.rb +++ b/Library/Formula/rlog.rb @@ -3,7 +3,7 @@ require 'formula'  class Rlog < Formula    homepage 'http://www.arg0.net/rlog'    url 'http://rlog.googlecode.com/files/rlog-1.4.tar.gz' -  md5 'c29f74e0f50d66b20312d049b683ff82' +  sha1 '9cd86b4ceec3988f0a17730a8987110233797dcd'    def patches; DATA; end diff --git a/Library/Formula/rlwrap.rb b/Library/Formula/rlwrap.rb index 93fdd4e06..ff85b6245 100644 --- a/Library/Formula/rlwrap.rb +++ b/Library/Formula/rlwrap.rb @@ -2,7 +2,7 @@ require 'formula'  class Rlwrap < Formula    url 'http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.37.tar.gz' -  md5 '04cd6e2c257eb5a86b297f2ebf91dbbf' +  sha1 'c8fc5e7798a7c618a22583c56fa38d344700cc2f'    homepage 'http://utopia.knoware.nl/~hlub/rlwrap/'    depends_on 'readline' diff --git a/Library/Formula/rmcast.rb b/Library/Formula/rmcast.rb index aa0d0640d..2757e04f7 100644 --- a/Library/Formula/rmcast.rb +++ b/Library/Formula/rmcast.rb @@ -3,7 +3,7 @@ require 'formula'  class Rmcast < Formula    url 'http://www.land.ufrj.br/tools/rmcast/download/rmcast-2.0.0.tar.gz'    homepage 'http://www.land.ufrj.br/tools/rmcast/rmcast.html' -  md5 '358001b1cb56a9eb23a929477655ab89' +  sha1 '43146066d3199fc811b207e427135d2a14b8e971'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/rmtrash.rb b/Library/Formula/rmtrash.rb index 4cd657f77..ca88421d2 100644 --- a/Library/Formula/rmtrash.rb +++ b/Library/Formula/rmtrash.rb @@ -3,7 +3,7 @@ require 'formula'  class Rmtrash < Formula    url 'http://www.nightproductions.net/downloads/rmtrash_source.tar.gz'    homepage 'http://www.nightproductions.net/cli.htm' -  md5 'fecbb879766e23ec4c918b0e13bc7e43' +  sha1 '3e24ca03c2aadcb804681b4790177569ac83a8c6'    version '0.3.3'    def install diff --git a/Library/Formula/rnv.rb b/Library/Formula/rnv.rb index f82e02917..606f9390a 100644 --- a/Library/Formula/rnv.rb +++ b/Library/Formula/rnv.rb @@ -3,7 +3,7 @@ require 'formula'  class Rnv < Formula    url 'http://downloads.sourceforge.net/project/rnv/Sources/1.7.10/rnv-1.7.10.tar.bz2'    homepage 'http://freshmeat.net/projects/rnv' -  md5 '45610213e73b3e2a83ba80710e3a992c' +  sha1 'f85fa4b8da41758e51f8192b1c0974f62c53a242'    depends_on 'expat' diff --git a/Library/Formula/robodoc.rb b/Library/Formula/robodoc.rb index 0684a7c55..1446b8791 100644 --- a/Library/Formula/robodoc.rb +++ b/Library/Formula/robodoc.rb @@ -3,7 +3,7 @@ require 'formula'  class Robodoc < Formula    homepage 'http://rfsber.home.xs4all.nl/Robo/robodoc.html'    url 'http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz' -  md5 '986ff954e0ba5a9c407384fc4b05303d' +  sha1 'f2dfb53c667681bf0c5424be9b14f3a1e7edab9b'    head 'https://github.com/gumpu/ROBODoc.git' diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb index fe802be4b..fe31a7c5d 100644 --- a/Library/Formula/rock.rb +++ b/Library/Formula/rock.rb @@ -3,7 +3,7 @@ require 'formula'  class Rock < Formula    homepage 'http://ooc-lang.org'    url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.3-source.tar.bz2' -  md5 'ce877bcc72b0a78ba088a1826d8c12b3' +  sha1 'ddc00c7298198962781fd28a2cc4c65f7fb9ccd2'    head 'https://github.com/nddrylliog/rock.git'    def install diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb index 74e132ad1..258a1cf9f 100644 --- a/Library/Formula/root.rb +++ b/Library/Formula/root.rb @@ -4,7 +4,7 @@ class Root < Formula    homepage 'http://root.cern.ch'    url 'ftp://root.cern.ch/root/root_v5.34.01.source.tar.gz'    version '5.34.01' -  md5 '114ea7f18b48ed0b3bb0287f5a6d593f' +  sha1 '6e0ed779568f1f9eb0f9af79bef26207444a4173'    depends_on 'fftw' => :optional    depends_on :x11 diff --git a/Library/Formula/roundup.rb b/Library/Formula/roundup.rb index 82cdf7b85..0b5a2fceb 100644 --- a/Library/Formula/roundup.rb +++ b/Library/Formula/roundup.rb @@ -3,7 +3,7 @@ require 'formula'  class Roundup < Formula    homepage 'http://bmizerany.github.com/roundup'    url 'https://github.com/bmizerany/roundup/tarball/v0.0.5' -  md5 '74623a63f4386286caafdec8b9c0f84d' +  sha1 '9a68d8ccc6f3f609344781931561a574c581c7c0'    head 'https://github.com/bmizerany/roundup.git' diff --git a/Library/Formula/rpg.rb b/Library/Formula/rpg.rb index db3466ca7..9b56fcca6 100644 --- a/Library/Formula/rpg.rb +++ b/Library/Formula/rpg.rb @@ -4,7 +4,7 @@ class Rpg < Formula    url 'https://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz'    head 'https://github.com/rtomayko/rpg.git'    homepage 'https://github.com/rtomayko/rpg' -  md5 '5e03c55e24ba697bc5bb92ec4c69750c' +  sha1 'acad232da1a560bdc0788bcfa203afcc58f0d7dc'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/rpl.rb b/Library/Formula/rpl.rb index 5ddc9b4d3..0a2291169 100644 --- a/Library/Formula/rpl.rb +++ b/Library/Formula/rpl.rb @@ -3,7 +3,7 @@ require 'formula'  class Rpl < Formula    url 'ftp://ftp2.laffeycomputer.com/pub/current_builds/rpl-1.4.1.tar.gz'    homepage 'http://www.laffeycomputer.com/rpl.html' -  md5 '2eb9c18d97040dc301bfaa8aa70e21a4' +  sha1 '6c67ecd2307f378b44b697411b0ab65bc5d2cdaa'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/rsense.rb b/Library/Formula/rsense.rb index c78ab0505..ab2ef3087 100644 --- a/Library/Formula/rsense.rb +++ b/Library/Formula/rsense.rb @@ -3,7 +3,7 @@ require 'formula'  class Rsense < Formula    homepage 'http://cx4a.org/software/rsense/'    url 'http://cx4a.org/pub/rsense/rsense-0.3.tar.bz2' -  md5 '78b6d5aeb195a01ec955f50d97fde27e' +  sha1 '497510e7048120af01bac619e50aa72ebd825c49'    def startup_script(name)      <<-EOS.undent diff --git a/Library/Formula/rsyslog.rb b/Library/Formula/rsyslog.rb index 48b3f073b..ec72ad420 100644 --- a/Library/Formula/rsyslog.rb +++ b/Library/Formula/rsyslog.rb @@ -3,7 +3,7 @@ require 'formula'  class Rsyslog < Formula    url 'http://rsyslog.com/files/download/rsyslog/rsyslog-5.8.0.tar.gz'    homepage 'http://www.rsyslog.com' -  md5 '37562d0e71a24938a9ed7f242bd32d35' +  sha1 '5a64f0ca8b6d5b32db1c20d46965803a2d8d047a'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/rt-audio.rb b/Library/Formula/rt-audio.rb index 8e1deb08f..28351b4e9 100644 --- a/Library/Formula/rt-audio.rb +++ b/Library/Formula/rt-audio.rb @@ -3,7 +3,7 @@ require 'formula'  class RtAudio < Formula    homepage 'http://www.music.mcgill.ca/~gary/rtaudio/'    url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz' -  md5 '5d1292abccffa37505d9c4cc177b1e4f' +  sha1 '56c647cc664dd021df1a6fa30fe96c04100c2b75'    def install      system "./configure" diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 4d6e656de..c4365755b 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -3,7 +3,7 @@ require 'formula'  class Rtmpdump < Formula    homepage 'http://rtmpdump.mplayerhq.hu'    url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz' -  md5 'eb961f31cd55f0acf5aad1a7b900ef59' +  sha1 'b65ce7708ae79adb51d1f43dd0b6d987076d7c42'    head 'git://git.ffmpeg.org/rtmpdump' diff --git a/Library/Formula/rubber.rb b/Library/Formula/rubber.rb index 05075cbb8..54ba48e6c 100644 --- a/Library/Formula/rubber.rb +++ b/Library/Formula/rubber.rb @@ -3,7 +3,7 @@ require 'formula'  class Rubber < Formula    url 'http://launchpad.net/rubber/trunk/1.1/+download/rubber-20100306.tar.gz'    homepage 'https://launchpad.net/rubber/' -  md5 'f3e41773853db232630d4a71636b2ba4' +  sha1 'cd382a19cc9fc65d114456ec9d6b042dc0e65b53'    def patches      # Creates missing .in files and adds them to the configure phase diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index e79b6f804..e449a6c22 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -3,7 +3,7 @@ require 'formula'  class RubyBuild < Formula    homepage 'https://github.com/sstephenson/ruby-build'    url 'https://github.com/sstephenson/ruby-build/tarball/v20120815' -  md5 '0ad932c7809a012894a5e3875abdf196' +  sha1 '13210ead44c1afc57759a3dfdbb5556629098ae4'    head 'https://github.com/sstephenson/ruby-build.git' diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb index 4bca78f39..777f9c25e 100644 --- a/Library/Formula/ruby-enterprise-edition.rb +++ b/Library/Formula/ruby-enterprise-edition.rb @@ -3,7 +3,7 @@ require 'formula'  class RubyEnterpriseEdition < Formula    homepage 'http://rubyenterpriseedition.com/'    url 'http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz' -  md5 '038604ce25349e54363c5df9cd535ec8' +  sha1 '662f37afbe04f3a55ac3b119227a2cd4e53745bf'    skip_clean 'bin/ruby' diff --git a/Library/Formula/runit.rb b/Library/Formula/runit.rb index 706e0526f..5fb0db9eb 100644 --- a/Library/Formula/runit.rb +++ b/Library/Formula/runit.rb @@ -3,7 +3,7 @@ require 'formula'  class Runit < Formula    homepage 'http://smarden.org/runit'    url 'http://smarden.org/runit/runit-2.1.1.tar.gz' -  md5 '8fa53ea8f71d88da9503f62793336bc3' +  sha1 '8eee39639dcb79ba251ca4ab2c7cde38059f09c2'    def install      # Runit untars to 'admin/runit-VERSION' diff --git a/Library/Formula/rzip.rb b/Library/Formula/rzip.rb index 557f10242..93c82c196 100644 --- a/Library/Formula/rzip.rb +++ b/Library/Formula/rzip.rb @@ -3,7 +3,7 @@ require 'formula'  class Rzip < Formula    url 'http://rzip.samba.org/ftp/rzip/rzip-2.1.tar.gz'    homepage 'http://rzip.samba.org/' -  md5 '0a3ba55085661647c12f2b014c51c406' +  sha1 'efeafc7a5bdd7daa0cea8d797ff21aa28bdfc8d9'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb index 632f8a9ca..39440ff8b 100644 --- a/Library/Formula/s3cmd.rb +++ b/Library/Formula/s3cmd.rb @@ -3,7 +3,7 @@ require 'formula'  class S3cmd < Formula    homepage 'http://s3tools.org/s3cmd'    url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.0.1/s3cmd-1.0.1.tar.gz' -  md5 'dc62becc03a3e6100843611ebe2707c2' +  sha1 '89eb9974cb523e0410db735d9d9991b355d053c1'    devel do      url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.1.0-beta3/s3cmd-1.1.0-beta3.zip' diff --git a/Library/Formula/s3fs.rb b/Library/Formula/s3fs.rb index fc49af139..7bb439fd6 100644 --- a/Library/Formula/s3fs.rb +++ b/Library/Formula/s3fs.rb @@ -3,7 +3,7 @@ require 'formula'  class S3fs < Formula    homepage 'http://code.google.com/p/s3fs/'    url 'http://s3fs.googlecode.com/files/s3fs-1.61.tar.gz' -  md5 '0dd7b7e9b1c58312cde19894488c5072' +  sha1 '8f6561ce00b41c667b738595fdb7b42196c5eee6'    depends_on 'pkg-config' => :build    depends_on 'fuse4x' diff --git a/Library/Formula/salt.rb b/Library/Formula/salt.rb index 4e8ddc431..a0e70f5fa 100644 --- a/Library/Formula/salt.rb +++ b/Library/Formula/salt.rb @@ -2,68 +2,68 @@ require 'formula'  class SaltSALT2 < Formula    url 'http://supernovae.in2p3.fr/~guy/salt-dev/download/salt2_model_data-2-0.tar.gz' -  md5 'ed8c0ab8cf75dbb98643ddc7a76ba1a9' +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'  end  class Salt04D3gx < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-04D3gx.tar.gz" -  md5 "17a03aa77636d8a5fb2eb9bc6fc48e75" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class Salt4SHOOTER2 < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-4Shooter2.tar.gz" -  md5 "478ae9ca99f220a41eb923c230037ee4" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltSWOPE < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-CSP-Swope.tar.gz" -  md5 "d7e0ca6a982373dc775d19016bbdab40" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltACSWF < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-HST-ACSWF.tar.gz" -  md5 "518521528b5af934b6d4281184b09ecd" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltNICMOS2 < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-HST-NICMOS2.tar.gz" -  md5 "354e58e26d491ddcaec2dcf28c8b22e8" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltKEPLERCAM < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-Keplercam.tar.gz" -  md5 "5c3f1c80e68a3faaa620d619c098cb49" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltSTANDARD < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-Landolt-model.tar.gz" -  md5 "7d6e34688bc5cee02c89675f4213b4ca" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltMEGACAM < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-Megacam-model.tar.gz" -  md5 "c2786e737f3a2d530e5ac3b941718b68" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltSDSS < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-SDSS-model-Doi2010.tar.gz" -  md5 "118f6e2be45eebca0af89fe2f318548a" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'  end  class SaltSDSS_AB_off < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-SDSS-magsys.tar.gz" -  md5 "cf8c210fd19c3eef0b7f29b5d35c3270" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'    def linkto () return 'MagSys/SDSS-AB-off.dat' end  end  class SaltVEGAHST < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-Vega-magsys.tar.gz" -  md5 "cf302ca85627ddeb2fbf590e0013dd3c" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'    def linkto () return 'MagSys/Vega0.dat' end  end  class SaltVEGA < Formula    url "http://supernovae.in2p3.fr/~guy/salt-dev/download/SNLS3-magsys-1.tar.gz" -  md5 "69c161ff17748c683df685e0a2ea2910" +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    version '2.2.2b'    def linkto () return 'MagSys/BD17-snls3.dat' end  end @@ -71,7 +71,7 @@ end  class Salt < Formula    homepage 'http://supernovae.in2p3.fr/~guy/salt/'    url 'http://supernovae.in2p3.fr/~guy/salt/download/snfit-2.2.2b.tar.gz' -  md5 'bf227accaf89a751c28d0bf1ed2b0851' +  sha1 'e435ca19d22800f95f5363038297593ec4dae97f'    option 'with-data', 'Install model data' diff --git a/Library/Formula/samtools.rb b/Library/Formula/samtools.rb index a5231117d..4ff94e2b7 100644 --- a/Library/Formula/samtools.rb +++ b/Library/Formula/samtools.rb @@ -3,7 +3,7 @@ require 'formula'  class Samtools < Formula    url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2'    homepage 'http://samtools.sourceforge.net/' -  md5 '71dab132e21c0766f0de84c2371a9157' +  sha1 '77be35df7a90c288a003ff826ba99aef53b2fbe6'    head 'https://samtools.svn.sourceforge.net/svnroot/samtools/trunk/samtools'    def install diff --git a/Library/Formula/sane-backends.rb b/Library/Formula/sane-backends.rb index 7f59e0d6c..8525b0e82 100644 --- a/Library/Formula/sane-backends.rb +++ b/Library/Formula/sane-backends.rb @@ -3,7 +3,7 @@ require 'formula'  class SaneBackends < Formula    homepage 'http://www.sane-project.org/'    url 'ftp://ftp2.sane-project.org/pub/sane/sane-backends-1.0.22/sane-backends-1.0.22.tar.gz' -  md5 'fadf56a60f4776bfb24491f66b617cf5' +  sha1 'dc04d6e6fd18791d8002c3fdb23e89fef3327135'    depends_on 'jpeg'    depends_on 'libtiff' diff --git a/Library/Formula/sary.rb b/Library/Formula/sary.rb index 6a463b0a5..e1ae41c55 100644 --- a/Library/Formula/sary.rb +++ b/Library/Formula/sary.rb @@ -2,7 +2,7 @@ require 'formula'  class Sary < Formula    url 'http://sary.sourceforge.net/sary-1.2.0.tar.gz' -  md5 '10b9a803025c5f428014a7f1ff849ecc' +  sha1 'cfc671ca99d58df4ed8985408499f96579af18f3'    homepage 'http://sary.sourceforge.net/'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/savana.rb b/Library/Formula/savana.rb index 5c50b2987..60c337bfd 100644 --- a/Library/Formula/savana.rb +++ b/Library/Formula/savana.rb @@ -3,7 +3,7 @@ require 'formula'  class Savana < Formula    homepage 'http://savana.codehaus.org'    url 'http://repository.codehaus.org/org/codehaus/savana/1.2/savana-1.2-install.tar.gz' -  md5 'cb0d5907540799d7d48fc23ca80f6b0f' +  sha1 '436523a5fab41f3096748de047ed4ea6d3efa3ef'    def install      # Remove Windows files diff --git a/Library/Formula/saxon-b.rb b/Library/Formula/saxon-b.rb index a1d2a2e82..28d73ecc3 100644 --- a/Library/Formula/saxon-b.rb +++ b/Library/Formula/saxon-b.rb @@ -4,7 +4,7 @@ class SaxonB < Formula    homepage 'http://saxon.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip'    version '9.1.0.8' -  md5 'b1d08c1e2483e31021ed6e59c281c369' +  sha1 '222186e188984967dddb92508510206d107aa194'    def install      (buildpath/'saxon-b').install Dir['*.jar', 'doc', 'notices'] diff --git a/Library/Formula/saxon.rb b/Library/Formula/saxon.rb index f246992f1..a4a8b1f22 100644 --- a/Library/Formula/saxon.rb +++ b/Library/Formula/saxon.rb @@ -3,7 +3,7 @@ require 'formula'  class Saxon < Formula    homepage "http://saxon.sourceforge.net"    url "http://downloads.sourceforge.net/project/saxon/Saxon-HE/9.4/SaxonHE9-4-0-2J.zip" -  md5 "8ed3a09ce2e8a5c82247650c86e9e1b4" +  sha1 '7383d2504f45582f94c0d9c9ca2f4fa322fad7a1'    version "9.4.0.2"    def shim_script target diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 76be12ed6..a0bc3b68d 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -2,14 +2,14 @@ require 'formula'  class SbclBootstrapBinaries < Formula    url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.55/sbcl-1.0.55-x86-darwin-binary.tar.bz2' -  md5 '941351112392a77dd62bdcb9fb62e4e4' +  sha1 '79c9258a15c257849790b86238999c18ec191033'    version "1.0.55"  end  class Sbcl < Formula    homepage 'http://www.sbcl.org/'    url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.58/sbcl-1.0.58-source.tar.bz2' -  md5 '341952949dc90af6f83a89f685da5dde' +  sha1 '79c9258a15c257849790b86238999c18ec191033'    head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index 942780be8..83f4d0fa8 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -4,7 +4,7 @@ class Sbt < Formula    homepage 'http://github.com/harrah/xsbt/'    url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.0/sbt-launch.jar'    version '0.12.0' -  md5 '69c2f0cdf38cfb1ca35dd3cbd8f18b2f' +  sha1 'f11863120964ae1b5359b936dbbdcc619d752c90'    def install      (bin+'sbt').write <<-EOS.undent diff --git a/Library/Formula/sc68.rb b/Library/Formula/sc68.rb index c35f1e00d..ac88d4d38 100644 --- a/Library/Formula/sc68.rb +++ b/Library/Formula/sc68.rb @@ -3,7 +3,7 @@ require 'formula'  class Sc68 < Formula    url 'http://downloads.sourceforge.net/project/sc68/sc68/2.2.1/sc68-2.2.1.tar.gz'    homepage 'http://sc68.atari.org/project.html' -  md5 '84aa948f76274361f7e78c3563951eff' +  sha1 '503e8b027b1b8f98925344bc591248ab5f19f59d'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index 45e0fffac..53a26bf81 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -3,20 +3,20 @@ require 'formula'  class ScalaDocs < Formula    homepage 'http://www.scala-lang.org/'    url 'http://www.scala-lang.org/downloads/distrib/files/scala-docs-2.9.2.zip' -  md5 '48d9102789bf696d3d8621fb24ed47da' +  sha1 '806fc1d91bda82d6a584172d7742531386ae68fb'  end  class ScalaCompletion < Formula    homepage 'http://www.scala-lang.org/'    url 'https://raw.github.com/scala/scala-dist/27bc0c25145a83691e3678c7dda602e765e13413/completion.d/2.9.1/scala'    version '2.9.1' -  md5 '40cb02604b718fd0977a12d932b9e693' +  sha1 '806fc1d91bda82d6a584172d7742531386ae68fb'  end  class Scala < Formula    homepage 'http://www.scala-lang.org/'    url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.9.2.tgz' -  md5 'bc1f68ce3f989347231f2e23784deee9' +  sha1 '806fc1d91bda82d6a584172d7742531386ae68fb'    option 'with-docs', 'Also install library documentation' diff --git a/Library/Formula/scalate.rb b/Library/Formula/scalate.rb index 58c9f5e9d..b5a2e2584 100644 --- a/Library/Formula/scalate.rb +++ b/Library/Formula/scalate.rb @@ -4,7 +4,7 @@ class Scalate < Formula    homepage 'http://scalate.fusesource.org/'    url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.5.3/scalate-distro-1.5.3-unix-bin.tar.gz'    version '1.5.3' -  md5 '5114f611836957f479c1f2060b20beb3' +  sha1 '17e3cd6252b36c9cf80566738299c7e19df957bf'    # This startup script for Scalate calls the real startup script installed    # to Homebrew's cellar. This avoids issues with local vs. absolute symlinks. diff --git a/Library/Formula/scalpel.rb b/Library/Formula/scalpel.rb index 003e9fafc..9feba4191 100644 --- a/Library/Formula/scalpel.rb +++ b/Library/Formula/scalpel.rb @@ -3,7 +3,7 @@ require 'formula'  class Scalpel < Formula    url 'http://www.digitalforensicssolutions.com/Scalpel/scalpel-2.0.tar.gz'    homepage 'http://www.digitalforensicssolutions.com/Scalpel/' -  md5 'b0da813bf34941e79209d7fafe86a6e6' +  sha1 '4cc1164c75471c75f7dfa91c81ccef7eb15142f1'    depends_on 'tre' diff --git a/Library/Formula/scamper.rb b/Library/Formula/scamper.rb index 466d5e9e8..23ee82dfb 100644 --- a/Library/Formula/scamper.rb +++ b/Library/Formula/scamper.rb @@ -3,7 +3,7 @@ require 'formula'  class Scamper < Formula    url 'http://www.wand.net.nz/scamper/scamper-cvs-20110217.tar.gz'    homepage 'http://www.wand.net.nz/scamper/' -  md5 '10097a4fd00ca90bfe1aca7569b11ca5' +  sha1 '97e15ad73376ecef37f381e6e3d911584fe7ffba'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index b6272bbc3..85855669c 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -3,7 +3,7 @@ require 'formula'  class Scantailor < Formula    homepage 'http://scantailor.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/scantailor/scantailor/0.9.11/scantailor-0.9.11.tar.gz' -  md5 '15984c8828ecb2de542ac94e3c41a810' +  sha1 '21ec03317ca2b278179693237eaecd962ee0263b'    devel do      url 'http://downloads.sourceforge.net/project/scantailor/scantailor-devel/enhanced/scantailor-enhanced-20111213.tar.gz' diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index 1852313c2..2201dff93 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -3,7 +3,7 @@ require 'formula'  class Scheme48 < Formula    url 'http://www.s48.org/1.8/scheme48-1.8.tgz'    homepage 'http://www.s48.org/' -  md5 'f1c0a515039d4df4e07721f21940ad6d' +  sha1 '75299fe9de4bf239fc1d5a7dfa2ec377e0e98df1'    skip_clean 'lib'    skip_clean 'bin' diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index 20d685042..bed7ac399 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -3,7 +3,7 @@ require 'formula'  class Schroedinger < Formula    homepage 'http://diracvideo.org/'    url 'http://diracvideo.org/download/schroedinger/schroedinger-1.0.11.tar.gz' -  md5 'da6af08e564ca1157348fb8d92efc891' +  sha1 'c01ee0bed6c1bd7608763927f719f94ebc6aaa41'    head  'git://diracvideo.org/git/schroedinger.git' diff --git a/Library/Formula/scm-manager.rb b/Library/Formula/scm-manager.rb index 94f4a83ad..14e129753 100644 --- a/Library/Formula/scm-manager.rb +++ b/Library/Formula/scm-manager.rb @@ -4,14 +4,14 @@ class ScmManagerCliClient < Formula    homepage 'http://www.scm-manager.org'    url 'http://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/clients/scm-cli-client/1.20/scm-cli-client-1.20-jar-with-dependencies.jar'    version '1.20' -  md5 'dd7f13e6e86b685a2d203f84d18bb1cf' +  sha1 '3d309043cb815fe282c41894c8449943beb3e3de'  end  class ScmManager < Formula    homepage 'http://www.scm-manager.org'    url 'http://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/scm-server/1.20/scm-server-1.20-app.tar.gz'    version '1.20' -  md5 'd250069a047533bf8deabce699836aee' +  sha1 '3d309043cb815fe282c41894c8449943beb3e3de'    skip_clean :all diff --git a/Library/Formula/scotch.rb b/Library/Formula/scotch.rb index 655d109eb..c19c64556 100644 --- a/Library/Formula/scotch.rb +++ b/Library/Formula/scotch.rb @@ -4,7 +4,7 @@ class Scotch < Formula    homepage 'https://gforge.inria.fr/projects/scotch'    url 'https://gforge.inria.fr/frs/download.php/28933'    version '5.1.12' -  md5 'f873ff2bad519f9be7bc7b117bbe0bc4' +  sha1 '1fd9becbc14809fc080f4f69ca0d9c1c8726223f'    depends_on MPIDependency.new(:cc) diff --git a/Library/Formula/scrollkeeper.rb b/Library/Formula/scrollkeeper.rb index b12255bf1..d78c84ddd 100644 --- a/Library/Formula/scrollkeeper.rb +++ b/Library/Formula/scrollkeeper.rb @@ -3,7 +3,7 @@ require 'formula'  class Scrollkeeper < Formula    url 'http://downloads.sourceforge.net/project/scrollkeeper/scrollkeeper/0.3.14/scrollkeeper-0.3.14.tar.gz'    homepage 'http://scrollkeeper.sourceforge.net/' -  md5 '161eb3f29e30e7b24f84eb93ac696155' +  sha1 '0462799a2d96f46dec76f2fd057e2dfe8d7cb94d'    depends_on 'gettext'    depends_on 'docbook' diff --git a/Library/Formula/scrotwm.rb b/Library/Formula/scrotwm.rb index 064a5fac6..86e1e2485 100644 --- a/Library/Formula/scrotwm.rb +++ b/Library/Formula/scrotwm.rb @@ -3,7 +3,7 @@ require 'formula'  class Scrotwm < Formula    homepage 'http://opensource.conformal.com/wiki/scrotwm'    url 'http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.30.tgz' -  md5 '008d018a0ab546b4915e5aa7199f8982' +  sha1 '844c5261170be1dfa043ad90cd7164bbaabed497'    def patches      DATA diff --git a/Library/Formula/scrub.rb b/Library/Formula/scrub.rb index d1c9cf869..dd981f550 100644 --- a/Library/Formula/scrub.rb +++ b/Library/Formula/scrub.rb @@ -3,7 +3,7 @@ require 'formula'  class Scrub < Formula    url 'http://diskscrub.googlecode.com/files/scrub-2.4.tar.bz2'    homepage 'http://code.google.com/p/diskscrub/' -  md5 '653b9698a7e62fd0c22704e1d6a3469c' +  sha1 '1065cde68549cd8b013f2b82bc5bb24922010da7'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/scrypt.rb b/Library/Formula/scrypt.rb index 2cb776c66..1c02a41fb 100644 --- a/Library/Formula/scrypt.rb +++ b/Library/Formula/scrypt.rb @@ -3,7 +3,7 @@ require 'formula'  class Scrypt < Formula    url 'http://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz'    homepage 'http://www.tarsnap.com/scrypt.html' -  md5 'a35523cd497f7283635ce881db39c2e2' +  sha1 '7b1b3feccfe2ff08b5d05752ef1ca7df2ec8646d'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb index c0a5cd4a6..f317b7b6c 100644 --- a/Library/Formula/scsh.rb +++ b/Library/Formula/scsh.rb @@ -3,7 +3,7 @@ require 'formula'  class Scsh < Formula    url 'http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz'    homepage 'http://www.scsh.net/' -  md5 '69c88ca86a8aaaf0f87d253b99d339b5' +  sha1 'a1eaf0d0593e14914824898a0c3ec166429affd7'    def install      # will not build 64-bit diff --git a/Library/Formula/sdcc.rb b/Library/Formula/sdcc.rb index 4dd4a8f89..ad1bbfc38 100644 --- a/Library/Formula/sdcc.rb +++ b/Library/Formula/sdcc.rb @@ -3,7 +3,7 @@ require 'formula'  class Sdcc < Formula    url 'http://downloads.sourceforge.net/project/sdcc/sdcc/3.0.0/sdcc-src-3.0.0.tar.bz2'    homepage 'http://sdcc.sourceforge.net/' -  md5 '20fbd49a3421e09fe65577c45524c89e' +  sha1 '5f50f3841d58c10432bc4352e06a3f1b1f339ec1'    depends_on 'gputils' diff --git a/Library/Formula/sdelta3.rb b/Library/Formula/sdelta3.rb index 437aee5ac..7c18cec9c 100644 --- a/Library/Formula/sdelta3.rb +++ b/Library/Formula/sdelta3.rb @@ -3,7 +3,7 @@ require 'formula'  class Sdelta3 < Formula    url 'ftp://ftp.berlios.de//pub/sdelta/files/sdelta3-20100323.tar.bz2'    homepage 'http://sdelta.berlios.de/' -  md5 'f419f4e7ade7751cf2feacbebfbc8aa9' +  sha1 'd99718e95b2828f2d4ec376a16b5fedc950792ee'    def patches; DATA; end diff --git a/Library/Formula/sdf.rb b/Library/Formula/sdf.rb index eb8f1dd60..658f3d193 100644 --- a/Library/Formula/sdf.rb +++ b/Library/Formula/sdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Sdf < Formula    url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/sdf2-bundle-2.4.tar.gz'    homepage 'http://strategoxt.org/Sdf/WebHome' -  md5 '8aa110d790c4a8bf7bc8b884590d7bee' +  sha1 'b9be75d56503e7f06fcc9cc543303bae123c0845'    depends_on 'aterm' diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index dd8873ffd..d895b8420 100644 --- a/Library/Formula/sdl.rb +++ b/Library/Formula/sdl.rb @@ -3,7 +3,7 @@ require 'formula'  class Sdl < Formula    homepage 'http://www.libsdl.org/'    url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz' -  md5 '9d96df8417572a2afb781a7c4c811a85' +  sha1 '0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c'    head 'http://hg.libsdl.org/SDL', :using => :hg diff --git a/Library/Formula/sdl_rtf.rb b/Library/Formula/sdl_rtf.rb index 2a43cbe6c..23b89d9e0 100644 --- a/Library/Formula/sdl_rtf.rb +++ b/Library/Formula/sdl_rtf.rb @@ -3,7 +3,7 @@ require 'formula'  class SdlRtf < Formula    homepage 'http://www.libsdl.org/projects/SDL_rtf/'    url 'http://www.libsdl.org/projects/SDL_rtf/release/SDL_rtf-0.1.0.tar.gz' -  md5 'fe36733167b5c89f128414f32612121a' +  sha1 'daf749fd87b1d76cd43880c9c5b61c9741847197'    head 'http://hg.libsdl.org/SDL_rtf', :using => :hg diff --git a/Library/Formula/sdl_sound.rb b/Library/Formula/sdl_sound.rb index 106409192..143665970 100644 --- a/Library/Formula/sdl_sound.rb +++ b/Library/Formula/sdl_sound.rb @@ -3,7 +3,7 @@ require 'formula'  class SdlSound < Formula    homepage 'http://icculus.org/SDL_sound/'    url 'http://icculus.org/SDL_sound/downloads/SDL_sound-1.0.3.tar.gz' -  md5 'aa09cd52df85d29bee87a664424c94b5' +  sha1 '1984bc20b2c756dc71107a5a0a8cebfe07e58cb1'    head 'http://hg.icculus.org/icculus/SDL_sound', :using => :hg diff --git a/Library/Formula/ser2net.rb b/Library/Formula/ser2net.rb index 4317ede52..95c8c2bf8 100644 --- a/Library/Formula/ser2net.rb +++ b/Library/Formula/ser2net.rb @@ -3,7 +3,7 @@ require 'formula'  class Ser2net < Formula    homepage 'http://ser2net.sourceforge.net'    url 'http://downloads.sourceforge.net/project/ser2net/ser2net/2.7/ser2net-2.7.tar.gz' -  md5 '22977477789868923a5de09a85e847dd' +  sha1 'ebceb41479ce5e33f400b1564d420dc12b6b44f6'    def install      ENV.deparallelize diff --git a/Library/Formula/sersniff.rb b/Library/Formula/sersniff.rb index 3a1617281..ac26ddfda 100644 --- a/Library/Formula/sersniff.rb +++ b/Library/Formula/sersniff.rb @@ -3,7 +3,7 @@ require 'formula'  class Sersniff < Formula    url 'http://www.earth.li/projectpurple/files/sersniff-0.0.5.tar.gz'    homepage 'http://www.earth.li/projectpurple/progs/sersniff.html' -  md5 '5caf3262442b5e82c3de820ce3f76fa2' +  sha1 'f320171e38ce8877646be65664328071254ed3ce'    head 'git://the.earth.li/sersniff'    def install diff --git a/Library/Formula/sgrep.rb b/Library/Formula/sgrep.rb index 98e960287..3419ba5c6 100644 --- a/Library/Formula/sgrep.rb +++ b/Library/Formula/sgrep.rb @@ -3,7 +3,7 @@ require 'formula'  class Sgrep < Formula    url 'ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-1.92a.tar.gz'    homepage 'http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html' -  md5 '99eb1ed515648f653fc7be45e0896378' +  sha1 '0a51843822e9d986f08ad9e4c5d0e7b260508956'    def install      system "./configure", "--prefix=#{prefix}", diff --git a/Library/Formula/shakespeare.rb b/Library/Formula/shakespeare.rb index ea07c7db2..3721bb2b0 100644 --- a/Library/Formula/shakespeare.rb +++ b/Library/Formula/shakespeare.rb @@ -3,7 +3,7 @@ require 'formula'  class Shakespeare < Formula    url 'http://shakespearelang.sf.net/download/spl-1.2.1.tar.gz'    homepage 'http://shakespearelang.sourceforge.net/' -  md5 'c31de8415af80819eb944a1cecadddde' +  sha1 '17adea7bbf5e1de1a29e71b19e5271f186e9698d'    def install      system "make install" diff --git a/Library/Formula/shapelib.rb b/Library/Formula/shapelib.rb index b5f9fd782..6286de5e4 100644 --- a/Library/Formula/shapelib.rb +++ b/Library/Formula/shapelib.rb @@ -3,7 +3,7 @@ require 'formula'  class Shapelib < Formula    homepage 'http://shapelib.maptools.org/'    url 'http://download.osgeo.org/shapelib/shapelib-1.2.10.tar.gz' -  md5 '4d96bd926167193d27bf14d56e2d484e' +  sha1 '436b09b6a90f403e4568460d67560d5730725651'    def install      dylib = lib+"libshp.#{version}.dylib" diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb index 0cd50ce5b..811828ced 100644 --- a/Library/Formula/shark.rb +++ b/Library/Formula/shark.rb @@ -3,7 +3,7 @@ require 'formula'  class Shark < Formula    homepage 'http://shark-project.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip' -  md5 '12d87a519c27b33800df11b7c78972ed' +  sha1 '0b1b054872fe057747ff7f50e360499bb78bebdf'    fails_with :clang do      build 421 diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index 49e2d78d8..6df408108 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -3,7 +3,7 @@ require 'formula'  class ShellFm < Formula    url 'https://github.com/jkramer/shell-fm/tarball/v0.8'    homepage 'http://nex.scrapping.cc/shell-fm/' -  md5 'ce5c45ead71a299edbff280d4007ad99' +  sha1 'ad35391489a4c5b216740a543f6cb46285f556c7'    head 'https://github.com/jkramer/shell-fm.git'    # homepage says that libao is optional, but it doesn't seem diff --git a/Library/Formula/shmux.rb b/Library/Formula/shmux.rb index 90a9c8d34..bc450e982 100644 --- a/Library/Formula/shmux.rb +++ b/Library/Formula/shmux.rb @@ -3,7 +3,7 @@ require 'formula'  class Shmux < Formula    url 'http://web.taranis.org/shmux/dist/shmux-1.0.2.tgz'    homepage 'http://web.taranis.org/shmux/' -  md5 '4ab5c46b4154cbeab54bdc0036bd9140' +  sha1 '6fe39602c497331e448c4331b8cddbb2abb71b79'    def install diff --git a/Library/Formula/shntool.rb b/Library/Formula/shntool.rb index 191169cd0..8a6281c84 100644 --- a/Library/Formula/shntool.rb +++ b/Library/Formula/shntool.rb @@ -3,7 +3,7 @@ require 'formula'  class Shntool < Formula    url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'    homepage 'http://etree.org/shnutils/shntool/' -  md5 '5d41f8f42c3c15e3145a7a43539c3eae' +  sha1 '7a2bc8801e180cf582f0e39775603582e35d50d2'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/shocco.rb b/Library/Formula/shocco.rb index 78cc9cd55..b69606cc8 100644 --- a/Library/Formula/shocco.rb +++ b/Library/Formula/shocco.rb @@ -5,7 +5,7 @@ require 'formula'  class Pygments < Formula    url 'http://pypi.python.org/packages/source/P/Pygments/Pygments-1.3.1.tar.gz'    homepage 'http://pygments.org/' -  md5 '54be67c04834f13d7e255e1797d629a5' +  sha1 ''  end  class Shocco < Formula diff --git a/Library/Formula/shorten.rb b/Library/Formula/shorten.rb index 45d1a9d23..c92afcaa9 100644 --- a/Library/Formula/shorten.rb +++ b/Library/Formula/shorten.rb @@ -3,7 +3,7 @@ require 'formula'  class Shorten < Formula    url 'http://www.etree.org/shnutils/shorten/dist/src/shorten-3.6.1.tar.gz'    homepage 'http://www.etree.org/shnutils/shorten/' -  md5 'fb59c16fcedc4f4865d277f6e45866a7' +  sha1 'bd525ced0b9ba99a7a178c11647a853147977fa5'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/shtool.rb b/Library/Formula/shtool.rb index 2fe5f53b9..897ca0ab9 100644 --- a/Library/Formula/shtool.rb +++ b/Library/Formula/shtool.rb @@ -4,7 +4,7 @@ class Shtool < Formula    url 'http://ftpmirror.gnu.org/shtool/shtool-2.0.8.tar.gz'    mirror 'http://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz'    homepage 'http://www.gnu.org/software/shtool/' -  md5 'c5f7c6836882d48bc79049846a5f9c5b' +  sha1 '4b974f92d3932ea121e311e3b22c328d3b3572d4'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/sic.rb b/Library/Formula/sic.rb index 3ad5922b6..d5aad95fc 100644 --- a/Library/Formula/sic.rb +++ b/Library/Formula/sic.rb @@ -2,7 +2,7 @@ require 'formula'  class Sic < Formula    url 'http://dl.suckless.org/tools/sic-1.1.tar.gz' -  md5 '856d0e5faa151ae9602713ee7d34a2d5' +  sha1 '816d522758f6d04e6af6b7396c8077c32b2ddfb2'    head 'http://hg.suckless.org/sic', :using => :hg    homepage 'http://tools.suckless.org/sic' diff --git a/Library/Formula/signing-party.rb b/Library/Formula/signing-party.rb index 755487858..0e0450a57 100644 --- a/Library/Formula/signing-party.rb +++ b/Library/Formula/signing-party.rb @@ -25,7 +25,7 @@ end  class SigningParty < Formula    homepage 'http://pgp-tools.alioth.debian.org/'    url 'http://ftp.debian.org/debian/pool/main/s/signing-party/signing-party_1.1.4.orig.tar.gz' -  md5 '675f8f1edd01baa8b58a743927d13750' +  sha1 '092b7d644b7a8a8d2e82fd6ddb453ca58020ed31'    depends_on GnupgInstalled.new    depends_on 'dialog' diff --git a/Library/Formula/simgrid.rb b/Library/Formula/simgrid.rb index 5bef19fe0..9b99ccc99 100644 --- a/Library/Formula/simgrid.rb +++ b/Library/Formula/simgrid.rb @@ -3,7 +3,7 @@ require 'formula'  class Simgrid < Formula    homepage 'http://simgrid.gforge.inria.fr'    url 'https://gforge.inria.fr/frs/download.php/29207/simgrid-3.6.2.tar.gz' -  md5 '35b10c0fb6d47bdbbf19417ab0ab2e6c' +  sha1 'da43c307a40fda00e31f8f1e04fe892d33cc63ed'    depends_on 'cmake' => :build    depends_on 'pcre' diff --git a/Library/Formula/since.rb b/Library/Formula/since.rb index 4ac41ef66..b90a175e7 100644 --- a/Library/Formula/since.rb +++ b/Library/Formula/since.rb @@ -3,7 +3,7 @@ require 'formula'  class Since < Formula    url 'http://welz.org.za/projects/since/since-1.1.tar.gz'    homepage 'http://welz.org.za/projects/since' -  md5 '7a6cfe573d0d2ec7b6f53fe9432a486b' +  sha1 '67f07e8237d63f846cd8ca60b5a16fc32d4f81a5'    def install      system "make" diff --git a/Library/Formula/sipcalc.rb b/Library/Formula/sipcalc.rb index 7c2bb1807..b14e1554f 100644 --- a/Library/Formula/sipcalc.rb +++ b/Library/Formula/sipcalc.rb @@ -3,7 +3,7 @@ require 'formula'  class Sipcalc < Formula    url 'http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.5.tar.gz'    homepage 'http://www.routemeister.net/projects/sipcalc/' -  md5 '8d59e70d21d8f0568e310d342e3e2306' +  sha1 'fe2180df9e14d28407a089c9ac23e4fabfb6e2a1'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/sipp.rb b/Library/Formula/sipp.rb index e92d65ad0..2967e1cbb 100644 --- a/Library/Formula/sipp.rb +++ b/Library/Formula/sipp.rb @@ -3,7 +3,7 @@ require 'formula'  class Sipp < Formula    url 'http://downloads.sourceforge.net/project/sipp/sipp/3.2/sipp.svn.tar.gz'    homepage 'http://sipp.sourceforge.net/' -  md5 '2a3a60cb4317dcf8eb5482f6a955e4d0' +  sha1 'cef9e061b3223b228ae403f897edc192b3ce2ce7'    version '3.2'    def install diff --git a/Library/Formula/sipsak.rb b/Library/Formula/sipsak.rb index e2a0416dc..f1cd85c53 100644 --- a/Library/Formula/sipsak.rb +++ b/Library/Formula/sipsak.rb @@ -3,7 +3,7 @@ require 'formula'  class Sipsak < Formula    url 'http://download.berlios.de/sipsak/sipsak-0.9.6-1.tar.gz'    homepage 'http://sipsak.org/' -  md5 'c4eb8e282902e75f4f040f09ea9d99d5' +  sha1 '6d2fd2c90ea04be749e48927b3e7fc08c52166b6'    version '0.9.6'    def install diff --git a/Library/Formula/sispmctl.rb b/Library/Formula/sispmctl.rb index d09c9de86..1b7301916 100644 --- a/Library/Formula/sispmctl.rb +++ b/Library/Formula/sispmctl.rb @@ -3,7 +3,7 @@  class Sispmctl < Formula    homepage 'http://sispmctl.sourceforge.net/'    url 'http://sourceforge.net/projects/sispmctl/files/sispmctl/sispmctl-3.1/sispmctl-3.1.tar.gz' -  md5 '24693cae30d77c957f34cfb2c8159661' +  sha1 'f89d2820ca48794b80df81309910299dbc1278e1'    depends_on 'libusb' diff --git a/Library/Formula/sitecopy.rb b/Library/Formula/sitecopy.rb index 16cf86f24..c7b05cbe9 100644 --- a/Library/Formula/sitecopy.rb +++ b/Library/Formula/sitecopy.rb @@ -3,7 +3,7 @@ require 'formula'  class Sitecopy < Formula    url 'http://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz'    homepage 'http://www.manyfish.co.uk/sitecopy/' -  md5 'b3aeb5a5f00af3db90b408e8c32a6c01' +  sha1 '2de3679d98c31331f48ff10e824c615a180f2d3b'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/sl.rb b/Library/Formula/sl.rb index 12f233ea6..115f9b361 100644 --- a/Library/Formula/sl.rb +++ b/Library/Formula/sl.rb @@ -4,7 +4,7 @@ class Sl < Formula    homepage 'http://packages.debian.org/source/stable/sl'    url 'http://mirrors.kernel.org/debian/pool/main/s/sl/sl_3.03.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/s/sl/sl_3.03.orig.tar.gz' -  md5 'd0d997b964bb3478f7f4968eee13c698' +  sha1 'd0a8e52ef649cd3bbf02c099e9991dc7cb9b60c3'    fails_with :clang do      build 318 diff --git a/Library/Formula/sleepwatcher.rb b/Library/Formula/sleepwatcher.rb index 1a2a9971b..acec5b686 100644 --- a/Library/Formula/sleepwatcher.rb +++ b/Library/Formula/sleepwatcher.rb @@ -3,7 +3,7 @@ require 'formula'  class Sleepwatcher < Formula    homepage 'http://www.bernhard-baehr.de/'    url 'http://www.bernhard-baehr.de/sleepwatcher_2.2.tgz' -  md5 '2a9235c7da4ad4ed9fb3181203849ded' +  sha1 'd4e4abb0bf0e1b3db9166d1eae38b8701fc28bf8'    def install      # Adjust Makefile to build native binary only diff --git a/Library/Formula/sloccount.rb b/Library/Formula/sloccount.rb index a273725c3..874ad505b 100644 --- a/Library/Formula/sloccount.rb +++ b/Library/Formula/sloccount.rb @@ -3,7 +3,7 @@ require 'formula'  class Sloccount < Formula    homepage 'http://www.dwheeler.com/sloccount/'    url 'http://www.dwheeler.com/sloccount/sloccount-2.26.tar.gz' -  md5 '09abd6e2a016ebaf7552068a1dba1249' +  sha1 '505031c6adfb93e454aaf8b0ee7de04122079d13'    depends_on 'md5sha1sum' diff --git a/Library/Formula/slrn.rb b/Library/Formula/slrn.rb index 0fc1fe328..af5c3a6ff 100644 --- a/Library/Formula/slrn.rb +++ b/Library/Formula/slrn.rb @@ -3,7 +3,7 @@ require 'formula'  class Slrn < Formula    url 'ftp://space.mit.edu/pub/davis/slrn/slrn-0.9.9p1.tar.gz'    homepage 'http://www.slrn.org/' -  md5 '6cc8ac6baaff7cc2a8b78f7fbbe3187f' +  sha1 'f14d88eda39b78bd2f098f211d4a1c363c0fe924'    version '0.9.9p1'    depends_on 's-lang' diff --git a/Library/Formula/smake.rb b/Library/Formula/smake.rb index e85222680..b2e4b3751 100644 --- a/Library/Formula/smake.rb +++ b/Library/Formula/smake.rb @@ -3,7 +3,7 @@ require 'formula'  class Smake < Formula    url 'ftp://ftp.berlios.de/pub/smake/alpha/smake-1.2a49.tar.bz2'    homepage 'http://cdrecord.berlios.de/private/smake.html' -  md5 '1c1e5b7a2b718aca772305a84359ba7e' +  sha1 '7b50e1f81758fd6a732ddc7a78838bd2c96d1090'    def install      system "make", "GMAKE_NOWARN=true", "INS_BASE=#{prefix}", "INS_RBASE=#{prefix}", "MANDIR=share/man", "install" diff --git a/Library/Formula/smartypants.rb b/Library/Formula/smartypants.rb index a06b22b1a..c7ef569fa 100644 --- a/Library/Formula/smartypants.rb +++ b/Library/Formula/smartypants.rb @@ -2,7 +2,7 @@ require 'formula'  class Smartypants < Formula    url 'http://daringfireball.net/projects/downloads/SmartyPants_1.5.1.zip' -  md5 '30114747ef913ddd4b6931b6583a42e3' +  sha1 '339a493f89cfee1e9f051bb1b39f9dcae4c595ca'    homepage 'http://daringfireball.net/projects/smartypants/'    def install diff --git a/Library/Formula/smlnj.rb b/Library/Formula/smlnj.rb index dcefc530e..3fc58850f 100644 --- a/Library/Formula/smlnj.rb +++ b/Library/Formula/smlnj.rb @@ -4,7 +4,7 @@ class Smlnj < Formula    homepage 'http://www.smlnj.org/'    url 'http://smlnj.cs.uchicago.edu/dist/working/110.74/config.tgz'    version '110.74' -  md5 '9c4f80eb53240b583eb96d8f8c556cf8' +  sha1 '8879133ba94be1b44e7b97a04c9e23070335284a'    def targets  <<-EOS diff --git a/Library/Formula/sntop.rb b/Library/Formula/sntop.rb index 2551e3673..4e7667af5 100644 --- a/Library/Formula/sntop.rb +++ b/Library/Formula/sntop.rb @@ -3,7 +3,7 @@ require 'formula'  class Sntop < Formula    homepage 'http://sntop.sourceforge.net/'    url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/sntop-1.4.3.tar.gz' -  md5 '0e99c64ea5a1bad6c1a32ac0dc2e9dd9' +  sha1 '8a96bb453a83262e30215a31be508c16dbd71e27'    depends_on 'fping' diff --git a/Library/Formula/soci.rb b/Library/Formula/soci.rb index 252e611cd..6527b5718 100644 --- a/Library/Formula/soci.rb +++ b/Library/Formula/soci.rb @@ -3,7 +3,7 @@ require 'formula'  class Soci < Formula    homepage 'http://soci.sourceforge.net/'    url 'http://download.sourceforge.net/project/soci/soci/soci-3.1.0/soci-3.1.0.zip' -  md5 '6ffac090b996bc34aedf4a29adf4595c' +  sha1 '9cb4491c09d7330a45cdfff6ed4931d8bd2731e0'    depends_on 'cmake' => :build    depends_on 'boost' => :build if build.include? 'with-boost' diff --git a/Library/Formula/sofia-sip.rb b/Library/Formula/sofia-sip.rb index e241316e3..302f74fc8 100644 --- a/Library/Formula/sofia-sip.rb +++ b/Library/Formula/sofia-sip.rb @@ -3,7 +3,7 @@ require 'formula'  class SofiaSip < Formula    homepage 'http://sofia-sip.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/sofia-sip/sofia-sip/1.12.11/sofia-sip-1.12.11.tar.gz' -  md5 'f3582c62080eeecd3fa4cd5d4ccb4225' +  sha1 'fe11c98fae19cbdbd7e55876c5553c1f9a0c561d'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/sonar.rb b/Library/Formula/sonar.rb index 3ce31af43..d8b6d2a1a 100644 --- a/Library/Formula/sonar.rb +++ b/Library/Formula/sonar.rb @@ -3,7 +3,7 @@ require 'formula'  class Sonar < Formula    homepage 'http://www.sonarsource.org'    url 'http://dist.sonar.codehaus.org/sonar-3.2.zip' -  md5 '2c526c83373872dad096110e6536180d' +  sha1 'a6ec8855e4b365a89c07d688a8a1af04358237bb'    def install      # Delete native bin directories for other systems diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb index 5eb70454d..3f3adc100 100644 --- a/Library/Formula/sox.rb +++ b/Library/Formula/sox.rb @@ -3,7 +3,7 @@ require 'formula'  class Sox < Formula    homepage 'http://sox.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/sox/sox/14.4.0/sox-14.4.0.tar.gz' -  md5 'b0c15cff7a4ba0ec17fdc74e6a1f9cf1' +  sha1 'd809cab382c7a9d015491c69051a9d1c1a1a44f1'    depends_on 'pkg-config' => :build    depends_on :libpng diff --git a/Library/Formula/spark.rb b/Library/Formula/spark.rb index b559c9fb9..73d837b17 100644 --- a/Library/Formula/spark.rb +++ b/Library/Formula/spark.rb @@ -3,7 +3,7 @@ require 'formula'  class Spark < Formula    url 'https://github.com/holman/spark/zipball/v1.0.0'    homepage 'https://github.com/holman/spark' -  md5 'b888f1293f349bbaf1b5da0fbb73b036' +  sha1 '63971539fda9f7f3890b52ff131633f5bdda048b'    def install      bin.install "spark" diff --git a/Library/Formula/spatialindex.rb b/Library/Formula/spatialindex.rb index b0e09c82d..2fb7dcd8a 100644 --- a/Library/Formula/spatialindex.rb +++ b/Library/Formula/spatialindex.rb @@ -3,7 +3,7 @@ require 'formula'  class Spatialindex < Formula    homepage 'http://libspatialindex.github.com'    url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.7.1.tar.gz' -  md5 '8599243d5d8204f0f8d92cd55ab120f5' +  sha1 '1c08fe9e25679b26bf4d26dddf4bbc2e828a35e9'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug" diff --git a/Library/Formula/spawn-fcgi.rb b/Library/Formula/spawn-fcgi.rb index 4a1f7c8a0..7936823e2 100644 --- a/Library/Formula/spawn-fcgi.rb +++ b/Library/Formula/spawn-fcgi.rb @@ -3,7 +3,7 @@ require 'formula'  class SpawnFcgi < Formula    url 'http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz'    homepage 'http://redmine.lighttpd.net/projects/spawn-fcgi' -  md5 '6d75f9e9435056fa1e574d836d823cd0' +  sha1 '2b97ea57d9d79745fe8d6051d830fa507b421169'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/speex.rb b/Library/Formula/speex.rb index ba7fe96d7..0219bd940 100644 --- a/Library/Formula/speex.rb +++ b/Library/Formula/speex.rb @@ -3,7 +3,7 @@ require 'formula'  class Speex < Formula    url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'    homepage 'http://speex.org' -  md5 'c4438b22c08e5811ff10e2b06ee9b9ae' +  sha1 '52daa72572e844e5165315e208da539b2a55c5eb'    depends_on 'pkg-config' => :build    depends_on 'libogg' => :optional diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 995dd5ce9..ec3d574b5 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -11,7 +11,7 @@ end  class Sphinx < Formula    homepage 'http://www.sphinxsearch.com'    url 'http://sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz' -  md5 'e71fdb5b0c2911247d48fb30550b9584' +  sha1 '59e38a7a81aa49a2e6825468ef1180cb6cb24bef'    head 'http://sphinxsearch.googlecode.com/svn/trunk/' diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index 43c795fca..c4b1f2e2b 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -5,14 +5,14 @@ class Autoconf213 < Formula    homepage 'http://www.gnu.org/software/autoconf/'    url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz'    mirror 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz' -  md5 '9de56d4a161a723228220b0f425dc711' +  sha1 '52a01449c48d7a117b35f213d3e4263578d846d6'  end  class Spidermonkey < Formula    homepage 'https://developer.mozilla.org/en/SpiderMonkey'    url 'http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz'    version '1.8.5' -  md5 'a4574365938222adca0a6bd33329cb32' +  sha1 '52a01449c48d7a117b35f213d3e4263578d846d6'    # This is terribly, terribly slow the first time.    # head 'https://hg.mozilla.org/tracemonkey', :using => :hg diff --git a/Library/Formula/splint.rb b/Library/Formula/splint.rb index 759264604..abf044544 100644 --- a/Library/Formula/splint.rb +++ b/Library/Formula/splint.rb @@ -3,7 +3,7 @@ require 'formula'  class Splint < Formula    url 'http://www.splint.org/downloads/splint-3.1.2.src.tgz'    homepage 'http://www.splint.org/' -  md5 '25f47d70bd9c8bdddf6b03de5949c4fd' +  sha1 '0df489cb228dcfffb149b38c57614c2c3e200501'    def patches      # fix compiling error of osd.c diff --git a/Library/Formula/sproxy.rb b/Library/Formula/sproxy.rb index 3230d29a6..34b210f66 100644 --- a/Library/Formula/sproxy.rb +++ b/Library/Formula/sproxy.rb @@ -3,7 +3,7 @@ require 'formula'  class Sproxy < Formula    homepage 'http://www.joedog.org/index/sproxy-home'    url 'http://www.joedog.org/pub/sproxy/sproxy-1.02.tar.gz' -  md5 '458461a1b3f731c77528cc61b547d188' +  sha1 'c218b3a49d3acc3aca39ac658b2013846ee7c5b9'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 781f4acbb..a0c15140a 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -2,7 +2,7 @@ require 'formula'  class SqliteFunctions < Formula    url 'http://www.sqlite.org/contrib/download/extension-functions.c?get=25', :using  => :nounzip -  md5 '3a32bfeace0d718505af571861724a43' +  sha1 'd3833b6ad68db8505d1044f761dd962f415cd302'    version '2010-01-06'  end diff --git a/Library/Formula/squashfs.rb b/Library/Formula/squashfs.rb index f58d468d0..2f782253d 100644 --- a/Library/Formula/squashfs.rb +++ b/Library/Formula/squashfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Squashfs < Formula    homepage 'http://squashfs.sourceforge.net/'    url 'http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.0/squashfs4.0.tar.gz' -  md5 'a3c23391da4ebab0ac4a75021ddabf96' +  sha1 '3efe764ac27c507ee4a549fc6507bc86ea0660dd'    fails_with :clang do      build 318 diff --git a/Library/Formula/ssed.rb b/Library/Formula/ssed.rb index ed2c0e4b2..b0ca0525b 100644 --- a/Library/Formula/ssed.rb +++ b/Library/Formula/ssed.rb @@ -3,7 +3,7 @@ require 'formula'  class Ssed < Formula    url 'http://sed.sourceforge.net/grabbag/ssed/sed-3.62.tar.gz'    homepage 'http://sed.sourceforge.net/grabbag/ssed/' -  md5 '8f35882af95da4e5ddbf3de1add26f79' +  sha1 '6bdc4cd07780e397787c0d494c962827bb407fa2'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb index 65ee7fe97..4e2f3d8e3 100644 --- a/Library/Formula/sshguard.rb +++ b/Library/Formula/sshguard.rb @@ -3,7 +3,7 @@ require 'formula'  class Sshguard < Formula    url 'http://downloads.sourceforge.net/project/sshguard/sshguard/sshguard-1.5/sshguard-1.5.tar.bz2'    homepage 'http://www.sshguard.net/' -  md5 '11b9f47f9051e25bdfe84a365c961ec1' +  sha1 'f8f713bfb3f5c9877b34f6821426a22a7eec8df3'    def patches      # Fix blacklist flag (-b) so that it doesn't abort on first usage. diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index 50a9b1b27..1b9a59f4b 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -3,7 +3,7 @@ require 'formula'  class Sshuttle < Formula    homepage 'https://github.com/apenwarr/sshuttle'    url 'https://github.com/apenwarr/sshuttle/zipball/sshuttle-0.61' -  md5 'ab9a1621eac89533b6803dc5608a6457' +  sha1 '81ad1b98b2aed6fefdc8993a72392969a1a9be01'    head 'https://github.com/apenwarr/sshuttle.git' diff --git a/Library/Formula/ssldump.rb b/Library/Formula/ssldump.rb index 91d573b7e..4bfa29c6a 100644 --- a/Library/Formula/ssldump.rb +++ b/Library/Formula/ssldump.rb @@ -3,7 +3,7 @@ require 'formula'  class Ssldump < Formula    url 'http://www.rtfm.com/ssldump/ssldump-0.9b3.tar.gz'    homepage 'http://www.rtfm.com/ssldump/' -  md5 'ac8c28fe87508d6bfb06344ec496b1dd' +  sha1 'a633a9a811a138eac5ed440d583473b644135ef5'    # reorder include files    #  http://sourceforge.net/tracker/index.php?func=detail&aid=1622854&group_id=68993&atid=523055 diff --git a/Library/Formula/sslscan.rb b/Library/Formula/sslscan.rb index 40918b5d2..dda37a082 100644 --- a/Library/Formula/sslscan.rb +++ b/Library/Formula/sslscan.rb @@ -3,7 +3,7 @@ require 'formula'  class Sslscan < Formula    homepage 'https://www.titania-security.com/labs/sslscan'    url 'http://sourceforge.net/projects/sslscan/files/sslscan/sslscan%201.8.0/sslscan-1.8.0.tgz' -  md5 '7f5fa87019024366691c6b27cb3a81e7' +  sha1 'c867d766b38401ea0c0cde597497188e456e6d71'    # Remove hardcoded gcc in Makefile    def patches diff --git a/Library/Formula/ssss.rb b/Library/Formula/ssss.rb index 8326bd850..8414517ba 100644 --- a/Library/Formula/ssss.rb +++ b/Library/Formula/ssss.rb @@ -3,7 +3,7 @@ require 'formula'  class Ssss < Formula    url 'http://point-at-infinity.org/ssss/ssss-0.5.tar.gz'    homepage 'http://point-at-infinity.org/ssss/' -  md5 '24227252aa195a146d09de1df10357a1' +  sha1 '3f8f5046c2c5c3a2cf1a93f0a9446681852b190e'    depends_on 'gmp'    depends_on 'xmltoman' diff --git a/Library/Formula/star.rb b/Library/Formula/star.rb index 5f37c0f7b..6a1c8721f 100644 --- a/Library/Formula/star.rb +++ b/Library/Formula/star.rb @@ -3,7 +3,7 @@ require 'formula'  class Star < Formula    homepage 'http://cdrecord.berlios.de/old/private/star.html'    url 'ftp://ftp.berlios.de/pub/star/star-1.5.1.tar.bz2' -  md5 'f9a28f83702624c4c08ef1a343014c7a' +  sha1 '62ba0e0a995fc5deb492b025ecffe58735574b8a'    depends_on "smake" => :build diff --git a/Library/Formula/stgit.rb b/Library/Formula/stgit.rb index 047d510c8..1121bb0d8 100644 --- a/Library/Formula/stgit.rb +++ b/Library/Formula/stgit.rb @@ -3,7 +3,7 @@ require 'formula'  class Stgit < Formula    homepage 'http://www.procode.org/stgit'    url 'http://download.gna.org/stgit/stgit-0.16.tar.gz' -  md5 '73ca6a7469d30d9d69fa561e16abc2a8' +  sha1 '10b62d080a4c34c2dd11de4d1c800f62b9e5018c'    def install      system "make", "prefix=#{prefix}", "all" diff --git a/Library/Formula/stormfs.rb b/Library/Formula/stormfs.rb index 0310b680e..8a57a605e 100644 --- a/Library/Formula/stormfs.rb +++ b/Library/Formula/stormfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Stormfs < Formula    url 'https://github.com/downloads/benlemasurier/stormfs/stormfs-0.01.tar.gz'    homepage 'https://github.com/benlemasurier/stormfs' -  md5 'e11b7a1afc7fdd6675d813315c42431b' +  sha1 'd86bb74beb4b4343b63b3eda3e6bd6f4db982bbb'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/strategoxt.rb b/Library/Formula/strategoxt.rb index 195950acb..6d1f158c5 100644 --- a/Library/Formula/strategoxt.rb +++ b/Library/Formula/strategoxt.rb @@ -3,7 +3,7 @@ require 'formula'  class Strategoxt < Formula    url 'ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.17/strategoxt-0.17.tar.gz'    homepage 'http://strategoxt.org/Stratego/WebHome' -  md5 '6a1523ec105c5091a8174b276aceea1b' +  sha1 '65fbd0a394917747366ce5c7c83ba6e3883cbb5c'    depends_on 'aterm'    depends_on 'sdf' diff --git a/Library/Formula/streamripper.rb b/Library/Formula/streamripper.rb index 9aefe62e7..8c12857e2 100644 --- a/Library/Formula/streamripper.rb +++ b/Library/Formula/streamripper.rb @@ -3,7 +3,7 @@ require 'formula'  class Streamripper < Formula    homepage 'http://streamripper.sourceforge.net/'    url 'http://downloads.sourceforge.net/sourceforge/streamripper/streamripper-1.64.6.tar.gz' -  md5 'a37a1a8b8f9228522196a122a1c2dd32' +  sha1 'bc8a8d3ad045e0772ca691d2063c39efcc0dca45'    depends_on 'glib' diff --git a/Library/Formula/stress.rb b/Library/Formula/stress.rb index e0cb70b22..baef240ba 100644 --- a/Library/Formula/stress.rb +++ b/Library/Formula/stress.rb @@ -3,7 +3,7 @@ require 'formula'  class Stress < Formula    url 'http://weather.ou.edu/~apw/projects/stress/stress-1.0.4.tar.gz'    homepage 'http://weather.ou.edu/~apw/projects/stress/' -  md5 'a607afa695a511765b40993a64c6e2f4' +  sha1 '7ccb6d76d27ddd54461a21411f2bc8491ba65168'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index ae4fe3569..9ae0063b8 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -3,7 +3,7 @@ require 'formula'  class Stunnel < Formula    homepage 'http://www.stunnel.org/'    url 'ftp://ftp.stunnel.org/stunnel/archive/4.x/stunnel-4.53.tar.gz' -  md5 'ab3bfc915357d67da18c73f73610d593' +  sha1 'c167833c23fde388db697bd3edb4444aff0e449e'    # This patch installs a bogus .pem in lieu of interactive cert generation.    # - additionally stripping carriage-returns diff --git a/Library/Formula/style-check.rb b/Library/Formula/style-check.rb index ad3c34c17..3114d31df 100644 --- a/Library/Formula/style-check.rb +++ b/Library/Formula/style-check.rb @@ -3,7 +3,7 @@ require 'formula'  class StyleCheck < Formula    homepage 'http://www.cs.umd.edu/~nspring/software/style-check-readme.html'    url 'http://www.cs.umd.edu/~nspring/software/style-check-0.14.tar.gz' -  md5 'b88b0632b80abf9c8aaa2c5f2c3e2934' +  sha1 '7308ba19fb05a84e2a8cad935b8056feba63d83b'    def install      inreplace "style-check.rb", '/etc/style-check.d/', etc+'style-check.d/' diff --git a/Library/Formula/sub2srt.rb b/Library/Formula/sub2srt.rb index 108cb2c7b..4e41f528a 100644 --- a/Library/Formula/sub2srt.rb +++ b/Library/Formula/sub2srt.rb @@ -3,7 +3,7 @@ require 'formula'  class Sub2srt < Formula    url 'http://www.robelix.com/sub2srt/download/sub2srt-0.5.3.tar.gz'    homepage 'http://www.robelix.com/sub2srt/' -  md5 'ce2dd86b008ab61b70cd1f2ed6054a4b' +  sha1 'eaecadc4caaaacddcd0e13202be722f13706acd4'    def install      bin.install 'sub2srt' diff --git a/Library/Formula/svg2pdf.rb b/Library/Formula/svg2pdf.rb index fd1090b48..8cf778cb1 100644 --- a/Library/Formula/svg2pdf.rb +++ b/Library/Formula/svg2pdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Svg2pdf < Formula    url 'http://cairographics.org/snapshots/svg2pdf-0.1.3.tar.gz'    homepage 'http://cairographics.org/' -  md5 '0059ba059ff89931cf37720fcd102d8f' +  sha1 '07c5e8b95b43bcdd40d791ccb1a2cb5221093f19'    depends_on 'pkg-config' => :build    depends_on 'libsvg-cairo' diff --git a/Library/Formula/svg2png.rb b/Library/Formula/svg2png.rb index 13d9d9cb8..8b9d237c1 100644 --- a/Library/Formula/svg2png.rb +++ b/Library/Formula/svg2png.rb @@ -3,7 +3,7 @@ require 'formula'  class Svg2png < Formula    url 'http://cairographics.org/snapshots/svg2png-0.1.3.tar.gz'    homepage 'http://cairographics.org/' -  md5 'ba266c00486ffd93b8a46d59028aaef9' +  sha1 'afd207ef745fe2e20e01585bbc9a576e7cc9caf5'    depends_on 'pkg-config' => :build    depends_on 'libsvg-cairo' diff --git a/Library/Formula/swaks.rb b/Library/Formula/swaks.rb index 5854f47b6..342d7d182 100644 --- a/Library/Formula/swaks.rb +++ b/Library/Formula/swaks.rb @@ -3,7 +3,7 @@ require 'formula'  class Swaks < Formula    homepage 'http://www.jetmore.org/john/code/swaks/'    url 'http://jetmore.org/john/code/swaks/swaks-20120320.0.tar.gz' -  md5 '1c0b8cfc92aa4a36f3136c15d4f87e9b' +  sha1 '2a20ba10ac0f97761edc6d1d519773192486d74c'    def install      bin.install 'swaks' diff --git a/Library/Formula/swfmill.rb b/Library/Formula/swfmill.rb index ac728f5d7..86168f8ce 100644 --- a/Library/Formula/swfmill.rb +++ b/Library/Formula/swfmill.rb @@ -3,7 +3,7 @@ require 'formula'  class Swfmill < Formula    homepage 'http://swfmill.org'    url 'http://swfmill.org/releases/swfmill-0.3.2.tar.gz' -  md5 'c607f8aba506ec32cc4423446fe6644e' +  sha1 'e7ac1f267e4cbb8166acf6af78ddae914feed207'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/swish-e.rb b/Library/Formula/swish-e.rb index 3d85528c8..b19fbd80e 100644 --- a/Library/Formula/swish-e.rb +++ b/Library/Formula/swish-e.rb @@ -3,7 +3,7 @@ require 'formula'  class SwishE < Formula    url 'http://swish-e.org/distribution/swish-e-2.4.7.tar.gz'    homepage 'http://swish-e.org/' -  md5 '736db7a65aed48bb3e2587c52833642d' +  sha1 '0970c5f8dcb2f12130b38a9fc7dd99c2f2d7ebcb'    depends_on 'libxml2' diff --git a/Library/Formula/syck.rb b/Library/Formula/syck.rb index 51e440820..4059b2d7d 100644 --- a/Library/Formula/syck.rb +++ b/Library/Formula/syck.rb @@ -3,7 +3,7 @@ require 'formula'  class Syck < Formula    url 'http://cloud.github.com/downloads/indeyets/syck/syck-0.70.tar.gz'    homepage 'https://wiki.github.com/indeyets/syck/' -  md5 '198f925b4ed7fe04a182c35014498634' +  sha1 '30f89eba1fae0546ccfa75a9a3b865a3c8a9ac79'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/symphony.rb b/Library/Formula/symphony.rb index 233b76c6a..35f797f5e 100644 --- a/Library/Formula/symphony.rb +++ b/Library/Formula/symphony.rb @@ -3,7 +3,7 @@ require 'formula'  class Symphony < Formula    homepage 'http://www.coin-or.org/projects/SYMPHONY.xml'    url 'http://www.coin-or.org/download/source/SYMPHONY/SYMPHONY-5.3.3.tgz' -  md5 '8c34f9fa49ebff325b984408ff1f92fc' +  sha1 'afc38ee5655b52fc3fa0a5854b5cc5a7f31618cc'    option "enable-openmp", "Enable openmp support"    option "with-gmpl", "GNU Modeling Language support via GLPK" diff --git a/Library/Formula/szip.rb b/Library/Formula/szip.rb index dc3bf90ea..08067b43d 100644 --- a/Library/Formula/szip.rb +++ b/Library/Formula/szip.rb @@ -3,7 +3,7 @@ require 'formula'  class Szip < Formula    url 'http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz'    homepage 'http://www.hdfgroup.org/HDF5/release/obtain5.html#extlibs' -  md5 '902f831bcefb69c6b635374424acbead' +  sha1 'd241c9acc26426a831765d660b683b853b83c131'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb index 628b92150..7e8753eca 100644 --- a/Library/Formula/szl.rb +++ b/Library/Formula/szl.rb @@ -3,7 +3,7 @@ require 'formula'  class Szl < Formula    homepage 'http://code.google.com/p/szl/'    url 'http://szl.googlecode.com/files/szl-1.0.tar.gz' -  md5 'd25f73b2adf4b92229d8b451685506d1' +  sha1 'e4c6d4aec1afc025257d41dd77b8f5c25ea120d4'    depends_on 'binutils' # For objdump    depends_on 'icu4c' diff --git a/Library/Formula/ta-lib.rb b/Library/Formula/ta-lib.rb index a7981771d..a43a9f29e 100644 --- a/Library/Formula/ta-lib.rb +++ b/Library/Formula/ta-lib.rb @@ -3,7 +3,7 @@ require 'formula'  class TaLib < Formula    homepage 'http://ta-lib.org/index.html'    url 'http://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz' -  md5 '308e53b9644213fc29262f36b9d3d9b9' +  sha1 'b326b91e79ca1e569e95aad91e87a38640dd5f1b'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/tabbed.rb b/Library/Formula/tabbed.rb index 24efc91c3..c58415061 100644 --- a/Library/Formula/tabbed.rb +++ b/Library/Formula/tabbed.rb @@ -3,7 +3,7 @@ require 'formula'  class Tabbed < Formula    url 'http://dl.suckless.org/tools/tabbed-0.3.tar.gz'    homepage 'http://tools.suckless.org/tabbed' -  md5 '4a30458f9adc38db549f735b8fb6451b' +  sha1 '6f2e153d66be969caf5f31bc18567c75ef902269'    head 'http://hg.suckless.org/tabbed'    depends_on :x11 diff --git a/Library/Formula/tal.rb b/Library/Formula/tal.rb index 162a45c3f..160f64932 100644 --- a/Library/Formula/tal.rb +++ b/Library/Formula/tal.rb @@ -3,7 +3,7 @@ require 'formula'  class Tal < Formula    homepage 'http://thomasjensen.com/software/tal/'    url 'http://thomasjensen.com/software/tal/tal-1.9.tar.gz' -  md5 'a22e53f5f0d701a408e98e480311700b' +  sha1 'c889477eee1ca362c071667563882c6aed38c0cb'    def install      system "make linux" diff --git a/Library/Formula/talk-filters.rb b/Library/Formula/talk-filters.rb index 8084724c1..0ad7b0fe9 100644 --- a/Library/Formula/talk-filters.rb +++ b/Library/Formula/talk-filters.rb @@ -3,7 +3,7 @@ require 'formula'  class TalkFilters < Formula    homepage 'http://www.hyperrealm.com/main.php?s=talkfilters'    url 'http://www.hyperrealm.com/talkfilters/talkfilters-2.3.8.tar.gz' -  md5 'c11c6863a1c246a8d49a80a1168b54c8' +  sha1 '4aafacfe8842889531ad5a37402b06813c32fc64'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/talloc.rb b/Library/Formula/talloc.rb index d071c9dad..23b39a26c 100644 --- a/Library/Formula/talloc.rb +++ b/Library/Formula/talloc.rb @@ -3,7 +3,7 @@ require 'formula'  class Talloc < Formula    url 'http://www.samba.org/ftp/talloc/talloc-2.0.7.tar.gz'    homepage 'http://talloc.samba.org/' -  md5 'dbfb3146f4cc47054e13b8a2988299f9' +  sha1 'fb84ee401b6e094503056b030ce31fcbcc9d06aa'    def install      system "./configure", "--prefix=#{prefix}", "--disable-rpath" diff --git a/Library/Formula/tclap.rb b/Library/Formula/tclap.rb index 10ca6b521..98480d01f 100644 --- a/Library/Formula/tclap.rb +++ b/Library/Formula/tclap.rb @@ -3,7 +3,7 @@ require 'formula'  class Tclap < Formula    url 'http://downloads.sourceforge.net/project/tclap/tclap-1.2.1.tar.gz'    homepage 'http://tclap.sourceforge.net/' -  md5 'eb0521d029bf3b1cc0dcaa7e42abf82a' +  sha1 '4f124216dd6e6936f5af6372d921a6c51563f8fd'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/tcping.rb b/Library/Formula/tcping.rb index 62f527594..075cc892c 100644 --- a/Library/Formula/tcping.rb +++ b/Library/Formula/tcping.rb @@ -3,7 +3,7 @@ require 'formula'  class Tcping < Formula    url 'http://www.linuxco.de/tcping/tcping-1.3.5.tar.gz'    homepage 'http://www.linuxco.de/tcping/tcping.html' -  md5 'f9dd03c730db6999ca8beca479f078e3' +  sha1 'ecc5fe7fb2f8e86a1fc2d09651310b26fa922c7b'    def install      system "make" diff --git a/Library/Formula/tcptrace.rb b/Library/Formula/tcptrace.rb index c0edadeb3..8bd41c8e7 100644 --- a/Library/Formula/tcptrace.rb +++ b/Library/Formula/tcptrace.rb @@ -3,7 +3,7 @@ require 'formula'  class Tcptrace < Formula    url 'http://www.tcptrace.org/download/tcptrace-6.6.7.tar.gz'    homepage 'http://www.tcptrace.org/' -  md5 '68128dc1817b866475e2f048e158f5b9' +  sha1 'ae4d10a0829c57f2eda17e63f593e558f52b7f24'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/tcptraceroute.rb b/Library/Formula/tcptraceroute.rb index 3b46ab178..9965bef8f 100644 --- a/Library/Formula/tcptraceroute.rb +++ b/Library/Formula/tcptraceroute.rb @@ -4,7 +4,7 @@ class Tcptraceroute < Formula    url 'http://michael.toren.net/code/tcptraceroute/tcptraceroute-1.5beta7.tar.gz'    homepage 'http://michael.toren.net/code/tcptraceroute/'    version '1.5beta7' -  md5 '65d1001509f971ea986fcbc2dd009643' +  sha1 '78847ef4ba7031cee660c540593256fd384a1a62'    depends_on 'libnet' diff --git a/Library/Formula/teapot.rb b/Library/Formula/teapot.rb index bc4569778..c9d9ed4ec 100644 --- a/Library/Formula/teapot.rb +++ b/Library/Formula/teapot.rb @@ -3,7 +3,7 @@ require 'formula'  class Teapot < Formula    url 'http://www.syntax-k.de/projekte/teapot/teapot-1.09.tar.gz'    homepage 'http://www.syntax-k.de/projekte/teapot/' -  md5 '21e1d1c1d04ba59af1fac6f49a4e2b1b' +  sha1 '5618bcc3c2e10ed6af73a0f8ee29599c7fc5967d'    def install      system "make" diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb index 15c68203c..d92aa6f18 100644 --- a/Library/Formula/term.rb +++ b/Library/Formula/term.rb @@ -2,7 +2,7 @@ require 'formula'  class Term < ScriptFileFormula    url 'https://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term' -  md5 '1bbf4509a50224b27ac8c20d3fe8682e' +  sha1 'a0df2172283facf072c82f5079243a8bc492b457'    version '2.1'    homepage 'https://github.com/liyanage/macosx-shell-scripts/blob/master/term'  end diff --git a/Library/Formula/tesseract.rb b/Library/Formula/tesseract.rb index ba2c57167..52c764476 100644 --- a/Library/Formula/tesseract.rb +++ b/Library/Formula/tesseract.rb @@ -77,13 +77,13 @@ end  class TesseractEnglishData < Formula    url 'http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.eng.tar.gz'    version '3.01' -  md5 '89c139a73e0e7b1225809fc7b226b6c9' +  sha1 'c0b605d7192b3071842fe535c82b89c65f2d9c67'  end  class Tesseract < Formula    homepage 'http://code.google.com/p/tesseract-ocr/'    url 'http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz' -  md5 '1ba496e51a42358fb9d3ffe781b2d20a' +  sha1 'c0b605d7192b3071842fe535c82b89c65f2d9c67'    option "all-languages", "Install recognition data for all languages" diff --git a/Library/Formula/testdisk.rb b/Library/Formula/testdisk.rb index d06e3fdcb..0c0720bce 100644 --- a/Library/Formula/testdisk.rb +++ b/Library/Formula/testdisk.rb @@ -3,7 +3,7 @@ require 'formula'  class Testdisk < Formula    url 'http://www.cgsecurity.org/testdisk-6.13.tar.bz2'    homepage 'http://www.cgsecurity.org/wiki/TestDisk' -  md5 '3bcbf0722d3823ca155e633969ce9f0b' +  sha1 'b08ace0257e3e437b6fc140360d75807ca4d46ae'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/texinfo.rb b/Library/Formula/texinfo.rb index f6fb7f0b4..874ddd28f 100644 --- a/Library/Formula/texinfo.rb +++ b/Library/Formula/texinfo.rb @@ -4,7 +4,7 @@ class Texinfo < Formula    url 'http://ftpmirror.gnu.org/texinfo/texinfo-4.13a.tar.gz'    mirror 'http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz'    homepage 'http://www.gnu.org/software/texinfo/' -  md5 '71ba711519209b5fb583fed2b3d86fcb' +  sha1 'a1533cf8e03ea4fa6c443b73f4c85e4da04dead0'    keg_only :provided_by_osx, <<-EOS.undent      Software that uses TeX, such as lilypond and octave, require a newer version diff --git a/Library/Formula/thc-pptp-bruter.rb b/Library/Formula/thc-pptp-bruter.rb index 7c2ab2c79..d046fe296 100644 --- a/Library/Formula/thc-pptp-bruter.rb +++ b/Library/Formula/thc-pptp-bruter.rb @@ -3,7 +3,7 @@ require 'formula'  class ThcPptpBruter < Formula    url 'http://freeworld.thc.org/releases/thc-pptp-bruter-0.1.4.tar.gz'    homepage 'http://thc.org' -  md5 'a48160ad94169b6c7b12d561c2e5724e' +  sha1 '88a797ed0dcfb79aba92b319e29d1c5d8c1b14a4'    def install      # The function openpty() is defined in pty.h on Linux, but in util.h on OS X. diff --git a/Library/Formula/theora.rb b/Library/Formula/theora.rb index e7128c2a2..bef6f390e 100644 --- a/Library/Formula/theora.rb +++ b/Library/Formula/theora.rb @@ -3,7 +3,7 @@ require 'formula'  class Theora < Formula    url 'http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2'    homepage 'http://www.theora.org/' -  md5 '292ab65cedd5021d6b7ddd117e07cd8e' +  sha1 '8dcaa8e61cd86eb1244467c0b64b9ddac04ae262'    depends_on 'pkg-config' => :build    depends_on 'libogg' diff --git a/Library/Formula/tidyp.rb b/Library/Formula/tidyp.rb index 8b5078d83..b0119ae18 100644 --- a/Library/Formula/tidyp.rb +++ b/Library/Formula/tidyp.rb @@ -2,13 +2,13 @@ require 'formula'  class TidypManual < Formula    url "https://github.com/petdance/tidyp/raw/6a6c85bc9cb089e343337377f76127d01dd39a1c/htmldoc/tidyp1.xsl" -  md5 "5f90f914e69bdff1663a6772c6d9ca3d" +  sha1 '5d9050512259c3a67a2f48469555932e3a7b8bd0'  end  class Tidyp < Formula    url 'https://github.com/downloads/petdance/tidyp/tidyp-1.04.tar.gz'    homepage 'http://tidyp.com/' -  md5 '00a6b804f6625221391d010ca37178e1' +  sha1 '5d9050512259c3a67a2f48469555932e3a7b8bd0'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/tiff2png.rb b/Library/Formula/tiff2png.rb index 98e690084..c5f85fe4b 100644 --- a/Library/Formula/tiff2png.rb +++ b/Library/Formula/tiff2png.rb @@ -3,7 +3,7 @@ require 'formula'  class Tiff2png < Formula    homepage 'http://www.libpng.org/pub/png/apps/tiff2png.html'    url 'ftp://ftp.simplesystems.org/pub/libpng/png/applications/tiff2png/tiff2png-0.91.tar.gz' -  md5 'b5db7add863c5cf469197aa327c0b202' +  sha1 '3a23abaaadbed8f3d13b88241257fe2078eb61fd'    depends_on :x11    depends_on 'libtiff' diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb index 62727ffc2..188f8e30c 100644 --- a/Library/Formula/tig.rb +++ b/Library/Formula/tig.rb @@ -3,7 +3,7 @@ require 'formula'  class Tig < Formula    homepage 'http://jonas.nitro.dk/tig/'    url 'http://jonas.nitro.dk/tig/releases/tig-1.0.tar.gz' -  md5 'a2d414d1cebbc9cd4f3d545bc6f225c6' +  sha1 '3fe744f79d244285b6e00b472e35967746910305'    def install      system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}" diff --git a/Library/Formula/timbl.rb b/Library/Formula/timbl.rb index fce3d13dd..aa9a8ad7b 100644 --- a/Library/Formula/timbl.rb +++ b/Library/Formula/timbl.rb @@ -3,7 +3,7 @@ require 'formula'  class Timbl < Formula    homepage 'http://ilk.uvt.nl/timbl/'    url 'http://ilk.uvt.nl/downloads/pub/software/timbl-6.4.2.tar.gz' -  md5 'c4485b22c4ad1c7fc15e273706988a02' +  sha1 '7479ace6b7856205e2a3431c8df380fb1ec2a03f'    depends_on 'pkg-config' => :build    depends_on 'libxml2' diff --git a/Library/Formula/timedog.rb b/Library/Formula/timedog.rb index 5684d369e..52820fcd1 100644 --- a/Library/Formula/timedog.rb +++ b/Library/Formula/timedog.rb @@ -2,7 +2,7 @@ require 'formula'  class Timedog < Formula    url 'http://timedog.googlecode.com/files/timedog-1.2.zip' -  md5 '0ab0f08df51ce74a10b94dfd4fb3df27' +  sha1 '620a4615ba4a03dc8d7ae2f7259b9ab8daf267c6'    homepage 'http://timedog.googlecode.com/'    def install diff --git a/Library/Formula/tin.rb b/Library/Formula/tin.rb index 3d404978f..bac6df8ae 100644 --- a/Library/Formula/tin.rb +++ b/Library/Formula/tin.rb @@ -3,7 +3,7 @@ require 'formula'  class Tin < Formula    homepage 'http://www.tin.org'    url 'ftp://ftp.tin.org/pub/news/clients/tin/stable/tin-2.0.1.tar.gz' -  md5 'd05622db1712a78a2b92aa27904befc2' +  sha1 '27d3003d90b8ee4be3a25377986f0f53955a6b5b'    def install      ENV.enable_warnings diff --git a/Library/Formula/tiny-fugue.rb b/Library/Formula/tiny-fugue.rb index fcfc3de5e..9590d379a 100644 --- a/Library/Formula/tiny-fugue.rb +++ b/Library/Formula/tiny-fugue.rb @@ -3,7 +3,7 @@ require 'formula'  class TinyFugue < Formula    url 'http://downloads.sourceforge.net/project/tinyfugue/tinyfugue/5.0%20beta%208/tf-50b8.tar.gz'    homepage 'http://tinyfugue.sourceforge.net/' -  md5 '3e994e791966d274f63b0e61abf2ef59' +  sha1 '37bb70bfb7b44d36c28606c6bd45e435502fb4b4'    version '5.0b8'    depends_on 'libnet' diff --git a/Library/Formula/tinyproxy.rb b/Library/Formula/tinyproxy.rb index 2acf4db03..973ca6f09 100644 --- a/Library/Formula/tinyproxy.rb +++ b/Library/Formula/tinyproxy.rb @@ -3,7 +3,7 @@ require 'formula'  class Tinyproxy < Formula    homepage 'https://www.banu.com/tinyproxy/'    url 'https://www.banu.com/pub/tinyproxy/1.8/tinyproxy-1.8.3.tar.bz2' -  md5 '292ac51da8ad6ae883d4ebf56908400d' +  sha1 '2538fbd190d3dc357a2e7c2a07ea0fbefb768a13'    skip_clean 'var/run' diff --git a/Library/Formula/tinysvm.rb b/Library/Formula/tinysvm.rb index 1df531b6b..02ab5de4c 100644 --- a/Library/Formula/tinysvm.rb +++ b/Library/Formula/tinysvm.rb @@ -3,7 +3,7 @@ require 'formula'  class Tinysvm < Formula    homepage 'http://chasen.org/~taku/software/TinySVM/'    url 'http://chasen.org/~taku/software/TinySVM/src/TinySVM-0.09.tar.gz' -  md5 '22d80bdd94c3c8373062761de0d27fde' +  sha1 '9c3c36454c475180ef6646d059376f35549cad08'    # Use correct compilation flag    def patches diff --git a/Library/Formula/tivodecode.rb b/Library/Formula/tivodecode.rb index 0c0f4df3c..ad582d3a4 100644 --- a/Library/Formula/tivodecode.rb +++ b/Library/Formula/tivodecode.rb @@ -3,7 +3,7 @@ require 'formula'  class Tivodecode < Formula    url 'http://downloads.sourceforge.net/project/tivodecode/tivodecode/0.2pre4/tivodecode-0.2pre4.tar.gz'    homepage 'http://tivodecode.sourceforge.net/' -  md5 'cf82385db3e0d708ebdbe5055b8ae7ee' +  sha1 'efabe4aee461e6da90ddc52abe9ae025c4185032'    version '0.2pre4'    def install diff --git a/Library/Formula/tkdiff.rb b/Library/Formula/tkdiff.rb index a3e1a07ca..049606982 100644 --- a/Library/Formula/tkdiff.rb +++ b/Library/Formula/tkdiff.rb @@ -3,7 +3,7 @@ require 'formula'  class Tkdiff < Formula    homepage 'http://tkdiff.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/tkdiff/tkdiff/4.2/tkdiff-4.2.tar.gz' -  md5 'efc19226416afe3e98e4a29c112cfc3e' +  sha1 '64b07e3aca75bcfa73f43773716bdac88769f685'    def install      bin.install 'tkdiff' diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb index eacc91175..73d176b01 100644 --- a/Library/Formula/tmap.rb +++ b/Library/Formula/tmap.rb @@ -3,7 +3,7 @@ require 'formula'  class Tmap < Formula    homepage 'http://github.com/iontorrent/TMAP'    url 'http://github.com/iontorrent/TMAP/tarball/tmap.0.3.7' -  md5 '2283f15ca05c27c534cef22850711bba' +  sha1 '8cb8c6d9ebaeb3486a74a402a07a08c778964682'    version '0.3.7'    head 'https://github.com/iontorrent/TMAP.git' diff --git a/Library/Formula/tmpreaper.rb b/Library/Formula/tmpreaper.rb index e34f985c5..bb25479cd 100644 --- a/Library/Formula/tmpreaper.rb +++ b/Library/Formula/tmpreaper.rb @@ -4,7 +4,7 @@ class Tmpreaper < Formula    url 'http://mirrors.kernel.org/debian/pool/main/t/tmpreaper/tmpreaper_1.6.13+nmu1.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/t/tmpreaper/tmpreaper_1.6.13+nmu1.tar.gz'    homepage 'http://packages.debian.org/tmpreaper' -  md5 '36bffb38fbdd28b9de8af229faabf5fe' +  sha1 '96a490a9c2df6d3726af8df299e5aedd7d49fbfe'    version '1.6.13_nmu1'    def install diff --git a/Library/Formula/tn5250.rb b/Library/Formula/tn5250.rb index 17e791ec5..6901dea97 100644 --- a/Library/Formula/tn5250.rb +++ b/Library/Formula/tn5250.rb @@ -3,7 +3,7 @@ require 'formula'  class Tn5250 < Formula    homepage 'http://tn5250.sourceforge.net/'    url 'http://sourceforge.net/projects/tn5250/files/tn5250/0.17.4/tn5250-0.17.4.tar.gz' -  md5 'd1eb7c5a2e15cd2f43a1c115e2734153' +  sha1 '2c84f03f798fd5095009d6798d1e6c0b29e48a75'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/tnef.rb b/Library/Formula/tnef.rb index 5f4713cf4..c24f68caf 100644 --- a/Library/Formula/tnef.rb +++ b/Library/Formula/tnef.rb @@ -3,7 +3,7 @@ require 'formula'  class Tnef < Formula    homepage 'http://sourceforge.net/projects/tnef/'    url 'http://downloads.sourceforge.net/project/tnef/tnef/tnef-1.4.8.tar.gz' -  md5 'cc6443ac5f30913394c0c16ae7941e4f' +  sha1 '19431176ee523fe3fd5e745882a9083426cc5671'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index 92a695c14..33f18a90b 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -3,7 +3,7 @@ require 'formula'  class TodoTxt < Formula    homepage 'http://todotxt.com/'    url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.9.tar.gz' -  md5 'e815c63ab4e46285f0b0a30b7bac7918' +  sha1 'b8b351f287c4f5a6510e08e14757db14d0cd1da7'    head 'https://github.com/ginatrapani/todo.txt-cli.git' diff --git a/Library/Formula/tokyo-cabinet.rb b/Library/Formula/tokyo-cabinet.rb index a876c3bee..8fac47783 100644 --- a/Library/Formula/tokyo-cabinet.rb +++ b/Library/Formula/tokyo-cabinet.rb @@ -3,7 +3,7 @@ require 'formula'  class TokyoCabinet < Formula    homepage 'http://fallabs.com/tokyocabinet/'    url 'http://fallabs.com/tokyocabinet/tokyocabinet-1.4.47.tar.gz' -  md5 '3d94fe2aebf5d9ff0478ed895bc46fc9' +  sha1 '18608ac2e6e469e20d1c36ae1117661bb47901c4'    def install      system "./configure", "--prefix=#{prefix}", "--enable-fastest" diff --git a/Library/Formula/tokyo-dystopia.rb b/Library/Formula/tokyo-dystopia.rb index 1206da8d7..afa3330e2 100644 --- a/Library/Formula/tokyo-dystopia.rb +++ b/Library/Formula/tokyo-dystopia.rb @@ -3,7 +3,7 @@ require 'formula'  class TokyoDystopia < Formula    homepage 'http://fallabs.com/tokyodystopia/'    url 'http://fallabs.com/tokyodystopia/tokyodystopia-0.9.15.tar.gz' -  md5 '12024f8444fea8dd1bc2cc435f104856' +  sha1 '525a44e517ca9594d28fed111e2d103fe6fbf440'    depends_on 'tokyo-cabinet' diff --git a/Library/Formula/tophat.rb b/Library/Formula/tophat.rb index a5b8d6513..45b09959c 100644 --- a/Library/Formula/tophat.rb +++ b/Library/Formula/tophat.rb @@ -3,7 +3,7 @@ require 'formula'  class Tophat < Formula    url 'http://tophat.cbcb.umd.edu/downloads/tophat-1.4.1.tar.gz'    homepage 'http://tophat.cbcb.umd.edu/' -  md5 '73f7c3b6b2f68f291757026c38eab551' +  sha1 '0513bbcadb7194f12fbddeb3e4033e032f2fb29f'    depends_on 'samtools' diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index fb8ce45e5..6c9e6f100 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -3,7 +3,7 @@ require 'formula'  class Tor < Formula    homepage 'https://www.torproject.org/'    url 'https://www.torproject.org/dist/tor-0.2.2.38.tar.gz' -  md5 '91a9dd2c9d7fbd946bda5a13edbe5667' +  sha1 'abac1902d301c6bd5d522e4cc81aead3299cf968'    depends_on 'libevent' diff --git a/Library/Formula/trang.rb b/Library/Formula/trang.rb index 24cf4a704..18a6f4ac8 100644 --- a/Library/Formula/trang.rb +++ b/Library/Formula/trang.rb @@ -3,7 +3,7 @@ require 'formula'  class Trang < Formula    homepage 'http://code.google.com/p/jing-trang/'    url 'http://jing-trang.googlecode.com/files/trang-20091111.zip' -  md5 '9d31799b948c350850eb9dd14e5b832d' +  sha1 'b5f1fd4b63f347c8d0575bd1922f94316240cb29'    def install      libexec.install Dir["*"] diff --git a/Library/Formula/transcode.rb b/Library/Formula/transcode.rb index 24f83fee6..8e39e029e 100644 --- a/Library/Formula/transcode.rb +++ b/Library/Formula/transcode.rb @@ -3,7 +3,7 @@ require 'formula'  class Transcode < Formula    url 'http://download.berlios.de/tcforge/transcode-1.1.5.tar.bz2'    homepage 'http://www.transcoding.org/' -  md5 '41ac6b1c0fe30f3aab286e771fc31b9e' +  sha1 '48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'    depends_on 'pkg-config' => :build    depends_on 'sdl' diff --git a/Library/Formula/tre.rb b/Library/Formula/tre.rb index 61383a539..7777f595e 100644 --- a/Library/Formula/tre.rb +++ b/Library/Formula/tre.rb @@ -3,7 +3,7 @@ require 'formula'  class Tre < Formula    url 'http://laurikari.net/tre/tre-0.8.0.tar.bz2'    homepage 'http://laurikari.net/tre/' -  md5 'b4d3232593dadf6746f4727bdda20b41' +  sha1 'a41692e64b40ebae3cffe83931ddbf8420a10ae3'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb index de5e92cc8..46eaedb0f 100644 --- a/Library/Formula/tree.rb +++ b/Library/Formula/tree.rb @@ -3,7 +3,7 @@ require 'formula'  class Tree < Formula    homepage 'http://mama.indstate.edu/users/ice/tree/'    url 'http://mama.indstate.edu/users/ice/tree/src/tree-1.6.0.tgz' -  md5 '04e967a3f4108d50cde3b4b0e89e970a' +  sha1 '350f851f68859a011668362dd0e7ee81fd1b713a'    def install      ENV.append 'CFLAGS', '-fomit-frame-pointer' diff --git a/Library/Formula/treecc.rb b/Library/Formula/treecc.rb index 61dce1b71..fbb0d073b 100644 --- a/Library/Formula/treecc.rb +++ b/Library/Formula/treecc.rb @@ -3,7 +3,7 @@ require 'formula'  class Treecc < Formula    url 'http://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-0.3.10.tar.gz'    homepage 'http://gnu.org/software/dotgnu/treecc/treecc.html' -  md5 'def09f2132f87d6a38a0718e2f14ee61' +  sha1 'f905cb535559b0e2d04fa86da14de240f5b1e44f'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/triangle.rb b/Library/Formula/triangle.rb index c16aabc83..838672298 100644 --- a/Library/Formula/triangle.rb +++ b/Library/Formula/triangle.rb @@ -3,7 +3,7 @@ require 'formula'  class Triangle < Formula    homepage 'http://www.cs.cmu.edu/~quake/triangle.html'    url 'http://www.netlib.org/voronoi/triangle.zip' -  md5 '10aff8d7950f5e0e2fb6dd2e340be2c9' +  sha1 '63d11e0b5bf097eb946a4da4ee18ddf279e16fc4'    version '1.6'    def install diff --git a/Library/Formula/ttf2eot.rb b/Library/Formula/ttf2eot.rb index b79e9ed6d..a18b54bad 100644 --- a/Library/Formula/ttf2eot.rb +++ b/Library/Formula/ttf2eot.rb @@ -3,7 +3,7 @@ require 'formula'  class Ttf2eot < Formula    url 'http://ttf2eot.googlecode.com/files/ttf2eot-0.0.2-2.tar.gz'    homepage 'http://code.google.com/p/ttf2eot/' -  md5 '97c9ceb0ded362bf2e6dd3a3a9360f8d' +  sha1 'c9a64216e7a090cb50f7a5074865218623dea75d'    def install      system "make" diff --git a/Library/Formula/ttf2pt1.rb b/Library/Formula/ttf2pt1.rb index 799c3288f..bbba06a9f 100644 --- a/Library/Formula/ttf2pt1.rb +++ b/Library/Formula/ttf2pt1.rb @@ -3,7 +3,7 @@ require 'formula'  class Ttf2pt1 < Formula    homepage 'http://ttf2pt1.sourceforge.net/'    url 'http://downloads.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tgz' -  md5 'cb143c07cc83167875ca09ea720d4932' +  sha1 '936771b11a740c16a8e0adb737b54b22cca18cb2'    def patches      # From MacPorts, needed to find free-type on OS X. diff --git a/Library/Formula/ttyrec.rb b/Library/Formula/ttyrec.rb index fc3bd49c7..b9075e8e7 100644 --- a/Library/Formula/ttyrec.rb +++ b/Library/Formula/ttyrec.rb @@ -3,7 +3,7 @@ require 'formula'  class Ttyrec < Formula    url 'http://0xcc.net/ttyrec/ttyrec-1.0.8.tar.gz'    homepage 'http://0xcc.net/ttyrec/' -  md5 'ee74158c6c55ae16327595c70369ef83' +  sha1 '645f1e2a1ac4b2a32ad314711fb3da014ce9684d'    def install      bin.mkpath diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index 7b7b46f93..a2aec43cb 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -3,7 +3,7 @@ require 'formula'  class Tup < Formula    homepage 'http://gittup.org/tup/'    url 'https://github.com/gittup/tup/tarball/v0.6' -  md5 '335ab8f5348955b4bfe2c8e7b22df4c7' +  sha1 '62c83456e6d211ca4ef3026c63231d107e107dd9'    head 'https://github.com/gittup/tup.git'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/txt2tags.rb b/Library/Formula/txt2tags.rb index 6d0e61f0e..ac1d2ea1b 100644 --- a/Library/Formula/txt2tags.rb +++ b/Library/Formula/txt2tags.rb @@ -3,7 +3,7 @@ require 'formula'  class Txt2tags < Formula    url 'http://txt2tags.googlecode.com/files/txt2tags-2.6.tgz'    homepage 'http://txt2tags.org' -  md5 'ac09fd624f1e3a553d5f0e01271cc0ee' +  sha1 '91bc47e02b9ec7f2fa39c8f7ff5c260164a74718'    def install      bin.install 'txt2tags' diff --git a/Library/Formula/typespeed.rb b/Library/Formula/typespeed.rb index 9cf7df520..a7f4559d2 100644 --- a/Library/Formula/typespeed.rb +++ b/Library/Formula/typespeed.rb @@ -3,7 +3,7 @@ require 'formula'  class Typespeed < Formula    url 'http://downloads.sourceforge.net/project/typespeed/typespeed/0.6.5/typespeed-0.6.5.tar.gz'    homepage 'http://typespeed.sourceforge.net' -  md5 '578102b418c7df84903d3e90df2e7483' +  sha1 'b44be835404b840ba6d5408b42868d0af454d57d'    def install      # Fix the hardcoded gcc. diff --git a/Library/Formula/uade.rb b/Library/Formula/uade.rb index 89f13431a..430a317cd 100644 --- a/Library/Formula/uade.rb +++ b/Library/Formula/uade.rb @@ -3,7 +3,7 @@ require 'formula'  class Uade < Formula    url 'http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2'    homepage 'http://zakalwe.fi/uade/' -  md5 '29bb1018b7fa58f93b246264c160bdc6' +  sha1 '61c5ce9dfecc37addf233de06be196c9b15a91d8'    depends_on 'pkg-config' => :build    depends_on 'libao' diff --git a/Library/Formula/uchardet.rb b/Library/Formula/uchardet.rb index b9e5493a0..0f38051fd 100644 --- a/Library/Formula/uchardet.rb +++ b/Library/Formula/uchardet.rb @@ -3,7 +3,7 @@ require 'formula'  class Uchardet < Formula    url 'http://uchardet.googlecode.com/files/uchardet-0.0.1.tar.gz'    homepage 'http://code.google.com/p/uchardet/' -  md5 '9c17f0aca38c66c95d400691a9160b1b' +  sha1 'c81264cca67f3e7c46e284288f8cab7a34b3f386'    depends_on 'cmake' => :build diff --git a/Library/Formula/ucl.rb b/Library/Formula/ucl.rb index b9df52576..1a5410ee6 100644 --- a/Library/Formula/ucl.rb +++ b/Library/Formula/ucl.rb @@ -3,7 +3,7 @@ require 'formula'  class Ucl < Formula    url 'http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz'    homepage 'http://www.oberhumer.com/opensource/ucl/' -  md5 '852bd691d8abc75b52053465846fba34' +  sha1 '5847003d136fbbca1334dd5de10554c76c755f7c'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/udis86.rb b/Library/Formula/udis86.rb index 61d2bf937..620dcfa67 100644 --- a/Library/Formula/udis86.rb +++ b/Library/Formula/udis86.rb @@ -3,7 +3,7 @@ require 'formula'  class Udis86 < Formula    homepage 'http://udis86.sourceforge.net'    url 'http://downloads.sourceforge.net/udis86/udis86-1.7.tar.gz' -  md5 'e279108e10f774e6c3af83caa18f5dc3' +  sha1 '1a9949e33024542a24a948af5d9cbee34ff64695'    option :universal diff --git a/Library/Formula/ufraw.rb b/Library/Formula/ufraw.rb index cbcac3e02..cecd2583d 100644 --- a/Library/Formula/ufraw.rb +++ b/Library/Formula/ufraw.rb @@ -3,7 +3,7 @@ require 'formula'  class Ufraw < Formula    url 'http://sourceforge.net/project/downloading.php?group_id=127649&filename=ufraw-0.18.tar.gz'    homepage 'http://ufraw.sourceforge.net' -  md5 '454f40a402928998a82e2645d9265d96' +  sha1 '41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/uim.rb b/Library/Formula/uim.rb index 5855060d1..4f6df5620 100644 --- a/Library/Formula/uim.rb +++ b/Library/Formula/uim.rb @@ -3,7 +3,7 @@ require 'formula'  class Uim < Formula    url 'http://uim.googlecode.com/files/uim-1.6.0.tar.bz2'    homepage 'http://code.google.com/p/uim/' -  md5 'cb3b9b2adaff3db9dec43658f30e9f89' +  sha1 'd27f2ca8136da0702c82f0522911d06b2b8f8ea7'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb index 2d4a02299..291f770f9 100644 --- a/Library/Formula/uncrustify.rb +++ b/Library/Formula/uncrustify.rb @@ -4,7 +4,7 @@ class Uncrustify < Formula    url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.59/uncrustify-0.59.tar.gz'    head 'https://github.com/bengardner/uncrustify.git'    homepage 'http://uncrustify.sourceforge.net/' -  md5 'ebd8607286073c5234371aa35e085754' +  sha1 '233e4f6cb34ef7020ce49e5b5d14f0d46f277e31'    def install      system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" diff --git a/Library/Formula/unfs3.rb b/Library/Formula/unfs3.rb index 7f12d4cd9..badfb2f3c 100644 --- a/Library/Formula/unfs3.rb +++ b/Library/Formula/unfs3.rb @@ -3,7 +3,7 @@ require 'formula'  class Unfs3 < Formula    url 'http://sourceforge.net/projects/unfs3/files/unfs3/0.9.22/unfs3-0.9.22.tar.gz'    homepage 'http://unfs3.sourceforge.net' -  md5 'ddf679a5d4d80096a59f3affc64f16e5' +  sha1 'a6c83e1210ce75836c672cd76e66577bfef7a17a'    def install      ENV.j1 # Build is not parallel-safe diff --git a/Library/Formula/unifdef.rb b/Library/Formula/unifdef.rb index 775a3897c..98384281d 100644 --- a/Library/Formula/unifdef.rb +++ b/Library/Formula/unifdef.rb @@ -3,7 +3,7 @@ require 'formula'  class Unifdef < Formula    url 'http://dotat.at/prog/unifdef/unifdef-2.6.tar.gz'    homepage 'http://dotat.at/prog/unifdef/' -  md5 '18b832baea2c7b6b00bd7d4f3db38f62' +  sha1 '1b9bea1c4abc2c8fa3f90d6340200f9bd6ead6d9'    keg_only :provided_by_osx,      "The unifdef provided by Xcode cannot compile gevent." diff --git a/Library/Formula/unison.rb b/Library/Formula/unison.rb index 888c99b2a..44a2a6b4b 100644 --- a/Library/Formula/unison.rb +++ b/Library/Formula/unison.rb @@ -3,7 +3,7 @@ require 'formula'  class Unison < Formula    url 'http://www.seas.upenn.edu/~bcpierce/unison/download/releases/unison-2.40.63/unison-2.40.63.tar.gz'    homepage 'http://www.cis.upenn.edu/~bcpierce/unison/' -  md5 '3281207850cf6f0a17fe73f371893bd3' +  sha1 '645e70bc37a5d4e8e9ccb7bad065fc579b18cf75'    depends_on 'objective-caml' diff --git a/Library/Formula/unittest.rb b/Library/Formula/unittest.rb index ce541e32f..0f15a7d18 100644 --- a/Library/Formula/unittest.rb +++ b/Library/Formula/unittest.rb @@ -3,7 +3,7 @@ require 'formula'  class Unittest < Formula    url 'http://unittest.red-bean.com/tar/unittest-0.50-62.tar.gz'    homepage 'http://unittest.red-bean.com/' -  md5 'e77615162141b23a78adcda929d58d61' +  sha1 '95d15db78e60d0f96b321177c2f3f52c619634b3'    fails_with :llvm do      build 2334 diff --git a/Library/Formula/unixodbc.rb b/Library/Formula/unixodbc.rb index c2ffa03a3..0eeb17dde 100644 --- a/Library/Formula/unixodbc.rb +++ b/Library/Formula/unixodbc.rb @@ -3,7 +3,7 @@ require 'formula'  class Unixodbc < Formula    url 'http://www.unixodbc.org/unixODBC-2.3.1.tar.gz'    homepage 'http://www.unixodbc.org/' -  md5 '86788d4006620fa1f171c13d07fdcaab' +  sha1 '815cbc4f34e1a6d95daf3a5ab74e6ed3a586aad7'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/unpaper.rb b/Library/Formula/unpaper.rb index d8c8e6876..d45a7b372 100644 --- a/Library/Formula/unpaper.rb +++ b/Library/Formula/unpaper.rb @@ -3,7 +3,7 @@ require 'formula'  class Unpaper < Formula    url 'http://download.berlios.de/unpaper/unpaper-0.3.tar.gz'    homepage 'http://unpaper.berlios.de/' -  md5 'be41eaf8556e7df39ab53939c99c4f7b' +  sha1 '120eee7c635eeb8ea75431c2dfba89bd8c132493'    def install      # Fix make.sh to take CFLAGS/LDFLAGS from environment diff --git a/Library/Formula/unshield.rb b/Library/Formula/unshield.rb index 423644f53..7c639ff00 100644 --- a/Library/Formula/unshield.rb +++ b/Library/Formula/unshield.rb @@ -3,7 +3,7 @@ require 'formula'  class Unshield < Formula    homepage 'http://www.synce.org/oldwiki/index.php/Unshield'    url 'http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz' -  md5 '31a829192a255160d1f71cda4c865c9c' +  sha1 '3e1197116145405f786709608a5a636a19f4f3e1'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/uptimed.rb b/Library/Formula/uptimed.rb index 1220ac7d0..d8a0dc39c 100644 --- a/Library/Formula/uptimed.rb +++ b/Library/Formula/uptimed.rb @@ -3,7 +3,7 @@ require 'formula'  class Uptimed < Formula    url 'http://podgorny.cz/uptimed/releases/uptimed-0.3.12.tar.bz2'    homepage 'http://podgorny.cz/moin/Uptimed' -  md5 'c523d6434b672107ea00559bb38eb050' +  sha1 '753ab59bb99d7b88a35174ce83081ad0bb224e56'    # Stripping symbols breaks uptimed    skip_clean :all diff --git a/Library/Formula/upx.rb b/Library/Formula/upx.rb index fd93a08c5..d4d8ef3ad 100644 --- a/Library/Formula/upx.rb +++ b/Library/Formula/upx.rb @@ -4,7 +4,7 @@ class Upx < Formula    url 'http://upx.sourceforge.net/download/upx-3.08-src.tar.bz2'    head 'http://upx.hg.sourceforge.net:8000/hgroot/upx/upx', :using => :hg    homepage 'http://upx.sourceforge.net' -  md5 '54c76fa52cad578ff23ef98aee91e3f5' +  sha1 '5ccbc0aacfd3aaee407eceab06ec5989bf1d153a'    depends_on 'ucl' diff --git a/Library/Formula/urlview.rb b/Library/Formula/urlview.rb index cdfd6dcd4..33ff97541 100644 --- a/Library/Formula/urlview.rb +++ b/Library/Formula/urlview.rb @@ -4,7 +4,7 @@ class Urlview < Formula    url 'http://mirrors.kernel.org/debian/pool/main/u/urlview/urlview_0.9.orig.tar.gz'    mirror 'http://ftp.us.debian.org/debian/pool/main/u/urlview/urlview_0.9.orig.tar.gz'    homepage 'http://packages.debian.org/unstable/misc/urlview' -  md5 '4f253c82b59136181b1f0bf218ef059d' +  sha1 '323af9ba30ba87ec600531629f5dd84c720984b6'    def patches      "http://ftp.aarnet.edu.au/debian/pool/main/u/urlview/urlview_0.9-18.1.diff.gz" diff --git a/Library/Formula/urweb.rb b/Library/Formula/urweb.rb index ecb99ab7f..1f51c7421 100644 --- a/Library/Formula/urweb.rb +++ b/Library/Formula/urweb.rb @@ -3,7 +3,7 @@ require 'formula'  class Urweb < Formula    homepage 'http://impredicative.com/ur/'    url 'http://impredicative.com/ur/urweb-20120807.tgz' -  md5 'c4860d5a72f1ef7754f180a25f77b915' +  sha1 '81c4a8095b2c6bb0f6779dd242270750f59627cf'    head 'http://hg.impredicative.com/urweb', :using => :hg    depends_on :automake diff --git a/Library/Formula/usbmuxd.rb b/Library/Formula/usbmuxd.rb index c0736361c..9e2527b48 100644 --- a/Library/Formula/usbmuxd.rb +++ b/Library/Formula/usbmuxd.rb @@ -3,7 +3,7 @@ require 'formula'  class Usbmuxd < Formula    homepage 'http://marcansoft.com/blog/iphonelinux/usbmuxd/'    url 'http://www.libimobiledevice.org/downloads/usbmuxd-1.0.8.tar.bz2' -  md5 '4b33cc78e479e0f9a6745f9b9a8b60a8' +  sha1 '56bd90d5ff94c1d9c528f8b49deffea25b7384e8'    head 'http://cgit.sukimashita.com/usbmuxd.git' diff --git a/Library/Formula/utimer.rb b/Library/Formula/utimer.rb index e148e3eeb..5ed33b2c7 100644 --- a/Library/Formula/utimer.rb +++ b/Library/Formula/utimer.rb @@ -3,7 +3,7 @@ require 'formula'  class Utimer < Formula    url 'http://utimer.codealpha.net/dl.php?file=utimer-0.4.tar.gz'    homepage 'http://utimer.codealpha.net/utimer/' -  md5 '5fc82bcea449bdc3527a6833a1196641' +  sha1 'b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/vbindiff.rb b/Library/Formula/vbindiff.rb index 2c376223e..538c42d82 100644 --- a/Library/Formula/vbindiff.rb +++ b/Library/Formula/vbindiff.rb @@ -3,7 +3,7 @@ require 'formula'  class Vbindiff < Formula    url 'http://www.cjmweb.net/vbindiff/vbindiff-3.0_beta4.tar.gz'    version '3.0_beta4' -  md5 'dbda80ef580e1a0975ef50b9aaa5210e' +  sha1 '0e8c63debafe3d5bb8741e0254c95457d78c7f2d'    homepage 'http://www.cjmweb.net/vbindiff/'    def install diff --git a/Library/Formula/vcdimager.rb b/Library/Formula/vcdimager.rb index 2db13324a..81029d524 100644 --- a/Library/Formula/vcdimager.rb +++ b/Library/Formula/vcdimager.rb @@ -4,7 +4,7 @@ class Vcdimager < Formula    homepage 'http://www.gnu.org/software/vcdimager/'    url 'http://ftpmirror.gnu.org/vcdimager/vcdimager-0.7.24.tar.gz'    mirror 'http://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.24.tar.gz' -  md5 '3af22978fd79c79d5fda6513b6811145' +  sha1 '8c245555c3e21dcbc3d4dbb2ecca74f609545424'    depends_on 'pkg-config' => :build    depends_on 'libcdio' diff --git a/Library/Formula/vcftools.rb b/Library/Formula/vcftools.rb index 3a97c725d..6dc170014 100644 --- a/Library/Formula/vcftools.rb +++ b/Library/Formula/vcftools.rb @@ -3,7 +3,7 @@ require 'formula'  class Vcftools < Formula    homepage 'http://vcftools.sourceforge.net/index.html'    url 'http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.9.tar.gz' -  md5 '57f3b8d7ecb26a12559595851607f023' +  sha1 '86fc8bea605543f8c286b164bc23ee9b2a76215e'    def install      system "make", "install", "PREFIX=#{prefix}", "CPP=#{ENV.cxx}" diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb index b1f29371b..247f5ae43 100644 --- a/Library/Formula/vcodex.rb +++ b/Library/Formula/vcodex.rb @@ -15,7 +15,7 @@ class Vcodex < Formula    url 'http://www2.research.att.com/~gsf/download/tgz.att-src/vcodex.2005-05-22.tgz',        :using => VcodexDownloadStrategy    homepage 'http://www2.research.att.com/~gsf/download/ref/vcodex/vcodex.html' -  md5 'a773e26272568dbd182b7664802f7d29' +  sha1 '2a9b766b580149cc66c6d5cbc95fe2a390f45a18'    version '2005-05-22'    def patches; DATA; end diff --git a/Library/Formula/vf.rb b/Library/Formula/vf.rb index 0158fa440..9b7ff9c5a 100644 --- a/Library/Formula/vf.rb +++ b/Library/Formula/vf.rb @@ -3,7 +3,7 @@ require 'formula'  class Vf < Formula    url 'https://github.com/glejeune/vf/tarball/0.0.1'    homepage 'https://github.com/glejeune/vf' -  md5 'c1d1c7dd52a960b01c5870165593dc35' +  sha1 '7284328776ada13bafd91e08b8cc90f1239e96b5'    head 'https://github.com/glejeune/vf.git' diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb index 00c5e8d8a..4fea26e31 100644 --- a/Library/Formula/vice.rb +++ b/Library/Formula/vice.rb @@ -2,7 +2,7 @@ require 'formula'  class Vice < Formula    url "http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.3.tar.gz" -  md5 "b48d137874daad50c087a0686cbdde34" +  sha1 '5e7e1a375a4ca8c4895dc1552162955fdffce296'    homepage 'http://vice-emu.sourceforge.net/'    depends_on 'jpeg' diff --git a/Library/Formula/vilistextum.rb b/Library/Formula/vilistextum.rb index 36babf5da..84ecdfe71 100644 --- a/Library/Formula/vilistextum.rb +++ b/Library/Formula/vilistextum.rb @@ -3,7 +3,7 @@ require 'formula'  class Vilistextum < Formula    url 'http://bhaak.dyndns.org/vilistextum/vilistextum-2.6.9.tar.gz'    homepage 'http://bhaak.dyndns.org/vilistextum/' -  md5 '5ba56ffdc56758da716bb46c3e0f517e' +  sha1 'd62fe5213b61c0d0356bb2e60757dd535ac0a82b'    def install      system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/vimeo-downloader.rb b/Library/Formula/vimeo-downloader.rb index b4b3c5980..3d64962a7 100644 --- a/Library/Formula/vimeo-downloader.rb +++ b/Library/Formula/vimeo-downloader.rb @@ -3,7 +3,7 @@ require 'formula'  class VimeoDownloader < Formula    url 'http://ossguy.com/video_hosts/vimeo_downloader.sh'    homepage 'http://ossguy.com/?p=841' -  md5 '8aa9a45ad7b7b8f7f8e5369a5fc3d336' +  sha1 'd49792a22ec442fa0b3cf5f70d13793f342c6e26'    version '0.3.1'    def install diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb index 35b8207fe..4f8896532 100644 --- a/Library/Formula/vimpager.rb +++ b/Library/Formula/vimpager.rb @@ -3,7 +3,7 @@ require 'formula'  class Vimpager < Formula    homepage 'https://github.com/rkitover/vimpager'    url 'https://github.com/rkitover/vimpager/tarball/1.7.1' -  md5 'be130d49deaa5c8914ec0f475c561379' +  sha1 '4e44e3af13e4ca927a2d9fcda15b3ecb958dbd06'    head 'https://github.com/rkitover/vimpager.git'    def install diff --git a/Library/Formula/vip.rb b/Library/Formula/vip.rb index 4b646456d..34ac44e99 100644 --- a/Library/Formula/vip.rb +++ b/Library/Formula/vip.rb @@ -2,7 +2,7 @@ require 'formula'  class VipMan < Formula    url 'http://www.cs.duke.edu/~des/scripts/vip.man' -  md5 'e94b80d7e594c68e13813e371250e521' +  sha1 '0b2794b5ac2792af5fcf1d97f9aae04798eac049'    version '19970805'  end @@ -10,7 +10,7 @@ class Vip < Formula    url 'http://www.cs.duke.edu/~des/scripts/vip'    version '19971113'    homepage 'http://www.cs.duke.edu/~des/vip.html' -  md5 '46b21408dcbaa4e58a862207bb70c42f' +  sha1 '0b2794b5ac2792af5fcf1d97f9aae04798eac049'    # use awk and /var/tmp as temporary directory    def patches; DATA; end diff --git a/Library/Formula/virtualhost.sh.rb b/Library/Formula/virtualhost.sh.rb index 0b2686e6a..1675d0d57 100644 --- a/Library/Formula/virtualhost.sh.rb +++ b/Library/Formula/virtualhost.sh.rb @@ -3,7 +3,7 @@ require 'formula'  class VirtualhostSh < Formula    url 'https://github.com/pgib/virtualhost.sh/tarball/1.23'    homepage 'https://github.com/pgib/virtualhost.sh' -  md5 'c64f7fa01abfae56853e8af39b3913cb' +  sha1 '837eac3163de16c83f94a1f4e5e6c8c24aa65bc8'    head 'https://github.com/pgib/virtualhost.sh.git' diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb index 77dc17fdc..5eaacd873 100644 --- a/Library/Formula/virtuoso.rb +++ b/Library/Formula/virtuoso.rb @@ -3,7 +3,7 @@ require 'formula'  class Virtuoso < Formula    homepage 'http://virtuoso.openlinksw.com/wiki/main/'    url 'http://downloads.sourceforge.net/project/virtuoso/virtuoso/6.1.5/virtuoso-opensource-6.1.5.tar.gz' -  md5 '61b53395e14a11dd7e7715b50261b9eb' +  sha1 '83e3061ebf5f554c0ff153030d21c85fe5b5abfb'    # If gawk isn't found, make fails deep into the process.    depends_on 'gawk' diff --git a/Library/Formula/visitors.rb b/Library/Formula/visitors.rb index 312273d99..677698f42 100644 --- a/Library/Formula/visitors.rb +++ b/Library/Formula/visitors.rb @@ -3,7 +3,7 @@ require 'formula'  class Visitors < Formula    url 'http://www.hping.org/visitors/visitors-0.7.tar.gz'    homepage 'http://www.hping.org/visitors/' -  md5 '32ede76af83c6b1b7d2cdc5fe5178f6d' +  sha1 'cdccdfb82001c7c3dadf68456574cac1a5d941e3'    def install      system "make" diff --git a/Library/Formula/vmalloc.rb b/Library/Formula/vmalloc.rb index cc55efd7e..b23e8764b 100644 --- a/Library/Formula/vmalloc.rb +++ b/Library/Formula/vmalloc.rb @@ -13,7 +13,7 @@ class Vmalloc < Formula    url 'http://www2.research.att.com/~gsf/download/tgz/vmalloc.2005-02-01.tgz',        :using => VmallocDownloadStrategy    homepage 'http://www2.research.att.com/sw/download/' -  md5 '564db0825820ecd18308de2933075980' +  sha1 '13e45960831226b2b2ac93cdbe23d1d4c6e7eb38'    version '2005-02-01'    def install diff --git a/Library/Formula/vnstat.rb b/Library/Formula/vnstat.rb index 2c3607a8f..227a00ec5 100644 --- a/Library/Formula/vnstat.rb +++ b/Library/Formula/vnstat.rb @@ -3,7 +3,7 @@ require 'formula'  class Vnstat < Formula    homepage 'http://humdi.net/vnstat/'    url 'http://humdi.net/vnstat/vnstat-1.11.tar.gz' -  md5 'a5a113f9176cd61fb954f2ba297f5fdb' +  sha1 '92494f38a752dcf60053af2a6d8977737da7e616'    def install      inreplace "src/cfg.c", '/etc/vnstat.conf', "#{etc}/vnstat.conf" diff --git a/Library/Formula/vobcopy.rb b/Library/Formula/vobcopy.rb index 4b90749b6..52836ab42 100644 --- a/Library/Formula/vobcopy.rb +++ b/Library/Formula/vobcopy.rb @@ -3,7 +3,7 @@ require 'formula'  class Vobcopy < Formula    url 'http://vobcopy.org/download/vobcopy-1.2.0.tar.bz2'    homepage 'http://vobcopy.org' -  md5 '88f735ccd051093ff40dab4597bc586e' +  sha1 'a848a777f0e477d42a20a52718599d5da00c36db'    depends_on 'libdvdread'    depends_on 'libdvdcss' diff --git a/Library/Formula/vorbis-tools.rb b/Library/Formula/vorbis-tools.rb index a5bef4c7f..699efd629 100644 --- a/Library/Formula/vorbis-tools.rb +++ b/Library/Formula/vorbis-tools.rb @@ -2,7 +2,7 @@ require 'formula'  class VorbisTools < Formula    url 'http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz' -  md5 '567e0fb8d321b2cd7124f8208b8b90e6' +  sha1 'fc6a820bdb5ad6fcac074721fab5c3f96eaf6562'    homepage 'http://vorbis.com'    depends_on 'libogg' diff --git a/Library/Formula/vorbisgain.rb b/Library/Formula/vorbisgain.rb index 695111af6..76751eb3d 100644 --- a/Library/Formula/vorbisgain.rb +++ b/Library/Formula/vorbisgain.rb @@ -3,7 +3,7 @@ require 'formula'  class Vorbisgain < Formula    url 'http://sjeng.org/ftp/vorbis/vorbisgain-0.37.tar.gz'    homepage 'http://sjeng.org/vorbisgain.html' -  md5 '850b05a7b2b0ee67edb5a27b8c6ac3a2' +  sha1 'bd79764a83a8ee327df85c538ec798a6d3f240be'    depends_on 'libvorbis'    depends_on 'libogg' diff --git a/Library/Formula/vte.rb b/Library/Formula/vte.rb index aa26279ee..848d95a79 100644 --- a/Library/Formula/vte.rb +++ b/Library/Formula/vte.rb @@ -3,7 +3,7 @@ require 'formula'  class Vte < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/vte/0.28/vte-0.28.0.tar.bz2'    homepage 'http://developer.gnome.org/vte/' -  md5 'c21e08e973a47a9d105c24506e537848' +  sha1 '49b66a0346da09c72f59e5c544cc5b50e7de9bc1'    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build diff --git a/Library/Formula/wakeonlan.rb b/Library/Formula/wakeonlan.rb index a21e987d0..0d4deb02c 100644 --- a/Library/Formula/wakeonlan.rb +++ b/Library/Formula/wakeonlan.rb @@ -3,7 +3,7 @@ require 'formula'  class Wakeonlan < Formula    url 'http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-0.41.tar.gz'    homepage 'http://gsd.di.uminho.pt/jpo/software/wakeonlan/' -  md5 'd3143c5fe92d16196ac853b55dd421b5' +  sha1 '95ed4be631e291fc07a72d5625a1ee915b35f85f'    def install      system "perl", "Makefile.PL" diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index 501de8103..733cdb3a6 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -3,7 +3,7 @@ require 'formula'  class Watch < Formula    homepage 'http://procps.sourceforge.net/'    url 'http://procps.sourceforge.net/procps-3.2.8.tar.gz' -  md5 '9532714b6846013ca9898984ba4cd7e0' +  sha1 'a0c86790569dec26b5d9037e8868ca907acc9829'    def install      system "make", "watch", "PKG_LDFLAGS=-Wl" diff --git a/Library/Formula/wavpack.rb b/Library/Formula/wavpack.rb index 699ebb14a..c3b68d054 100644 --- a/Library/Formula/wavpack.rb +++ b/Library/Formula/wavpack.rb @@ -3,7 +3,7 @@ require 'formula'  class Wavpack < Formula    url 'http://www.wavpack.com/wavpack-4.60.1.tar.bz2'    homepage 'http://www.wavpack.com/' -  md5 '7bb1528f910e4d0003426c02db856063' +  sha1 '003c65cb4e29c55011cf8e7b10d69120df5e7f30'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/wbox.rb b/Library/Formula/wbox.rb index 006ae4794..05c59d9d5 100644 --- a/Library/Formula/wbox.rb +++ b/Library/Formula/wbox.rb @@ -3,7 +3,7 @@ require 'formula'  class Wbox < Formula    homepage 'http://hping.org/wbox/'    url 'http://hping.org/wbox/wbox-5.tar.gz' -  md5 'a95ca2c69982db10704b5ed482c9c722' +  sha1 '5f20fca378c8abf53bb6a9069ecdebeb40a74147'    def install      system "make" diff --git a/Library/Formula/wdfs.rb b/Library/Formula/wdfs.rb index ccaa7edc3..a121fce49 100644 --- a/Library/Formula/wdfs.rb +++ b/Library/Formula/wdfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Wdfs < Formula    homepage 'http://noedler.de/projekte/wdfs/'    url 'http://noedler.de/projekte/wdfs/wdfs-1.4.2.tar.gz' -  md5 '628bb44194d04c1cf8aacc446ed0a230' +  sha1 '71ae2e355d00bc1fbe7093b0a3b15ddc76a74516'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/wdiff.rb b/Library/Formula/wdiff.rb index ba8171df9..4e381148b 100644 --- a/Library/Formula/wdiff.rb +++ b/Library/Formula/wdiff.rb @@ -4,7 +4,7 @@ class Wdiff < Formula    homepage 'http://www.gnu.org/software/wdiff/'    url 'http://ftpmirror.gnu.org/wdiff/wdiff-1.1.2.tar.gz'    mirror 'http://ftp.gnu.org/gnu/wdiff/wdiff-1.1.2.tar.gz' -  md5 'ac51497a2b33094c484237049803a697' +  sha1 '5b3ab95bd6a77fce8f194069ac0ac823593258fc'    depends_on 'gettext' => :optional diff --git a/Library/Formula/web100clt.rb b/Library/Formula/web100clt.rb index 3e9aaf809..f3b79828e 100644 --- a/Library/Formula/web100clt.rb +++ b/Library/Formula/web100clt.rb @@ -3,7 +3,7 @@ require 'formula'  class Web100clt < Formula    homepage 'http://www.internet2.edu/performance/ndt/'    url 'http://software.internet2.edu/sources/ndt/ndt-3.6.4.tar.gz' -  md5 '098d9d55536b8a0ab07ef13eb15b7fd4' +  sha1 'a83f086cc9fbe802dfd0ff3b6631acf29461b75e'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/webalizer.rb b/Library/Formula/webalizer.rb index b8e95966a..1d1e715e5 100644 --- a/Library/Formula/webalizer.rb +++ b/Library/Formula/webalizer.rb @@ -4,7 +4,7 @@ class Webalizer < Formula    homepage 'http://www.mrunix.net/webalizer/'    url 'ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-05-src.tgz'    version '2.23-05' -  md5 '304338cf3b1e9389123380d5f7d88d58' +  sha1 'bc28ff28d9484c8e9793ec081c7cbfcb1f577351'    depends_on 'gd'    depends_on 'berkeley-db' diff --git a/Library/Formula/webfs.rb b/Library/Formula/webfs.rb index d85f920df..ca1ce00a9 100644 --- a/Library/Formula/webfs.rb +++ b/Library/Formula/webfs.rb @@ -3,7 +3,7 @@ require 'formula'  class Webfs < Formula    url 'http://dl.bytesex.org/releases/webfs/webfs-1.21.tar.gz'    homepage 'http://linux.bytesex.org/misc/webfs.html' -  md5 '6dc125fe160479404147e7bbfc781dbc' +  sha1 'a38880d8cb21e415244d220115ede7b573ac890c'    def patches      {:p0 => "https://trac.macports.org/export/21504/trunk/dports/www/webfs/files/patch-ls.c"} diff --git a/Library/Formula/whatmask.rb b/Library/Formula/whatmask.rb index 9e15e0f54..2efd6d420 100644 --- a/Library/Formula/whatmask.rb +++ b/Library/Formula/whatmask.rb @@ -3,7 +3,7 @@ require 'formula'  class Whatmask < Formula    url 'http://downloads.laffeycomputer.com/current_builds/whatmask/whatmask-1.2.tar.gz'    homepage 'http://www.laffeycomputer.com/whatmask.html' -  md5 '26aeff74dbba70262ccd426e681dcf4a' +  sha1 '313762672acacd40de8021132b1024a5c96e2ad5'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/when.rb b/Library/Formula/when.rb index 198b642db..d9e44cf04 100644 --- a/Library/Formula/when.rb +++ b/Library/Formula/when.rb @@ -3,7 +3,7 @@ require 'formula'  class When < Formula    homepage 'http://www.lightandmatter.com/when/when.html'    url 'http://www.lightandmatter.com/when/when.tar.gz' -  md5 'e094bcff1e5a267094f14a50b673aab4' +  sha1 'fba571196d347bb3017af3551fe5e0920a54ef8e'    version '1.1.29'    def install diff --git a/Library/Formula/whohas.rb b/Library/Formula/whohas.rb index 56675df3f..0a0b0ebc4 100644 --- a/Library/Formula/whohas.rb +++ b/Library/Formula/whohas.rb @@ -3,7 +3,7 @@ require 'formula'  class Whohas < Formula    url 'http://www.philippwesche.org/200811/whohas/whohas-0.29.tar.gz'    homepage 'http://www.philippwesche.org/200811/whohas/intro.html' -  md5 'd12590e7d2c3c123b4cfb5b93ed4e902' +  sha1 '6c171275db45ab6b7f259613432e93ef879610b8'    depends_on 'LWP::UserAgent' => :perl diff --git a/Library/Formula/winexe.rb b/Library/Formula/winexe.rb index dd7b8065e..4f5107c73 100644 --- a/Library/Formula/winexe.rb +++ b/Library/Formula/winexe.rb @@ -3,7 +3,7 @@ require 'formula'  class Winexe < Formula    homepage 'http://sourceforge.net/projects/winexe/'    url 'http://sourceforge.net/projects/winexe/files/winexe-1.00.tar.gz' -  md5 '48325521ddc40d14087d1480dc83d51e' +  sha1 'bdb598745953fcad3a9b6bba8f728c2b714a7aeb'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/wla-dx.rb b/Library/Formula/wla-dx.rb index 1bc600543..56758b256 100644 --- a/Library/Formula/wla-dx.rb +++ b/Library/Formula/wla-dx.rb @@ -3,7 +3,7 @@ require 'formula'  class WlaDx < Formula    homepage 'http://www.villehelin.com/wla.html'    url 'http://www.villehelin.com/wla_dx_9.5a.tar.gz' -  md5 '5930d9142c7b99026e021234be527a9c' +  sha1 '2d14c33b985a594686ca8343488de7c41d690b9d'    head 'https://wladx.svn.sourceforge.net/svnroot/wladx' diff --git a/Library/Formula/wmctrl.rb b/Library/Formula/wmctrl.rb index 97f7a515f..93b6c1c74 100644 --- a/Library/Formula/wmctrl.rb +++ b/Library/Formula/wmctrl.rb @@ -3,7 +3,7 @@ require 'formula'  class Wmctrl < Formula    homepage 'http://sweb.cz/tripie/utils/wmctrl/'    url 'http://tomas.styblo.name/wmctrl/dist/wmctrl-1.07.tar.gz' -  md5 '1fe3c7a2caa6071e071ba34f587e1555' +  sha1 'a123019a7fd5adc3e393fc1108cb706268a34e4d'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/wopr.rb b/Library/Formula/wopr.rb index c89946555..7412da9a8 100644 --- a/Library/Formula/wopr.rb +++ b/Library/Formula/wopr.rb @@ -3,7 +3,7 @@ require 'formula'  class Wopr < Formula    homepage 'http://ilk.uvt.nl/wopr'    url 'http://software.ticc.uvt.nl/wopr-1.34.2.tar.gz' -  md5 'e5db98a6b39358d05cddb88b7ae88d7a' +  sha1 'da53c5dfbc9927a391481b9e56ffeceaf1aab0ff'    depends_on 'pkg-config' => :build    depends_on 'timbl' diff --git a/Library/Formula/wordnet.rb b/Library/Formula/wordnet.rb index fb0b719e4..4a6aef936 100644 --- a/Library/Formula/wordnet.rb +++ b/Library/Formula/wordnet.rb @@ -3,7 +3,7 @@ require 'formula'  class Wordnet < Formula    url 'http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.bz2'    homepage 'http://wordnet.princeton.edu/' -  md5 '89b4db7c6840ce69a8e315a3f83d996b' +  sha1 'aeb7887cb4935756cf77deb1ea86973dff0e32fb'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/wps2odt.rb b/Library/Formula/wps2odt.rb index 6903c30d3..da1f4c201 100644 --- a/Library/Formula/wps2odt.rb +++ b/Library/Formula/wps2odt.rb @@ -3,7 +3,7 @@ require 'formula'  class Wps2odt < Formula    homepage 'http://libwps.sourceforge.net'    url 'http://sourceforge.net/projects/libwps/files/wps2odt/wps2odt-0.2.0/wps2odt-0.2.0.tar.bz2' -  md5 '32c91f7b1f241ad96154643b046fd264' +  sha1 '94e1c911ee2dd4ddf262035c20721c09ca795831'    depends_on 'libwps' diff --git a/Library/Formula/wput.rb b/Library/Formula/wput.rb index ede8c902b..ba459e47d 100644 --- a/Library/Formula/wput.rb +++ b/Library/Formula/wput.rb @@ -3,7 +3,7 @@ require 'formula'  class Wput < Formula    homepage 'http://wput.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/wput/wput/0.6.2/wput-0.6.2.tgz' -  md5 'a14c4c13d91d04d6119bdc977e8a8bdf' +  sha1 'c058f76395672d1fbbb839c958d6537e82fc88b7'    # The patch is to skip inclusion of malloc.h only on OSX. Upstream:    # https://sourceforge.net/tracker/?func=detail&aid=3481469&group_id=141519&atid=749615 diff --git a/Library/Formula/wrangler.rb b/Library/Formula/wrangler.rb index df1e9fa6b..546e672ee 100644 --- a/Library/Formula/wrangler.rb +++ b/Library/Formula/wrangler.rb @@ -3,7 +3,7 @@ require 'formula'  class Wrangler < Formula    homepage 'http://www.cs.kent.ac.uk/projects/forse/'    url 'http://www.cs.kent.ac.uk/projects/forse/wrangler/wrangler-0.9/wrangler-0.9.3.1.tar.gz' -  md5 '64582d6d2955d739edf6edb255becb91' +  sha1 'a0afccf0ad08c070e275d48b4cbd179b4368bba4'    depends_on 'erlang' diff --git a/Library/Formula/wv.rb b/Library/Formula/wv.rb index 4211c8b0d..a3655d4c3 100644 --- a/Library/Formula/wv.rb +++ b/Library/Formula/wv.rb @@ -3,7 +3,7 @@ require 'formula'  class Wv < Formula    url 'http://abisource.com/downloads/wv/1.2.5/wv-1.2.5.tar.gz'    homepage 'http://wvware.sourceforge.net/' -  md5 'ae506eae4825c93d0cd7939ce6cbae41' +  sha1 'a196a31ca1c4083436d9414b9bf4809c0fd7c33c'    depends_on 'glib'    depends_on 'libgsf' diff --git a/Library/Formula/wv2.rb b/Library/Formula/wv2.rb index 90a2269fc..f5b8567d2 100644 --- a/Library/Formula/wv2.rb +++ b/Library/Formula/wv2.rb @@ -3,7 +3,7 @@ require 'formula'  class Wv2 < Formula    url 'http://downloads.sourceforge.net/project/wvware/wv2-0.4.2.tar.bz2'    homepage 'http://wvware.sourceforge.net/' -  md5 '850ed8e44a84e7bf0610747827018cbc' +  sha1 'f04fceb02c048ae46fbe679caaf694e40214a547'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/wwwoffle.rb b/Library/Formula/wwwoffle.rb index f867ceafa..44b74fe68 100644 --- a/Library/Formula/wwwoffle.rb +++ b/Library/Formula/wwwoffle.rb @@ -3,7 +3,7 @@ require 'formula'  class Wwwoffle < Formula    homepage 'http://www.gedanken.demon.co.uk/wwwoffle/'    url 'http://www.gedanken.demon.co.uk/download-wwwoffle/wwwoffle-2.9h.tgz' -  md5 'a1c93ad6aa4a5095f19ca9fc6b1a7227' +  sha1 '14b30fd66ca8a95e90489323fb6ade3ffd60ad49'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/wyrd.rb b/Library/Formula/wyrd.rb index 7b83aaa05..23454bb5d 100644 --- a/Library/Formula/wyrd.rb +++ b/Library/Formula/wyrd.rb @@ -3,7 +3,7 @@ require 'formula'  class Wyrd < Formula    url 'http://pessimization.com/software/wyrd/wyrd-1.4.5.tar.gz'    homepage 'http://pessimization.com/software/wyrd/' -  md5 '3f39fa83a54d2d890823094aba9ca3cc' +  sha1 '97b6c03ca532e5c209c112f5fb050cafbcecce6d'    depends_on 'remind'    depends_on 'objective-caml' diff --git a/Library/Formula/xa.rb b/Library/Formula/xa.rb index dfa9a6896..3d15dbaea 100644 --- a/Library/Formula/xa.rb +++ b/Library/Formula/xa.rb @@ -3,7 +3,7 @@ require 'formula'  class Xa < Formula    homepage 'http://www.floodgap.com/retrotech/xa/'    url 'http://www.floodgap.com/retrotech/xa/dists/xa-2.3.5.tar.gz' -  md5 'edd15aa8674fb86225faf34e56d5cab2' +  sha1 'd8f4564953adfcee69faacfa300b954875fabe21'    def install      system "make", "CC=#{ENV.cc}", diff --git a/Library/Formula/xar.rb b/Library/Formula/xar.rb index 0896a421f..843107b7e 100644 --- a/Library/Formula/xar.rb +++ b/Library/Formula/xar.rb @@ -3,7 +3,7 @@ require 'formula'  class Xar < Formula    homepage 'http://code.google.com/p/xar/'    url 'http://xar.googlecode.com/files/xar-1.5.2.tar.gz' -  md5 '8eabb055d3387b8edc30ecfb08d2e80d' +  sha1 'eb411a92167387aa5d06a81970f7e929ec3087c9'    # Known issue upstream:    # http://code.google.com/p/xar/issues/detail?id=51 diff --git a/Library/Formula/xaric.rb b/Library/Formula/xaric.rb index fb8f72cac..60c3be508 100644 --- a/Library/Formula/xaric.rb +++ b/Library/Formula/xaric.rb @@ -3,7 +3,7 @@ require 'formula'  class Xaric < Formula    url 'http://xaric.org/software/xaric/releases/xaric-0.13.6.tar.gz'    homepage 'http://xaric.org/' -  md5 '3523edcd8c8d5234b87c56c86c2dfdfc' +  sha1 'ed10e395dea29fdf7bbc0d65389d789d7d4ca09b'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/xastir.rb b/Library/Formula/xastir.rb index 8deda9203..c9792d237 100644 --- a/Library/Formula/xastir.rb +++ b/Library/Formula/xastir.rb @@ -3,7 +3,7 @@ require 'formula'  class Xastir < Formula    homepage 'http://www.xastir.org/'    url 'http://downloads.sourceforge.net/xastir/xastir-2.0.0.tar.gz' -  md5 '3e660b8168c9037b06e20b0579af3c80' +  sha1 '4dcb6445df134362353a49d34acf866250f205b7'    depends_on 'proj'    depends_on 'pcre' diff --git a/Library/Formula/xaw3d.rb b/Library/Formula/xaw3d.rb index 9994a35e8..c696f12d6 100644 --- a/Library/Formula/xaw3d.rb +++ b/Library/Formula/xaw3d.rb @@ -3,7 +3,7 @@ require 'formula'  class Xaw3d < Formula    homepage 'http://freshmeat.net/projects/xaw3d'    url 'ftp://ftp.visi.com/users/hawkeyd/X/Xaw3d-1.5E.tar.gz' -  md5 '29ecfdcd6bcf47f62ecfd672d31269a1' +  sha1 'efc5b923feda52866c859c59a5b553cb675a69d1'    depends_on 'imake' => :build    depends_on :x11 diff --git a/Library/Formula/xchat.rb b/Library/Formula/xchat.rb index 7eb0916c0..ef647ded0 100644 --- a/Library/Formula/xchat.rb +++ b/Library/Formula/xchat.rb @@ -3,7 +3,7 @@ require 'formula'  class Xchat < Formula    homepage 'http://xchat.org'    url 'http://xchat.org/files/source/2.8/xchat-2.8.8.tar.bz2' -  md5 '6775c44f38e84d06c06c336b32c4a452' +  sha1 'a4ac161e4e40f4bbabc492675a1ff4380dba8d68'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/xclip.rb b/Library/Formula/xclip.rb index f0fe103fb..0a18c9c62 100644 --- a/Library/Formula/xclip.rb +++ b/Library/Formula/xclip.rb @@ -3,7 +3,7 @@ require 'formula'  class Xclip < Formula    homepage 'http://xclip.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/xclip/xclip/0.12/xclip-0.12.tar.gz' -  md5 'f7e19d3e976fecdc1ea36cd39e39900d' +  sha1 'aed2cff18b9aecfe3377ad064c6a67518bbec211'    depends_on :x11 diff --git a/Library/Formula/xdotool.rb b/Library/Formula/xdotool.rb index e3468cd14..a1038deeb 100644 --- a/Library/Formula/xdotool.rb +++ b/Library/Formula/xdotool.rb @@ -3,7 +3,7 @@ require 'formula'  class Xdotool < Formula    homepage 'http://www.semicomplete.com/projects/xdotool/'    url 'http://semicomplete.googlecode.com/files/xdotool-2.20110530.1.tar.gz' -  md5 '62d0c2158bbaf882a1cf580421437b2f' +  sha1 'bf8372b2e76e8ee3884763cee6e8b3f66bf29aa6'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/xerces-c.rb b/Library/Formula/xerces-c.rb index 5d9218496..b32bb64ae 100644 --- a/Library/Formula/xerces-c.rb +++ b/Library/Formula/xerces-c.rb @@ -3,7 +3,7 @@ require 'formula'  class XercesC < Formula    url 'http://www.apache.org/dyn/closer.cgi?path=xerces/c/3/sources/xerces-c-3.1.1.tar.gz'    homepage 'http://xerces.apache.org/xerces-c/' -  md5 '6a8ec45d83c8cfb1584c5a5345cb51ae' +  sha1 '177ec838c5119df57ec77eddec9a29f7e754c8b2'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb index 35bf6c79c..b3e045cff 100644 --- a/Library/Formula/xml-security-c.rb +++ b/Library/Formula/xml-security-c.rb @@ -3,7 +3,7 @@ require 'formula'  class XmlSecurityC < Formula    url 'http://www.apache.org/dyn/closer.cgi?path=%2Fsantuario%2Fc-library%2Fxml-security-c-1.6.1.tar.gz'    homepage 'http://santuario.apache.org/' -  md5 '808316c80a7453b6d50a0bceb7ebe9bc' +  sha1 '239304659752eb214f3516b6c457c99f0e6467c7'    depends_on 'xerces-c' diff --git a/Library/Formula/xml2rfc.rb b/Library/Formula/xml2rfc.rb index 26bc8c3aa..ae6dfac6d 100644 --- a/Library/Formula/xml2rfc.rb +++ b/Library/Formula/xml2rfc.rb @@ -3,7 +3,7 @@ require 'formula'  class Xml2rfc < Formula    url 'http://xml.resource.org/authoring/xml2rfc-1.36.tgz'    homepage 'http://xml.resource.org/' -  md5 'f96aa187e2ef86affe2843b556556b60' +  sha1 '36d02694d1a7392c58045162cd935adab3e7a244'    head 'http://svn.tools.ietf.org/svn/tools/xml2rfc/trunk',      :using => StrictSubversionDownloadStrategy diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb index 045efae27..2daa3953e 100644 --- a/Library/Formula/xmlformat.rb +++ b/Library/Formula/xmlformat.rb @@ -3,7 +3,7 @@ require 'formula'  class Xmlformat < Formula    url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'    homepage 'http://www.kitebird.com/software/xmlformat/' -  md5 '1703822838de817cead71f6ca2041137' +  sha1 '405057df0b8160775d486b671348820359b4b85d'    def install      bin.install "xmlformat.rb" => "xmlformat" diff --git a/Library/Formula/xmlstarlet.rb b/Library/Formula/xmlstarlet.rb index 6efcd7495..310837b40 100644 --- a/Library/Formula/xmlstarlet.rb +++ b/Library/Formula/xmlstarlet.rb @@ -3,7 +3,7 @@ require 'formula'  class Xmlstarlet < Formula    homepage 'http://xmlstar.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/1.3.1/xmlstarlet-1.3.1.tar.gz' -  md5 '5173ad3f01ec0ba0d54bd1fbfc057abf' +  sha1 'e78fe51bd2a420cd5ddcecf989d369745a8473d8'    def install      # thanks, xmlstarlet but OS X doesn't have the static versions diff --git a/Library/Formula/xmltoman.rb b/Library/Formula/xmltoman.rb index 8d0929069..81431b2ca 100644 --- a/Library/Formula/xmltoman.rb +++ b/Library/Formula/xmltoman.rb @@ -3,7 +3,7 @@ require 'formula'  class Xmltoman < Formula    url 'http://downloads.sourceforge.net/project/xmltoman/xmltoman/xmltoman-0.4.tar.gz/xmltoman-0.4.tar.gz'    homepage 'http://sourceforge.net/projects/xmltoman/' -  md5 '99be944b9fce40b3fe397049bf14a097' +  sha1 '151f75d78d1fa53bca25b94dc00e46a27fabfee8'    def install      # generate the man files from their original XML sources diff --git a/Library/Formula/xmp.rb b/Library/Formula/xmp.rb index 3a1ae8bd7..422726afb 100644 --- a/Library/Formula/xmp.rb +++ b/Library/Formula/xmp.rb @@ -3,7 +3,7 @@ require 'formula'  class Xmp < Formula    url 'http://downloads.sourceforge.net/project/xmp/xmp/3.5.0/xmp-3.5.0.tar.gz'    homepage 'http://xmp.sourceforge.net' -  md5 '47e54e6dfa88ce37370054d4a3ea955f' +  sha1 '0707b586a445b4c3aab50eb1a6b9feb431a20983'    def install      system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/xpdf.rb b/Library/Formula/xpdf.rb index 84e951e14..4851d2766 100644 --- a/Library/Formula/xpdf.rb +++ b/Library/Formula/xpdf.rb @@ -3,7 +3,7 @@ require 'formula'  class Xpdf < Formula    homepage 'http://www.foolabs.com/xpdf/'    url 'ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz' -  md5 'af75f772bee0e5ae4a811ff9d03eac5a' +  sha1 '499423e8a795e0efd76ca798239eb4d0d52fe248'    depends_on 'lesstif'    depends_on :x11 diff --git a/Library/Formula/xspin.rb b/Library/Formula/xspin.rb index 027d1a490..66bda17f6 100644 --- a/Library/Formula/xspin.rb +++ b/Library/Formula/xspin.rb @@ -3,7 +3,7 @@ require 'formula'  class Xspin < Formula    url 'http://spinroot.com/spin/Src/xspin525.tcl'    homepage 'http://spinroot.com/spin/Src/index.html' -  md5 '4b41ff53c1834168aa183def9036bbb7' +  sha1 '8166ccc6830f052e31162bec618c17452a988b5d'    version '5.2.5'    depends_on 'spin' diff --git a/Library/Formula/xspringies.rb b/Library/Formula/xspringies.rb index a19114c50..ee736c053 100644 --- a/Library/Formula/xspringies.rb +++ b/Library/Formula/xspringies.rb @@ -3,7 +3,7 @@ require 'formula'  class Xspringies < Formula    homepage 'http://www.cs.rutgers.edu/~decarlo/software.html'    url 'http://www.cs.rutgers.edu/~decarlo/software/xspringies-1.12.tar.Z' -  md5 '14b14916471874e9d0569ab5f4e8d492' +  sha1 '7898352b444f7eca8ad90a609330935b7eafa1c2'    depends_on :x11 diff --git a/Library/Formula/xvid.rb b/Library/Formula/xvid.rb index 920ed60e1..0016396fd 100644 --- a/Library/Formula/xvid.rb +++ b/Library/Formula/xvid.rb @@ -3,7 +3,7 @@ require 'formula'  class Xvid < Formula    url 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz'    homepage 'http://www.xvid.org' -  md5 '87c8cf7b69ebed93c2d82ea5709d098a' +  sha1 '56e065d331545ade04c63c91153b9624b51d6e1b'    def install      cd 'build/generic' do diff --git a/Library/Formula/yamdi.rb b/Library/Formula/yamdi.rb index 9aa4adc70..e216d84d3 100644 --- a/Library/Formula/yamdi.rb +++ b/Library/Formula/yamdi.rb @@ -3,7 +3,7 @@ require 'formula'  class Yamdi < Formula    homepage 'http://yamdi.sourceforge.net/'    url 'http://downloads.sourceforge.net/project/yamdi/yamdi/1.8/yamdi-1.8.tar.gz' -  md5 '7562f6e28247013cd09e62c4c91272d5' +  sha1 'daea2b7262ba1278a62525dafd3e8366d72fe2c3'    def install      system "#{ENV.cc} #{ENV.cflags} yamdi.c -o yamdi" diff --git a/Library/Formula/yara.rb b/Library/Formula/yara.rb index 805471a88..030ce2074 100644 --- a/Library/Formula/yara.rb +++ b/Library/Formula/yara.rb @@ -3,7 +3,7 @@ require 'formula'  class Yara < Formula    homepage 'http://code.google.com/p/yara-project/'    url 'http://yara-project.googlecode.com/files/yara-1.6.tar.gz' -  md5 'c54fe284181df90e0520810797821287' +  sha1 'd51fe954992a5de8ebab91b5f53d31a8e7e76503'    depends_on 'pcre' diff --git a/Library/Formula/yarp.rb b/Library/Formula/yarp.rb index ae1a63483..b2a96e966 100644 --- a/Library/Formula/yarp.rb +++ b/Library/Formula/yarp.rb @@ -3,7 +3,7 @@ require 'formula'  class Yarp < Formula    homepage 'http://yarp.it'    url 'http://downloads.sourceforge.net/yarp0/yarp-2.3.19.tar.gz' -  md5 '7b8d10245626f8a88d8914af50e46da0' +  sha1 'be2954a7ef7b1cb0bbb2ec1ac07371b5847a9ce6'    head 'https://yarp0.svn.sourceforge.net/svnroot/yarp0/trunk/yarp2' diff --git a/Library/Formula/yconalyzer.rb b/Library/Formula/yconalyzer.rb index 3c4ec597e..fb01e920c 100644 --- a/Library/Formula/yconalyzer.rb +++ b/Library/Formula/yconalyzer.rb @@ -3,7 +3,7 @@ require 'formula'  class Yconalyzer < Formula    url 'http://downloads.sourceforge.net/project/yconalyzer/yconalyzer-1.0.4.tar.bz2'    homepage 'http://sourceforge.net/projects/yconalyzer/' -  md5 '9b65a86d9c6aaf7717b9e2c7c1c4891e' +  sha1 'a8fcbf1ce2a0e8612448cc997e904cc572473bcc'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/yuicompressor.rb b/Library/Formula/yuicompressor.rb index fa4f961e9..569cf8500 100644 --- a/Library/Formula/yuicompressor.rb +++ b/Library/Formula/yuicompressor.rb @@ -3,7 +3,7 @@ require 'formula'  class Yuicompressor < Formula    homepage 'http://yuilibrary.com/projects/yuicompressor'    url 'http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.7.zip' -  md5 '885657c68ed617737e730b4c2ce52dda' +  sha1 '64d209cae769cee2b89217ba226543001c59d27b'    def install      libexec.install "build/yuicompressor-#{version}.jar" diff --git a/Library/Formula/zbar.rb b/Library/Formula/zbar.rb index b3098fe85..3822c3acd 100644 --- a/Library/Formula/zbar.rb +++ b/Library/Formula/zbar.rb @@ -3,7 +3,7 @@ require 'formula'  class Zbar < Formula    url 'http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-0.10.tar.bz2'    homepage 'http://zbar.sourceforge.net' -  md5 '0fd61eb590ac1bab62a77913c8b086a5' +  sha1 '273b47c26788faba4325baecc34063e27a012963'    depends_on 'pkg-config' => :build    depends_on 'jpeg' diff --git a/Library/Formula/zdelta.rb b/Library/Formula/zdelta.rb index efeea588e..0fa241b31 100644 --- a/Library/Formula/zdelta.rb +++ b/Library/Formula/zdelta.rb @@ -3,7 +3,7 @@ require 'formula'  class Zdelta < Formula    homepage 'http://cis.poly.edu/zdelta/'    url 'http://cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz' -  md5 'c69583a64f42f69a39e297d0d27d77e5' +  sha1 'd25af5d630c4f65f2c57ee84a3e9e0068eac432f'    def install      system "make", "test", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" diff --git a/Library/Formula/zsh-lovers.rb b/Library/Formula/zsh-lovers.rb index b6ca09fa1..cbfd1ab30 100644 --- a/Library/Formula/zsh-lovers.rb +++ b/Library/Formula/zsh-lovers.rb @@ -3,7 +3,7 @@ require 'formula'  class ZshLovers < Formula    url 'http://grml.org/zsh/zsh-lovers.1'    homepage 'http://grml.org/zsh/#zshlovers' -  md5 '60c8be931150f3d12d04be834e61035c' +  sha1 'a080ac915acd0239690fb6ad1eed35422f1424aa'    version '0.8.3'    def install diff --git a/Library/Formula/zssh.rb b/Library/Formula/zssh.rb index ad9acb5aa..6daed79ad 100644 --- a/Library/Formula/zssh.rb +++ b/Library/Formula/zssh.rb @@ -3,7 +3,7 @@ require 'formula'  class Zssh < Formula    url 'http://sourceforge.net/projects/zssh/files/zssh/1.5/zssh-1.5c.tgz'    homepage 'http://zssh.sourceforge.net/' -  md5 '9f140ec2705a96d6a936b7dca0e8dd13' +  sha1 '68dc9b8572646ef63909b3855e7990d75f49926c'    depends_on 'lrzsz' diff --git a/Library/Formula/zsync.rb b/Library/Formula/zsync.rb index ea0a0f295..49b86d62f 100644 --- a/Library/Formula/zsync.rb +++ b/Library/Formula/zsync.rb @@ -3,7 +3,7 @@ require 'formula'  class Zsync < Formula    homepage 'http://zsync.moria.org.uk/'    url 'http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2' -  md5 '862f90bafda118c4d3c5ee6477e50841' +  sha1 '5e69f084c8adaad6a677b68f7388ae0f9507617a'    def install      system "./configure", "--disable-dependency-tracking", diff --git a/Library/Formula/zzuf.rb b/Library/Formula/zzuf.rb index a09df27c3..7c5338459 100644 --- a/Library/Formula/zzuf.rb +++ b/Library/Formula/zzuf.rb @@ -3,7 +3,7 @@ require 'formula'  class Zzuf < Formula    url 'http://caca.zoy.org/files/zzuf/zzuf-0.13.tar.gz'    homepage 'http://caca.zoy.org/wiki/zzuf' -  md5 '74579c429f9691f641a14f408997d42d' +  sha1 '19f904d63d045194885639c381a607ca86a319b5'    def patches      # Fix OS X-specific bug in zzuf 0.13; see https://trac.macports.org/ticket/29157 | 
