Skip to content

Commit 636fda8

Browse files
authored
Merge pull request #196961 from Homebrew/bump-yorkie-0.5.5
yorkie 0.5.5
2 parents 5a9d110 + ce319df commit 636fda8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yorkie.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Yorkie < Formula
22
desc "Document store for collaborative applications"
33
homepage "https://yorkie.dev/"
4-
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.5.4.tar.gz"
5-
sha256 "1d7fab9134ad5fade6c9480ae7830b30f0c523d5d5e8e45200c61845965f3eaa"
4+
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.5.5.tar.gz"
5+
sha256 "d48e4c3236dad86989ee3c0981bda9a65c2ede700ecd7b7e12364db24c0e73a6"
66
license "Apache-2.0"
77
head "https://github.com/yorkie-team/yorkie.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Yorkie < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "233a751476536a5a7ad0719f5de36b7b32ad788cd8ecebfaa19b869cdd457f10"
19-
sha256 cellar: :any_skip_relocation, ventura: "233a751476536a5a7ad0719f5de36b7b32ad788cd8ecebfaa19b869cdd457f10"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "27d07ce6bae22a4dd608f84671b81f150881dde0333923b18a211e9fde35063e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "b5e60f2bc450e585a80c88eedbbd673443515b67d42208fb171c6cf606551891"
19+
sha256 cellar: :any_skip_relocation, ventura: "b5e60f2bc450e585a80c88eedbbd673443515b67d42208fb171c6cf606551891"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "988ea39bbe1c0939e08b6cb9a114cd58d0d20a8c266bb2bb11745d7f7e2d3017"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)