Skip to content

Commit

Permalink
Merge pull request #196091 from Homebrew/bump-webkitgtk-2.46.3
Browse files Browse the repository at this point in the history
webkitgtk 2.46.3
  • Loading branch information
BrewTestBot authored Nov 1, 2024
2 parents bd0711c + 638cd0f commit 4f191f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/w/webkitgtk.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class Webkitgtk < Formula
desc "GTK interface to WebKit"
homepage "https://webkitgtk.org"
url "https://webkitgtk.org/releases/webkitgtk-2.46.2.tar.xz"
sha256 "5aae1c5c0a30d5e9c5831652b6f1bdefc31d75e0ad81cb40185b0aed92ce79b6"
url "https://webkitgtk.org/releases/webkitgtk-2.46.3.tar.xz"
sha256 "85e09fa6ff9fea49678ba9975dbc64ea3242833f8f8a7d6a8937b2f292fcb28d"
license "GPL-3.0-or-later"
revision 1

livecheck do
url "https://webkitgtk.org/releases/"
regex(/webkitgtk[._-]v?(\d+\.\d*[02468](?:\.\d+)*)\.t/i)
end

bottle do
sha256 x86_64_linux: "1a3eee4048cb2c6a312e8573c1611ebd84c8cb9bdc03543893a917ef5df4b5bd"
sha256 x86_64_linux: "4f35496689f3e08a5c79b508406cd5c53f0f7989bc2f22f202e5577d03474378"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 4f191f4

Please sign in to comment.