libxspf: add 1.2.0 bottle.

This commit is contained in:
BrewTestBot 2014-07-03 22:27:44 +01:00 committed by Mike McQuaid
parent 0c5cb40a50
commit a2e8765175

View file

@ -5,6 +5,13 @@ class Libxspf < Formula
url 'http://downloads.xiph.org/releases/xspf/libxspf-1.2.0.tar.bz2'
sha1 '23bbc0573636928210f42699029941dd06b20a1d'
bottle do
cellar :any
sha1 "d858c927da52a6405c92ad6aa6e27243b10be5b8" => :mavericks
sha1 "129184060997e8de693d05353a17186eedeb6bd7" => :mountain_lion
sha1 "8fabe7ae1a7ee2685207f67b33aee57d06697a1e" => :lion
end
depends_on 'pkg-config' => :build
depends_on 'cpptest'
depends_on 'uriparser'