xvid 1.3.3
Closes Homebrew/homebrew#32930. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f9e0a6af57
commit
f9ea41be91
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ require 'formula'
|
||||||
|
|
||||||
class Xvid < Formula
|
class Xvid < Formula
|
||||||
homepage 'http://www.xvid.org'
|
homepage 'http://www.xvid.org'
|
||||||
url 'http://fossies.org/unix/privat/xvidcore-1.3.2.tar.gz'
|
url 'http://fossies.org/unix/privat/xvidcore-1.3.3.tar.gz'
|
||||||
# Official download takes a long time to fail, so set it as the mirror for now
|
# Official download takes a long time to fail, so set it as the mirror for now
|
||||||
mirror 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz'
|
mirror 'http://downloads.xvid.org/downloads/xvidcore-1.3.3.tar.gz'
|
||||||
sha1 '56e065d331545ade04c63c91153b9624b51d6e1b'
|
sha1 '465763c92679ca230526d4890d17dbf6d6974b08'
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue