Skip to content

Commit 4d1c622

Browse files
authored
Merge pull request Homebrew#251954 from Homebrew/bump-fn-0.6.45
fn 0.6.45
2 parents 1c198d1 + 52f16db commit 4d1c622

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/fn.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Fn < Formula
22
desc "Command-line tool for the fn project"
33
homepage "https://fnproject.io"
4-
url "https://github.com/fnproject/cli/archive/refs/tags/0.6.44.tar.gz"
5-
sha256 "c1221ec2db47d050d72184c9ae5fbf1673b963cb5d7dffacf922086faebcb99f"
4+
url "https://github.com/fnproject/cli/archive/refs/tags/0.6.45.tar.gz"
5+
sha256 "6c081f2fce1e2f69a7fd902cfe892441b1da5cb9034e51ea389b1be95b41918b"
66
license "Apache-2.0"
77
head "https://github.com/fnproject/cli.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ff15bb25a06de2786d7f3fbd20ad5dbf6ffa1bd8627879540d2dd37fc8855c5d"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff15bb25a06de2786d7f3fbd20ad5dbf6ffa1bd8627879540d2dd37fc8855c5d"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff15bb25a06de2786d7f3fbd20ad5dbf6ffa1bd8627879540d2dd37fc8855c5d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "64a155d89d901ffcc1e03e8cc1e2c438d2da7f13c7c6e66e03720be4f57552b1"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "cebfa5f6d42372325d10aeefbd90ccd66448a945cf9068520df7bf6d4dfda2ac"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dc45eb1291499cbd7eaa03ea4d9be9347a0625bc9ba23630ab38cc9024c2e521"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f3081dbaf859719c0fc25aec3b90b59351f19687b8e9e24f86a254d749560ff7"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3081dbaf859719c0fc25aec3b90b59351f19687b8e9e24f86a254d749560ff7"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3081dbaf859719c0fc25aec3b90b59351f19687b8e9e24f86a254d749560ff7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bfc3feadca05c2c284387662cf8692ac3a8d5d10d72a23e9b96aa672c7a55f8d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "91f3ee4eba678efc55676aa9206608f7e3d1f82c3b613f7f43a78be187f8e702"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8530e24587df960ac65f508715ba98e569817f0ed77a5703eea75602fff5935"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)