libass 0.11.2
Closes Homebrew/homebrew#28719. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1b03dfe65c
commit
759bd7ec15
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libass < Formula
|
||||
homepage 'https://github.com/libass/libass'
|
||||
url 'https://github.com/libass/libass/releases/download/0.11.1/libass-0.11.1.tar.gz'
|
||||
sha1 '2a5517e634b3606c7dad5a42eae6ad8b23f8e097'
|
||||
url 'https://github.com/libass/libass/releases/download/0.11.2/libass-0.11.2.tar.gz'
|
||||
sha1 'cd9df9000b5a303be56b66fef7497a8ff60ad844'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'yasm' => :build
|
||||
|
|
Loading…
Reference in a new issue