diff options
Diffstat (limited to 'Library/Formula/cuetools.rb')
| -rw-r--r-- | Library/Formula/cuetools.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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", | 
