Skip to content

Commit

Permalink
Merge pull request #180064 from Homebrew/bump-yorkie-0.4.29
Browse files Browse the repository at this point in the history
yorkie 0.4.29
  • Loading branch information
BrewTestBot committed Aug 5, 2024
2 parents 871244e + 38a7cfb commit e7f969a
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.28.tar.gz"
sha256 "1c4ec1641567ec215891accf6f988fa5096e49fcae2787b0f45e0051fbbc4151"
url "https://github.com/yorkie-team/yorkie/archive/refs/tags/v0.4.29.tar.gz"
sha256 "3bf09d06f1c4d1679d3f81949f88d80fe0b7196a9442b77dc8c622dd0f969c82"
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: "b12b41dd3a81977fe06c8c6a05179488e651fff262ef213d6ce512dc1dc82454"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b30288d994d4451f891a944eb79c14b96aee8e1fd51e73f17afc4f58a0c20987"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c750a533f35b9b34e2f548f5c0dd5ebbb00363bc0d0ad27d5e04bbe056d46715"
sha256 cellar: :any_skip_relocation, sonoma: "4c913bb269e2069c3527e08e65f4a3bbade6018ea031ee61a1d848c642ce092e"
sha256 cellar: :any_skip_relocation, ventura: "327f8323d4070497c64957f94499747a35155b178db7d0fc8459d6e23c3e5a95"
sha256 cellar: :any_skip_relocation, monterey: "f480dfa1cdf98255c4e3335779f63d633ee05f4adb73cca37120ee8c834d34e0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eeb736af772f79c3094a8f8484bd292322192dd45ed42f8753b3299b7d743e95"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7682826ce3ef83dda22efe9adc3e957f0fdf6845cb5908806c0b925007731c0b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "41e2bf2070aaaa9b1267789f6004a05e3ff4fa5aad01d047a86b50a767d401a3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ea77bfe9b731ac75d63cba4daf22bcf4e0541a06fe9b47c518e68d936bcb55e6"
sha256 cellar: :any_skip_relocation, sonoma: "db3a26506812ab4626ba74b7e8aec5893907c3a345bc0c430baed8fc8a6f53b3"
sha256 cellar: :any_skip_relocation, ventura: "62ac74b0e6c79215e23c366988c5ce0b753b5ac85cd8ad6a3eff377423885d48"
sha256 cellar: :any_skip_relocation, monterey: "cbc7a309b1443b113a6a57e31ed1e364534903dd74b9b66cf643848def9a6ffe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "96fb54badcb989ac5abe87f5c4b9b2a32f45679cadbd8b205a42f10233a4f859"
end

depends_on "go" => :build
Expand Down

0 comments on commit e7f969a

Please sign in to comment.