cairo 1.14.10
Closes #14720. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8502d5e331
commit
0f292714ff
1 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
class Cairo < Formula
|
||||
desc "Vector graphics library with cross-device output support"
|
||||
homepage "https://cairographics.org/"
|
||||
url "https://cairographics.org/releases/cairo-1.14.8.tar.xz"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.netbsd.org/pub/pkgsrc/distfiles/cairo-1.14.8.tar.xz"
|
||||
sha256 "d1f2d98ae9a4111564f6de4e013d639cf77155baf2556582295a0f00a9bc5e20"
|
||||
url "https://cairographics.org/releases/cairo-1.14.10.tar.xz"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.netbsd.org/pub/pkgsrc/distfiles/cairo-1.14.10.tar.xz"
|
||||
sha256 "7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09"
|
||||
|
||||
bottle do
|
||||
sha256 "891266778fcb0199ad17d6447b2145a21b27c2d9f41c7ecc76d7f72e89d6540f" => :sierra
|
||||
|
@ -11,11 +11,6 @@ class Cairo < Formula
|
|||
sha256 "cbf7f75cc5913cd03963ce70bef5aa48bfde321cc395cc31382dcbb5b525d038" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://cairographics.org/snapshots/cairo-1.15.4.tar.xz"
|
||||
sha256 "deddf31e196e826e7790bbbf7d0f4b3fd15df243aa48511b349f1791b96be291"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://anongit.freedesktop.org/git/cairo", :using => :git
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue