Skip to content

Commit

Permalink
Merge pull request #195059 from Homebrew/bump-webkitgtk-2.46.2
Browse files Browse the repository at this point in the history
webkitgtk 2.46.2
  • Loading branch information
BrewTestBot authored Oct 21, 2024
2 parents c8c06ec + 166cfd1 commit 2cf8cec
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.1.tar.xz"
sha256 "2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0"
url "https://webkitgtk.org/releases/webkitgtk-2.46.2.tar.xz"
sha256 "5aae1c5c0a30d5e9c5831652b6f1bdefc31d75e0ad81cb40185b0aed92ce79b6"
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: "27d22a93922bf48497a3270df3b18a4639d71e5c9860a65edca92cfad45452cb"
sha256 x86_64_linux: "33f76b88c88f05d138998269d3d819a9f0346165595c654768c67fe76af6d0aa"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 2cf8cec

Please sign in to comment.