Skip to content

Commit 433f36b

Browse files
authored
Merge pull request #216554 from Homebrew/bump-fwupd-2.0.7
fwupd 2.0.7
2 parents 8001a8b + 956465d commit 433f36b

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

Formula/f/fwupd.rb

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ class Fwupd < Formula
33

44
desc "Firmware update daemon"
55
homepage "https://github.com/fwupd/fwupd"
6-
url "https://github.com/fwupd/fwupd/releases/download/2.0.6/fwupd-2.0.6.tar.xz"
7-
sha256 "57d91327c4541490ce731f24d4bcd5301ba7561e264db2f0a4031f48e6d6dae2"
6+
url "https://github.com/fwupd/fwupd/releases/download/2.0.7/fwupd-2.0.7.tar.xz"
7+
sha256 "50cb8a5c1e66de941bb2be72d2a689cad992b86394e4e42dda58c81ddb847235"
88
license "LGPL-2.1-or-later"
9-
revision 2
109
head "https://github.com/fwupd/fwupd.git", branch: "main"
1110

1211
bottle do
13-
sha256 arm64_sequoia: "d9a9b277da66ea360d63d5292c86ca37950474debc6dc4075c5de164f70f5cad"
14-
sha256 arm64_sonoma: "176dad40c433e30903501da74c1268bf0d80261e71113b6c33fd60f056714eb3"
15-
sha256 arm64_ventura: "2e4e27b15df450b9fc576fa2b351dd54158981d803105bea202d78a895902f16"
16-
sha256 sonoma: "6759b3a269ddcdb927bf1cb237a839284270d9780b2f0b441735528a3ce9a090"
17-
sha256 ventura: "01cd6cba588e4efbaaf8efe5967ba146c109b41172f8193385a9b23f58b0b473"
18-
sha256 arm64_linux: "5092af32d929ea789f904e961f3a7081a27a4f5a07a8ac4eadb3ca8c37fc1f50"
19-
sha256 x86_64_linux: "089c3c240a4b966635ff7a89130363b25380bcd813d0e278ef6e5cf44d38ea54"
12+
sha256 arm64_sequoia: "0f3549da428408ed545affa58e7c03c32773e532710b77905e81fd28be20de00"
13+
sha256 arm64_sonoma: "1618d80aa915ce5d89678a6acb56a4cbcfd1d2fa470b66805ba1c4c6d09711c4"
14+
sha256 arm64_ventura: "64d5f419833af0c66de308e3f28b19d807f88f7572f8cfbdd05964ea2b1ee864"
15+
sha256 sonoma: "87486b5e46cb1b0079a4d7ca6737c4382b03f892f3735d31122f025a48cef08c"
16+
sha256 ventura: "09fca530d32606ec7678493e0628936e16832961007d5cebc6d505136aa7d4c1"
17+
sha256 arm64_linux: "553a7ff20f38d8cc7d1439cd3b1a42b02a828325c27816b88bed11437c0dc9a6"
18+
sha256 x86_64_linux: "134eebc2c3ac5f8df010a0749eab2db98512b8ed5598ca3f31a8a07d45c5913f"
2019
end
2120

2221
depends_on "gettext" => :build
@@ -28,7 +27,6 @@ class Fwupd < Formula
2827
depends_on "[email protected]" => :build
2928
depends_on "vala" => :build
3029

31-
depends_on "gcab"
3230
depends_on "glib"
3331
depends_on "gnutls"
3432
depends_on "json-glib"
@@ -78,15 +76,9 @@ def install
7876
"-Dpython=#{which(python3)}",
7977
"-Dsupported_build=enabled",
8078
"-Dplugin_flashrom=disabled",
81-
"-Dplugin_gpio=disabled",
8279
"-Dplugin_modem_manager=disabled",
83-
"-Dplugin_msr=disabled",
84-
"-Dplugin_tpm=disabled",
85-
"-Dplugin_uefi_capsule=disabled",
86-
"-Dplugin_uefi_pk=disabled",
87-
# these two are needed for https://github.com/fwupd/fwupd/pull/6147
88-
"-Dplugin_logitech_scribe=disabled",
89-
"-Dplugin_logitech_tap=disabled",
80+
"-Dplugin_uefi_capsule_splash=false",
81+
"-Dtests=false",
9082
"-Dvendor_ids_dir=#{Formula["usb.ids"].opt_share}/misc/usb.ids",
9183
*std_meson_args
9284
system "meson", "compile", "-C", "build", "--verbose"

0 commit comments

Comments
 (0)