Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libass 0.13.2
Browse files Browse the repository at this point in the history
Closes #49406.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
chyiz authored and DomT4 committed Feb 22, 2016
1 parent 2d0be20 commit a469b0d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Library/Formula/libass.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
class Libass < Formula
desc "Subtitle renderer for the ASS/SSA subtitle format"
homepage "https://github.com/libass/libass"
url "https://github.com/libass/libass/releases/download/0.13.1/libass-0.13.1.tar.gz"
sha256 "9741b9b4059e18b4369f8f3f77248416f988589896fd7bf9ce3da7dfb9a84797"
url "https://github.com/libass/libass/releases/download/0.13.2/libass-0.13.2.tar.gz"
sha256 "8baccf663553b62977b1c017d18b3879835da0ef79dc4d3b708f2566762f1d5e"

bottle do
cellar :any
sha256 "abee4670d1a58fcbf57e180aa31543f42f84abda4c5f88212a0baea480819633" => :el_capitan
sha256 "f0154b4f829949c2187e94515b3ff9319a83d8c20d2143df14514d19560b0f0c" => :yosemite
sha256 "7fed313daf90cb1949d943a8edecced7a4c9616af5bc862218bbc7bb8a8c54a6" => :mavericks
end

head do
url "https://github.com/libass/libass.git"
Expand All @@ -12,13 +19,6 @@ class Libass < Formula
depends_on "libtool" => :build
end

bottle do
cellar :any
sha256 "abee4670d1a58fcbf57e180aa31543f42f84abda4c5f88212a0baea480819633" => :el_capitan
sha256 "f0154b4f829949c2187e94515b3ff9319a83d8c20d2143df14514d19560b0f0c" => :yosemite
sha256 "7fed313daf90cb1949d943a8edecced7a4c9616af5bc862218bbc7bb8a8c54a6" => :mavericks
end

option "with-fontconfig", "Disable CoreText backend in favor of the more traditional fontconfig"

depends_on "pkg-config" => :build
Expand Down

0 comments on commit a469b0d

Please sign in to comment.