aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/id3lib.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-08-22 22:55:10 -0700
committerMike McQuaid2012-08-22 22:58:11 -0700
commit79ac287e2d9897c75287b46721dc970c9bbaa328 (patch)
treef992f3214434f18b9b4198e03e9d550d144a46a3 /Library/Formula/id3lib.rb
parent6ce66dd49f32b4b3aaa1d8e1976a8f789edb6900 (diff)
downloadhomebrew-79ac287e2d9897c75287b46721dc970c9bbaa328.tar.bz2
id3lib: use sha1 rather than md5.
Diffstat (limited to 'Library/Formula/id3lib.rb')
-rw-r--r--Library/Formula/id3lib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb
index 73759cd8b..f3c30165e 100644
--- a/Library/Formula/id3lib.rb
+++ b/Library/Formula/id3lib.rb
@@ -4,7 +4,7 @@ class Id3lib < Formula
url 'http://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz'
head "cvs://:pserver:anonymous@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel"
homepage 'http://id3lib.sourceforge.net/'
- md5 '19f27ddd2dda4b2d26a559a4f0f402a7'
+ sha1 'c92c880da41d1ec0b242745a901702ae87970838'
def patches
p = []