Skip to content

Commit 36c256b

Browse files
authored
Merge pull request #197044 from Homebrew/bump-neosync-0.4.86
neosync 0.4.86
2 parents 85e846a + 0d9b458 commit 36c256b

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.4.85.tar.gz"
5-
sha256 "5f544e08c18e20a82706a5a383e97278e96adfd6410b98defc68d74333be8cc2"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.86.tar.gz"
5+
sha256 "d7419ca066327b288027e8daefb1e10f8f58b558103ebb49040c03aaee79d149"
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: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159"
14-
sha256 cellar: :any_skip_relocation, ventura: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c13876fbf9586f7bc1e47c60dd0aae96b335bfb5fb535d2c7183048cd18c5c1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732"
14+
sha256 cellar: :any_skip_relocation, ventura: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e31bad445893e2ae383a54f37765f872f056b752f7f5ec6bacb3f6ea5747f21"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)