mkvdts2ac3 1.6.0

Closes: https://github.com/JakeWharton/mkvdts2ac3/issues/72

Signed-off-by: Deniz Türkoglu <turkoglu.deniz@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Deniz Türkoglu 2013-04-08 22:08:41 +02:00 committed by Adam Vandenberg
parent 0d0e2eb137
commit 8628dd520d

14
Formula/mkvdts2ac3.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class Mkvdts2ac3 < Formula
homepage 'https://github.com/JakeWharton/mkvdts2ac3'
url 'https://github.com/JakeWharton/mkvdts2ac3/archive/1.6.0.tar.gz'
sha1 'e427eb6875d935dc228c42e99c3cd19c7ceaa322'
depends_on 'mkvtoolnix'
depends_on 'ffmpeg'
def install
bin.install "mkvdts2ac3.sh" => "mkvdts2ac3"
end
end