Skip to content

Commit b82da82

Browse files
authored
Merge pull request Homebrew#235316 from Homebrew/bump-fx-39.0.3
fx 39.0.3
2 parents bf7a72b + eb441a5 commit b82da82

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.2.tar.gz"
5-
sha256 "ea1dbfd760f0ab664dba9bc4d49f4426b7a01f5beb70896527365321e997c57c"
4+
url "https://github.com/antonmedv/fx/archive/refs/tags/39.0.3.tar.gz"
5+
sha256 "779be27beea878110664299fca5e2b60bc712854be45868726e9ef4a7ab4874b"
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: "b115ab29802931cf05ed7c2d8b8713e3f7c45b25f4d54931e42a37cff38295c2"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b115ab29802931cf05ed7c2d8b8713e3f7c45b25f4d54931e42a37cff38295c2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b115ab29802931cf05ed7c2d8b8713e3f7c45b25f4d54931e42a37cff38295c2"
13-
sha256 cellar: :any_skip_relocation, sonoma: "d479f3eda30bc063f99102d11dcfd817290a0e90a69b487761cee973ecbf8c74"
14-
sha256 cellar: :any_skip_relocation, ventura: "d479f3eda30bc063f99102d11dcfd817290a0e90a69b487761cee973ecbf8c74"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9d7afccf428de476f45e6733fe6781234ea9935b6a7c75709264ef350624f68"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)