aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-14 09:41:13 -0700
committerAdam Vandenberg2013-05-14 09:41:13 -0700
commit8161eef239e99d477033afbed9679a8ce4aaf8a0 (patch)
treeafab94a5a95e607b10a1f8c6bf7bf93a03bd9e58 /Library/Formula
parentb82deccbab0ead2924675f00da02daba080974b7 (diff)
downloadhomebrew-8161eef239e99d477033afbed9679a8ce4aaf8a0.tar.bz2
id3v2 0.1.12
Closes #19808.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/id3v2.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb
index 1a3bf54af..1ccc0cb41 100644
--- a/Library/Formula/id3v2.rb
+++ b/Library/Formula/id3v2.rb
@@ -2,17 +2,12 @@ require 'formula'
class Id3v2 < Formula
homepage 'http://id3v2.sourceforge.net/'
- url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.11/id3v2-0.1.11.tar.gz'
- sha1 'ca825d851ca0c6a5783af107dc6baa7aa93f0bad'
+ url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.12/id3v2-0.1.12.tar.gz'
+ sha1 '8f42153b2f53098c221da2e8fe42170e727cd9ad'
depends_on 'id3lib'
def install
- inreplace 'Makefile' do |s|
- s.gsub! 'c++', ENV.cxx
- s.gsub! '/man/man1', '/share/man/man1'
- end
-
bin.mkpath
man1.mkpath
system "make", "install", "PREFIX=#{prefix}"