From c5a87b1faf558cc64c51dd948f54d2550136b115 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Fri, 18 Oct 2013 18:55:35 -0500 Subject: [PATCH] taglib v1.9.1 Signed-off-by: Adam Vandenberg --- Formula/taglib.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/taglib.rb b/Formula/taglib.rb index 19cb0d4d1ec..032ea81a017 100644 --- a/Formula/taglib.rb +++ b/Formula/taglib.rb @@ -2,8 +2,8 @@ require 'formula' class Taglib < Formula homepage 'http://taglib.github.io/' - url 'https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz' - sha1 'bdbfd746fde42401d3a77cd930c7802d374a692d' + url 'https://github.com/taglib/taglib/archive/v1.9.1.tar.gz' + sha1 '44165eda04d49214a0c4de121a4d99ae18b9670b' depends_on 'cmake' => :build