Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wxwidgets(formula): 3.2.5 #107

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Formula/wxwidgets.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Wxwidgets < Formula

Check warning on line 1 in Formula/wxwidgets.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew linkage --cached --test --strict cdalvaro/tap/wxwidgets` failed on Linux!

Indirect dependencies with linkage: cairo fontconfig gdk-pixbuf glib libx11 libxkbcommon libxtst libxxf86vm mesa pango wayland
desc "Cross-platform C++ GUI toolkit (wxWidgets for macOS)"
desc "Cross-platform C++ GUI toolkit"
homepage "https://www.wxwidgets.org"
url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4.tar.bz2"
sha256 "0640e1ab716db5af2ecb7389dbef6138d7679261fbff730d23845ba838ca133e"
url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.5/wxWidgets-3.2.5.tar.bz2"
sha256 "0ad86a3ad3e2e519b6a705248fc9226e3a09bbf069c6c692a02acf7c2d1c6b51"
license "LGPL-2.0-or-later" => { with: "WxWindows-exception-3.1" }
head "https://github.com/wxWidgets/wxWidgets.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
strategy :github_latest
end

bottle do
Expand All @@ -18,7 +18,7 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ddae289be426a2ec243cbb6dfd7cbedb692b3f94bb3201931f6fafd5d5d3347"
end

option "with-enable-abort", "apply patch patch-make-public-enable-abort"
option "with-enable-abort", "Allows to abort a wxProgressDialog"

depends_on "pkg-config" => :build
depends_on "jpeg-turbo"
Expand Down
Loading