Skip to content

Commit cceeefb

Browse files
Updating dapr-cli formula for version 1.15.1
skip-checks: true
1 parent 2640e61 commit cceeefb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dapr-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
class DaprCli < Formula
1515
desc "Client for Dapr."
1616
homepage "https://dapr.io"
17-
version '1.15.0'
18-
url "https://github.com/dapr/cli/archive/v1.15.0.tar.gz"
19-
sha256 "6b597fccca18d49590ae7e37844fc9adce52daf748a541747b34bb20da3afcb0"
17+
version '1.15.1'
18+
url "https://github.com/dapr/cli/archive/v1.15.1.tar.gz"
19+
sha256 "f1b64e83d335e72eb66950b73b20a5ae2cb9bb272290b9e18232a02609447eb4"
2020

2121
depends_on "go" => :build
2222
depends_on "make" => :build
2323

2424
bottle do
25-
root_url "https://github.com/dapr/homebrew-tap/releases/download/v1.15.0"
26-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e9f1632fba54a5796f08bd4875504b136533633976fbb9255eef1c1de60ab41"
25+
root_url "https://github.com/dapr/homebrew-tap/releases/download/v1.15.1"
26+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "faf3baff2cbd8f80a2c8b13fef6f2b497e570078901a90a138acb7a9b60c8356"
2727
end
2828

2929
def install

0 commit comments

Comments
 (0)