Skip to content

Commit

Permalink
libxcb: update 1.15 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed May 23, 2022
1 parent 7142f55 commit 33dcdd4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/libxcb.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
class Libxcb < Formula
desc "X.Org: Interface to the X Window System protocol"
homepage "https://www.x.org/"
url "https://xcb.freedesktop.org/dist/libxcb-1.14.tar.gz"
sha256 "2c7fcddd1da34d9b238c9caeda20d3bd7486456fc50b3cc6567185dbd5b0ad02"
url "https://xcb.freedesktop.org/dist/libxcb-1.15.tar.gz"
sha256 "1cb65df8543a69ec0555ac696123ee386321dfac1964a3da39976c9a05ad724d"
license "MIT"
revision 2

bottle do
bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/libxcb"
rebuild 1
sha256 cellar: :any, mojave: "17e86712e5492378c163b88fbf4f49364e90d70f0a98aa2de6451bddc3353648"
sha256 cellar: :any, mojave: "2bd6df8be66c0fa87229135ff92a12d80e64d3bf181039c24cf34f41a6e45f44"
end

depends_on "pkg-config" => :build
Expand All @@ -33,6 +31,7 @@ def install
--disable-silent-rules
--enable-devel-docs=no
--with-doxygen=no
PYTHON=python3
]

system "./configure", *args
Expand Down

0 comments on commit 33dcdd4

Please sign in to comment.