Skip to content

Commit

Permalink
Merge pull request Homebrew#159060 from hackerwins/bump-yorkie-0.4.12
Browse files Browse the repository at this point in the history
yorkie 0.4.12
  • Loading branch information
BrewTestBot authored Jan 5, 2024
2 parents bebd031 + 756a200 commit d9054b6
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
Expand Up @@ -2,8 +2,8 @@ class Yorkie < Formula
desc "Document store for collaborative applications"
homepage "https://yorkie.dev/"
url "https://github.com/yorkie-team/yorkie.git",
tag: "v0.4.11",
revision: "34d960bfab38085968609744ead42a4d09944602"
tag: "v0.4.12",
revision: "6936d2bc9ec4cdd1a33167457b22391ed1dc89f1"
license "Apache-2.0"
head "https://github.com/yorkie-team/yorkie.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "569a6e540bb820c722af76dad351091f181741f8addc3f5892c3b47126fd0002"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e30182fc5e2545683df2cc851ce29379be1a9c9aa5848c9ea6f70b9cf7be2cad"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c0db072415976182fe799ac338286bbdc41a64913ecea4e513a6b724d1e4e3b7"
sha256 cellar: :any_skip_relocation, sonoma: "d316aac2711144d5afa3d9c89dc03bb9e9b93e6b0ba56ca374180a6605fa1ade"
sha256 cellar: :any_skip_relocation, ventura: "67f733b2a301007c50ce06c0ad36f8fcf45d49444e05ed32de1968d9733009cc"
sha256 cellar: :any_skip_relocation, monterey: "591a8df2c155f4ca3c4aafb183664956a841e621857b1dfa88600b9cc8fdfc40"
sha256 cellar: :any_skip_relocation, x86_64_linux: "10a2165af8548c5a2ceb5aa273765dbed89ef58b89f5f059ae71450d617b3ba5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "068795d8a6412af926458d6984ebc888b8fd86291c35e65aafda978fa2e2c118"
sha256 cellar: :any_skip_relocation, arm64_ventura: "59f14b7e5af58ef13ce22cebd07d8df5d6ff3e45ed22f2bccbc6265904784e3d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "98b6b7ad57cde383ce98ea2ccb5dfe1b7287f9b94075ff84ba03bb1d5d4f80a9"
sha256 cellar: :any_skip_relocation, sonoma: "ccfa3be0352264b894aff9f9092cda41ce400f0b500f5ebf4bfb1c3a5d989b60"
sha256 cellar: :any_skip_relocation, ventura: "5bf551a508d265e59ad05b59dd44175b47744535823d349d362fb70433748079"
sha256 cellar: :any_skip_relocation, monterey: "1f5847eb00993786c5d073e0afc5065e6b0149503bb7c0b2a6db765de4b07aab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83f2795bb7eae90de65b2ed658dc87fae2c586921ea358c398c24ba85d656c0d"
end

depends_on "go" => :build
Expand Down

0 comments on commit d9054b6

Please sign in to comment.