Skip to content

Commit

Permalink
Merge pull request #196961 from Homebrew/bump-yorkie-0.5.5
Browse files Browse the repository at this point in the history
yorkie 0.5.5
  • Loading branch information
BrewTestBot authored Nov 7, 2024
2 parents 5a9d110 + ce319df commit 636fda8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.5.4.tar.gz"
sha256 "1d7fab9134ad5fade6c9480ae7830b30f0c523d5d5e8e45200c61845965f3eaa"
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.5.5.tar.gz"
sha256 "d48e4c3236dad86989ee3c0981bda9a65c2ede700ecd7b7e12364db24c0e73a6"
license "Apache-2.0"
head "https://github.com/yorkie-team/yorkie.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0fd66faed4ec2e2190e3eca41c70a060993d736224b610666fefec5a044cfcc7"
sha256 cellar: :any_skip_relocation, sonoma: "233a751476536a5a7ad0719f5de36b7b32ad788cd8ecebfaa19b869cdd457f10"
sha256 cellar: :any_skip_relocation, ventura: "233a751476536a5a7ad0719f5de36b7b32ad788cd8ecebfaa19b869cdd457f10"
sha256 cellar: :any_skip_relocation, x86_64_linux: "27d07ce6bae22a4dd608f84671b81f150881dde0333923b18a211e9fde35063e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "32796298f7583530a1e5c405bcb8cd2c55ed9fdd53bb7a7f4390095fdb05d3a5"
sha256 cellar: :any_skip_relocation, sonoma: "b5e60f2bc450e585a80c88eedbbd673443515b67d42208fb171c6cf606551891"
sha256 cellar: :any_skip_relocation, ventura: "b5e60f2bc450e585a80c88eedbbd673443515b67d42208fb171c6cf606551891"
sha256 cellar: :any_skip_relocation, x86_64_linux: "988ea39bbe1c0939e08b6cb9a114cd58d0d20a8c266bb2bb11745d7f7e2d3017"
end

depends_on "go" => :build
Expand Down

0 comments on commit 636fda8

Please sign in to comment.