aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/alac.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/alac.rb')
-rw-r--r--Library/Formula/alac.rb2
1 files changed, 1 insertions, 1 deletions
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}"