diff options
| author | Stephen Reay | 2014-06-21 11:03:50 +0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-21 08:17:39 +0100 | 
| commit | e5328ded121e27503341a0c9972cf4b6e30c5f59 (patch) | |
| tree | 263dfd8fad22fcc2c6df12ffaec2f67de4c3d4d3 | |
| parent | ac093d46cdd7ace9f54b8aad3427fe38438d32ba (diff) | |
| download | homebrew-e5328ded121e27503341a0c9972cf4b6e30c5f59.tar.bz2 | |
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 <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/mkvdts2ac3.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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' | 
