avidemux 2.6.8
This commit is contained in:
parent
70a4b2a21a
commit
d9534e0f4e
1 changed files with 3 additions and 5 deletions
|
@ -3,11 +3,10 @@ require 'formula'
|
|||
# Help! Wanted: someone who can get Avidemux working with SDL.
|
||||
|
||||
class Avidemux < Formula
|
||||
homepage 'http://avidemux.sourceforge.net/'
|
||||
url 'https://downloads.sourceforge.net/avidemux/avidemux_2.6.4.tar.gz'
|
||||
sha1 '7ed55fd5cfb6cfa73ebb9058af72fa2e3c9717c3'
|
||||
homepage 'http://fixounet.free.fr/avidemux/'
|
||||
url 'https://downloads.sourceforge.net/avidemux/avidemux_2.6.8.tar.gz'
|
||||
sha1 '50f3dfe270e6272fce46d725b198b9d0dd95664b'
|
||||
head 'git://gitorious.org/avidemux2-6/avidemux2-6.git'
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha1 "0f2b3d5a4a496458809204a3c126505f6473394e" => :mavericks
|
||||
|
@ -44,7 +43,6 @@ class Avidemux < Formula
|
|||
depends_on 'libcaca' => :recommended
|
||||
depends_on 'qt' => :recommended
|
||||
|
||||
|
||||
def install
|
||||
ENV['REV'] = version.to_s
|
||||
|
||||
|
|
Loading…
Reference in a new issue