Skip to content

Commit 24d680d

Browse files
authored
Merge pull request #245452 from Homebrew/bump-libwpe-1.16.3
libwpe 1.16.3
2 parents c852a52 + b00f756 commit 24d680d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/lib/libwpe.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libwpe < Formula
22
desc "General-purpose library for WPE WebKit"
33
homepage "https://wpewebkit.org/"
4-
url "https://github.com/WebPlatformForEmbedded/libwpe/releases/download/1.16.2/libwpe-1.16.2.tar.xz"
5-
sha256 "960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7"
4+
url "https://github.com/WebPlatformForEmbedded/libwpe/releases/download/1.16.3/libwpe-1.16.3.tar.xz"
5+
sha256 "c880fa8d607b2aa6eadde7d6d6302b1396ebc38368fe2332fa20e193c7ee1420"
66
license "BSD-2-Clause"
77
head "https://github.com/WebPlatformForEmbedded/libwpe.git", branch: "master"
88

@@ -12,8 +12,8 @@ class Libwpe < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_linux: "21430cbe282f3c972c7816b2694042bbbe05817410119e62ecbceacb984d4586"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a306319524cd2e8d329c387f4f62bf4bc8511c5dd6f58527911c6560f2109ce4"
15+
sha256 arm64_linux: "509848541dbc05034cdce7e67cb1d06105ee409094296f46a98d286def80ffbb"
16+
sha256 x86_64_linux: "e9adaa0604d9498c7fe4401bc9d8c482f4840155f5d107e04e8014c2249289ab"
1717
end
1818

1919
depends_on "meson" => :build

0 commit comments

Comments
 (0)