aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBilal Syed Hussain2012-09-22 22:01:20 +0200
committerMax Howell2012-09-22 19:48:04 -0400
commit4b7554ccd9b7cdc2570d3586871fdf612c40992f (patch)
tree8d8b66e418e2b8c8088ff6374f3bd614481e999a /Library/Formula
parent01af5daad689f8f766a43d3ac19ed6c13afedc89 (diff)
downloadhomebrew-4b7554ccd9b7cdc2570d3586871fdf612c40992f.tar.bz2
Updated taglib formula to use taglib 1.8
Closes #15059. Signed-off-by: Max Howell <mxcl@me.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/taglib.rb4
1 files changed, 2 insertions, 2 deletions
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