Skip to content

Commit

Permalink
Merge pull request #44 from cdalvaro/upgrade/wxmac-3.1.5
Browse files Browse the repository at this point in the history
Upgrade wxmac to version 3.1.5
  • Loading branch information
cdalvaro authored Apr 15, 2021
2 parents bb2394c + 9e213d1 commit d2da2e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions Formula/wxmac.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Wxmac < Formula
desc "Cross-platform C++ GUI toolkit (wxWidgets for macOS)"
homepage "https://www.wxwidgets.org"
url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2"
sha256 "3ca3a19a14b407d0cdda507a7930c2e84ae1c8e74f946e0144d2fa7d881f1a94"
url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2"
sha256 "d7b3666de33aa5c10ea41bb9405c40326e1aeb74ee725bb88f90f1d50270a224"
license "wxWindows"
revision 1
head "https://github.com/wxWidgets/wxWidgets.git"

livecheck do
Expand Down Expand Up @@ -43,15 +42,15 @@ def install
"--enable-std_string",
"--enable-svg",
"--enable-unicode",
"--enable-webkit",
"--enable-webview",
"--enable-webviewwebkit",
"--with-expat",
"--with-libjpeg",
"--with-libpng",
"--with-libtiff",
"--with-opengl",
"--with-osx_cocoa",
"--with-osx",
"--with-zlib",
"--with-libcurl",
"--disable-precomp-headers",
# This is the default option, but be explicit
"--disable-monolithic",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ brew link cdalvaro/tap/salt@3002

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio.

### [wxWidgets/wxWidgets](https://github.com/wxWidgets/wxWidgets)<a href="Formula/wxmac.rb"><img src="https://img.shields.io/badge/wxmac-3.1.4-orange?style=flat-square&color=FBB040" align="right"/></a>
### [wxWidgets/wxWidgets](https://github.com/wxWidgets/wxWidgets)<a href="Formula/wxmac.rb"><img src="https://img.shields.io/badge/wxmac-3.1.5-orange?style=flat-square&color=FBB040" align="right"/></a>

Cross-Platform GUI Library.

Expand Down

0 comments on commit d2da2e1

Please sign in to comment.