Skip to content

Commit

Permalink
Merge pull request #172714 from Homebrew/bump-yorkie-0.4.20
Browse files Browse the repository at this point in the history
yorkie 0.4.20
  • Loading branch information
BrewTestBot authored May 24, 2024
2 parents 529fc28 + 829a507 commit b4ae4d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/y/yorkie.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Yorkie < Formula
desc "Document store for collaborative applications"
homepage "https://yorkie.dev/"
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.4.19.tar.gz"
sha256 "26247ac7a0827e252844449794d77b87530a2da07ea375c8484c4ffc654c4287"
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.4.20.tar.gz"
sha256 "97d81d8216a7d011fed3fc7820c7878d7bd5d6257311453f0d13c858a73e6e34"
license "Apache-2.0"
head "https://github.com/yorkie-team/yorkie.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Yorkie < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d99e332fd906662cda9bbf2bcc96505139aa03a450ce70303eae65c8add22c3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "503f5aa8c9e974a67350fc8f3d232dd1a312b4ec7d9c5a3f52b28dee9fa62fbb"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a4d560e7e6c4d4e9a315b9ee477633cbed33859346c9c23f82886fe40e77bc70"
sha256 cellar: :any_skip_relocation, sonoma: "74a404db3db18dea9888643590d02fff1b6fd6bee8d4db1dec2d3c20e948f692"
sha256 cellar: :any_skip_relocation, ventura: "d3bf56dbf6861521f0ae1d12083d3b3e80a546cf4a9b7a18728f56adadc9f3f4"
sha256 cellar: :any_skip_relocation, monterey: "828d047a7103c650e7f312934eddbb43e532c419b934a25b79d43a4dd85a09e9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2760ded0e50ddb3c5346965732038ebaa7b79578e0da62cb8ecdf307cdae4097"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c195246d1a644e0a867219cdbb88394021e0de6439544504a3b5c31f4aa55eaf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0caea6580d51bfbb745345b41673119e6dd4511b1d024ccedaf2b27d68d965b0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5c1bf9792f0fb4f4563289a22c2cdeb55676b1c4f9d35cf8d02190e9f2998e13"
sha256 cellar: :any_skip_relocation, sonoma: "e741dd2f642118c82d2f7d64438baffa0b9ce155c7c9312f2c2bf4838364dffa"
sha256 cellar: :any_skip_relocation, ventura: "20416e1d2c1473bc47505ef9a1f012736681f6edc4623859c6bed23c5aac8aa8"
sha256 cellar: :any_skip_relocation, monterey: "18574e3f81eb549746830c09364f6728d8c51db553aad0fa2a5337033ff386bb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f729b94cf8c141a9406d451a3d41a8e5fc60dd1dd3835a5eda737280bac3351"
end

depends_on "go" => :build
Expand Down

0 comments on commit b4ae4d5

Please sign in to comment.