fribidi 0.19.6
Update to latest stable release. Closes Homebrew/homebrew#29163. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c0f594b44d
commit
e0fdf997b5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Fribidi < Formula
|
||||
homepage 'http://fribidi.org/'
|
||||
url 'http://fribidi.org/download/fribidi-0.19.5.tar.bz2'
|
||||
sha1 '58445266df185f7e5109f356c0261d41db39182a'
|
||||
url 'http://fribidi.org/download/fribidi-0.19.6.tar.bz2'
|
||||
sha1 '5a6ff82fdee31d27053c39e03223666ac1cb7a6a'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue