libid3tag: use sha1 rather than md5.
This commit is contained in:
parent
f629464b02
commit
d5b0d34a50
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Libid3tag < Formula
|
||||
url 'http://downloads.sourceforge.net/project/mad/libid3tag/0.15.1b/libid3tag-0.15.1b.tar.gz'
|
||||
md5 'e5808ad997ba32c498803822078748c3'
|
||||
sha1 '4d867e8a8436e73cd7762fe0e85958e35f1e4306'
|
||||
|
||||
def id3tag_pc
|
||||
return <<-EOS
|
||||
|
|
Loading…
Reference in a new issue