Skip to content

Commit fce7873

Browse files
authored
Merge pull request #235669 from Homebrew/bump-fx-39.0.4
fx 39.0.4
2 parents d398492 + 3687fc4 commit fce7873

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/fx.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Fx < Formula
22
desc "Terminal JSON viewer"
33
homepage "https://fx.wtf"
4-
url "https://github.com/antonmedv/fx/archive/refs/tags/39.0.3.tar.gz"
5-
sha256 "779be27beea878110664299fca5e2b60bc712854be45868726e9ef4a7ab4874b"
4+
url "https://github.com/antonmedv/fx/archive/refs/tags/39.0.4.tar.gz"
5+
sha256 "e28b091c28a1f3408795337c6d5e01aa2162ebb75d4d6d950acb00911ffb5305"
66
license "MIT"
77
head "https://github.com/antonmedv/fx.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82544e1b45a1aec03439cd1a476395368ecfbae52e6e8b3e68b01e6af03754c2"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82544e1b45a1aec03439cd1a476395368ecfbae52e6e8b3e68b01e6af03754c2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "82544e1b45a1aec03439cd1a476395368ecfbae52e6e8b3e68b01e6af03754c2"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ad9cad59b2a0f56b3ef5d868db72034415b6c5d0dbd5393a19edf211f2c9f41b"
14-
sha256 cellar: :any_skip_relocation, ventura: "ad9cad59b2a0f56b3ef5d868db72034415b6c5d0dbd5393a19edf211f2c9f41b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9c243ad31cf28fa8658bda72c292cfe21a35587746e4246ad0f77a97cad41fa"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "11e6480718cdf56f7c33125cd8fde2945a7c7c895eea73166d9e710ebfe98813"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "11e6480718cdf56f7c33125cd8fde2945a7c7c895eea73166d9e710ebfe98813"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "11e6480718cdf56f7c33125cd8fde2945a7c7c895eea73166d9e710ebfe98813"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7f069c971e4574e5dc0475ee0f16c281e7310531bdfe40ab23f5195870514ae5"
14+
sha256 cellar: :any_skip_relocation, ventura: "7f069c971e4574e5dc0475ee0f16c281e7310531bdfe40ab23f5195870514ae5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cee4a6fb4be7d0191bec202acc4c0997c1db58df46cd7079ab24cd15acff504c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)