Update libmatroska to 1.0.0
parent
0c3ebf102f
commit
3e65b21055
|
@ -2,10 +2,10 @@ require 'formula'
|
||||||
|
|
||||||
class Libmatroska <Formula
|
class Libmatroska <Formula
|
||||||
# This is the official source, but it's frequently down. Use the mktoolnix mirror instead.
|
# This is the official source, but it's frequently down. Use the mktoolnix mirror instead.
|
||||||
# url 'http://dl.matroska.org/downloads/libmatroska/libmatroska-0.8.1.tar.bz2'
|
# url 'http://dl.matroska.org/downloads/libmatroska/libmatroska-1.0.0.tar.bz2'
|
||||||
url 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libmatroska-0.8.1.tar.bz2'
|
url 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libmatroska-1.0.0.tar.bz2'
|
||||||
homepage 'http://www.matroska.org/'
|
homepage 'http://www.matroska.org/'
|
||||||
md5 '2ceb8235e5189fe4e79ec25ebd97b56b'
|
md5 '4efcf3945b17a6f0320cf1aaa326a4de'
|
||||||
|
|
||||||
depends_on 'libebml'
|
depends_on 'libebml'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue