libebml 1.2.2
Closes Homebrew/homebrew#7900. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
194952fef2
commit
39cd502630
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Libebml < Formula
|
||||
# This is the official source, but it's frequently down. Use the mktoolnix mirror instead.
|
||||
# url 'http://dl.matroska.org/downloads/libebml/libebml-1.2.1.tar.bz2'
|
||||
url 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libebml-1.2.1.tar.bz2'
|
||||
url 'http://dl.matroska.org/downloads/libebml/libebml-1.2.2.tar.bz2'
|
||||
mirror 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libebml-1.2.2.tar.bz2'
|
||||
homepage 'http://www.matroska.org/'
|
||||
md5 '13c5a10e260e703d3a7f003fdc995183'
|
||||
md5 '726cc2bd1a525929ff35ff9854c0ebab'
|
||||
|
||||
def install
|
||||
system 'cp -r make/linux make/darwin'
|
||||
|
|
Loading…
Reference in a new issue