From e5328ded121e27503341a0c9972cf4b6e30c5f59 Mon Sep 17 00:00:00 2001 From: Stephen Reay Date: Sat, 21 Jun 2014 11:03:50 +0700 Subject: mkvdts2ac3: add support for --HEAD option. Adds support for using upstream git HEAD, to fix compatibility issues identified in #30328 Closes #30329. Signed-off-by: Mike McQuaid --- Library/Formula/mkvdts2ac3.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mkvdts2ac3.rb b/Library/Formula/mkvdts2ac3.rb index d31d6776d..0910372f3 100644 --- a/Library/Formula/mkvdts2ac3.rb +++ b/Library/Formula/mkvdts2ac3.rb @@ -2,6 +2,8 @@ require 'formula' class Mkvdts2ac3 < Formula homepage 'https://github.com/JakeWharton/mkvdts2ac3' + head 'https://github.com/JakeWharton/mkvdts2ac3.git' + url 'https://github.com/JakeWharton/mkvdts2ac3/archive/1.6.0.tar.gz' sha1 'e427eb6875d935dc228c42e99c3cd19c7ceaa322' -- cgit v1.2.3