diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/id3v2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb index 4f20547cc..1a3bf54af 100644 --- a/Library/Formula/id3v2.rb +++ b/Library/Formula/id3v2.rb @@ -1,8 +1,8 @@ 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/' + url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.11/id3v2-0.1.11.tar.gz' sha1 'ca825d851ca0c6a5783af107dc6baa7aa93f0bad' depends_on 'id3lib' |
