Skip to content

Commit f24e4ff

Browse files
Updating dapr-cli formula for version 0.9.0
skip-checks: true
1 parent 8725664 commit f24e4ff

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
@@ -6,16 +6,16 @@
66
class DaprCli < Formula
77
desc "Client for Dapr."
88
homepage "https://dapr.io"
9-
version '0.8.0'
10-
url "https://github.com/dapr/cli/archive/v0.8.0.tar.gz"
11-
sha256 "2688988e6d17192b34c7426544bfd242695ad7178a241130767b9b79388e052e"
9+
version '0.9.0'
10+
url "https://github.com/dapr/cli/archive/v0.9.0.tar.gz"
11+
sha256 "91955867387f2004374027d9302a75746d67334f59cbc5f17c87ee52d71f27fe"
1212

1313
depends_on "go" => :build
1414

1515
bottle do
16-
root_url "https://github.com/dapr/homebrew-tap/releases/download/v0.8.0"
16+
root_url "https://github.com/dapr/homebrew-tap/releases/download/v0.9.0"
1717
cellar :any_skip_relocation
18-
sha256 "c9766867b63b8aeffe9021eb78ab0be22cf105dc075169131eb73017aa43674d" => :catalina
18+
sha256 "1040f244c191f71b843226708a532d980deacc2777a32d6951139046a11f78fa" => :catalina
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)