Skip to content

Commit 2bd2235

Browse files
authored
Merge pull request Homebrew#218756 from Homebrew/bump-neosync-0.5.36
neosync 0.5.36
2 parents d6b2b75 + 723b0dd commit 2bd2235

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/neosync.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Neosync < Formula
22
desc "CLI for interfacing with Neosync"
33
homepage "https://www.neosync.dev/"
4-
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.35.tar.gz"
5-
sha256 "5db9c511ec8b97ef3832b7702b71c0554d903e127a9f5f3b13f218ebdd2ef6d9"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.36.tar.gz"
5+
sha256 "76e9016877915dcef68f0fbfa8dcaef6766d7dcf1a98c7cf8af1b10ebe23f067"
66
license "MIT"
77
head "https://github.com/nucleuscloud/neosync.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692"
13-
sha256 cellar: :any_skip_relocation, sonoma: "49118f3860d3204d10019b538fe616e3cb89161e16e3693b2d798d02bb4801b4"
14-
sha256 cellar: :any_skip_relocation, ventura: "49118f3860d3204d10019b538fe616e3cb89161e16e3693b2d798d02bb4801b4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a6658e4be8b80d8c0b08c209a79e27565cc98ad44886d6a89d8546904afe0d1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "57b3ec902321363eac4e1da3960af15d25269b118e4b2fd510f247d2bc063572"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "57b3ec902321363eac4e1da3960af15d25269b118e4b2fd510f247d2bc063572"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "57b3ec902321363eac4e1da3960af15d25269b118e4b2fd510f247d2bc063572"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d3b8ba8212387cd5cf64690a20fde68266c540157c7c7541bd56b94892b6225a"
14+
sha256 cellar: :any_skip_relocation, ventura: "d3b8ba8212387cd5cf64690a20fde68266c540157c7c7541bd56b94892b6225a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4234220a82724a28e2eeb48311a9f6bc899c9a92fdb77b683be3ef720ba4e00d"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)