freetype 2.6.3
Closes Homebrew/homebrew#49029. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
e57f27374a
commit
d4cfdcad6d
6 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ class Fontconfig < Formula
|
|||
homepage "https://wiki.freedesktop.org/www/Software/fontconfig/"
|
||||
url "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2"
|
||||
sha256 "dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
# The bottle tooling is too lenient and thinks fontconfig
|
||||
# is relocatable, but it has hardcoded paths in the executables.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
class Freetype < Formula
|
||||
desc "Software library to render fonts"
|
||||
homepage "http://www.freetype.org"
|
||||
url "https://downloads.sf.net/project/freetype/freetype2/2.6.2/freetype-2.6.2.tar.bz2"
|
||||
mirror "http://download.savannah.gnu.org/releases/freetype/freetype-2.6.2.tar.bz2"
|
||||
sha256 "baf6bdef7cdcc12ac270583f76ef245efe936267dbecef835f02a3409fcbb892"
|
||||
url "https://downloads.sf.net/project/freetype/freetype2/2.6.3/freetype-2.6.3.tar.bz2"
|
||||
mirror "http://download.savannah.gnu.org/releases/freetype/freetype-2.6.3.tar.bz2"
|
||||
sha256 "371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2"
|
||||
|
||||
# Note: when bumping freetype's version, you must also bump revisions of formula with
|
||||
# "full path" references to freetype in their pkgconfig.
|
||||
|
|
|
@ -3,7 +3,7 @@ class Gd < Formula
|
|||
homepage "https://libgd.github.io/"
|
||||
url "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.1.tar.xz"
|
||||
sha256 "9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
head do
|
||||
url "https://bitbucket.org/libgd/gd-libgd.git"
|
||||
|
|
|
@ -7,7 +7,7 @@ class Imagemagick < Formula
|
|||
url "https://dl.bintray.com/homebrew/mirror/ImageMagick-6.9.3-0.tar.xz"
|
||||
mirror "http://www.imagemagick.org/download/releases/ImageMagick-6.9.3-0.tar.xz"
|
||||
sha256 "2ba0656eb03d72d8a44e741ead524e8c34097418c0bb5487a5c4f4fe5eca9656"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
head "http://git.imagemagick.org/repos/ImageMagick.git"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ class Libbluray < Formula
|
|||
homepage "https://www.videolan.org/developers/libbluray.html"
|
||||
url "https://download.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2"
|
||||
sha256 "efc994f42d2bce6af2ce69d05ba89dbbd88bcec7aca065de094fb3a7880ce7ea"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
|
@ -3,7 +3,7 @@ class SimpleTiles < Formula
|
|||
homepage "https://propublica.github.io/simple-tiles/"
|
||||
url "https://github.com/propublica/simple-tiles/archive/v0.6.0.tar.gz"
|
||||
sha256 "336fdc04c34b85270c377d880a0d4cc2ac1a9c9e5e4c3d53e0322d43c9495ac9"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
head "https://github.com/propublica/simple-tiles.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue