Updated taglib formula to use taglib 1.8
Closes Homebrew/homebrew#15059. Signed-off-by: Max Howell <mxcl@me.com>
This commit is contained in:
parent
6646c71e86
commit
57fdce0a09
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue