From 4b7554ccd9b7cdc2570d3586871fdf612c40992f Mon Sep 17 00:00:00 2001 From: Bilal Syed Hussain Date: Sat, 22 Sep 2012 22:01:20 +0200 Subject: Updated taglib formula to use taglib 1.8 Closes #15059. Signed-off-by: Max Howell --- Library/Formula/taglib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/taglib.rb b/Library/Formula/taglib.rb index 411a31012..0945ee0db 100644 --- a/Library/Formula/taglib.rb +++ b/Library/Formula/taglib.rb @@ -2,8 +2,8 @@ require 'formula' class Taglib < Formula homepage 'http://taglib.github.com/' - url 'https://github.com/downloads/taglib/taglib/taglib-1.7.2.tar.gz' - sha1 'e657384ccf3284db2daba32dccece74534286012' + url 'https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz' + sha1 'bdbfd746fde42401d3a77cd930c7802d374a692d' depends_on 'cmake' => :build -- cgit v1.2.3