Skip to content

Commit 69fcd75

Browse files
authored
Merge pull request #235843 from Homebrew/bump-yorkie-0.6.28
yorkie 0.6.28
2 parents 1430ae7 + 36e1ad7 commit 69fcd75

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.6.27.tar.gz"
5-
sha256 "b2864a9bcde68d07b02b94988bdb8e434ccf2337c0cfaa5010c61c8582a43893"
4+
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.6.28.tar.gz"
5+
sha256 "563da2d26cfae074dc210697630578cda7610bf4c4f827aadd3fb0af238a0820"
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: "21e46c01c237022a1b8d63304eb79d50da6ec43c84742d04739889cb21e6739a"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e6737cf1aef36506d910ebfc117488ca2d954f5228079a9b0d4ad0d2f02750a"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f561cf00cc31bd0372af4b56e18a35789045de5af4e01792b782b07ca53d4a6d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "774ee4a6a5af4901d8f6d2b2371427748eb9f3523d05f1085878005e50dcf282"
19-
sha256 cellar: :any_skip_relocation, ventura: "f239aef72c1f4cc62e9b14abc9c8374b18b32984f1d6d4d70239ddfaf307d7ad"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "43a94e2bb4bfa3df6825f49a913dcf6cd52db5f6cc250e3da9892f578a81d860"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d114f64eaf1c8f4fb17c5ddce91ba3c16863f62e9f5daf26785a98de2c3deeb"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "498605f6513c503ccc52f70455a9641fbf862f01918e8767c43bc6b5baa69132"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "373ff8c97b039256d2edd633674f2be993d007d3a21fe153431a3ddd33ec74b2"
18+
sha256 cellar: :any_skip_relocation, sonoma: "27893865ce7f9d27a13be0fe7e21494d57b898993dc31b831653feafeb992f6d"
19+
sha256 cellar: :any_skip_relocation, ventura: "e18825de4322778691f685d274a78058ef4dc2ebdff550c580f1b5c2436a8939"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "40ddbf708281555a409d4c3eb3b6fdd93236b204ce08ec28b2c5da8305b7fb64"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)