We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8545b commit c898cc4Copy full SHA for c898cc4
Formula/f/fwupd.rb
@@ -3,10 +3,9 @@ class Fwupd < Formula
3
4
desc "Firmware update daemon"
5
homepage "https://github.com/fwupd/fwupd"
6
- url "https://github.com/fwupd/fwupd/releases/download/2.0.3/fwupd-2.0.3.tar.xz"
7
- sha256 "73690175d0dd81849d729a0f247c69146ee9105c3c8c5d8428b64ad42d49b2f7"
+ url "https://github.com/fwupd/fwupd/releases/download/2.0.4/fwupd-2.0.4.tar.xz"
+ sha256 "06a621a9276eca70d8613b114af0c861890ac369d064a28377878e09617e36ce"
8
license "LGPL-2.1-or-later"
9
- revision 1
10
head "https://github.com/fwupd/fwupd.git", branch: "main"
11
12
bottle do
0 commit comments