Skip to content

Commit 51dc330

Browse files
authored
Merge pull request #197647 from Homebrew/bump-neosync-0.4.87
neosync 0.4.87
2 parents 62b912a + a11321c commit 51dc330

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/neosync.rb

Lines changed: 9 additions & 9 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.86.tar.gz"
5-
sha256 "d7419ca066327b288027e8daefb1e10f8f58b558103ebb49040c03aaee79d149"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.87.tar.gz"
5+
sha256 "eb59d9342792ceb6895653f9712da43f4ec3ab98eb2eeb6d2a6ffa3a83573673"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2fa1fca4b166602ad0842ffda400deb4c8fa8700e6b6ee830696b7b9944efa46"
14+
sha256 cellar: :any_skip_relocation, ventura: "2fa1fca4b166602ad0842ffda400deb4c8fa8700e6b6ee830696b7b9944efa46"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c788dd9c54483672b9309143d72f6c150c4fe678137d7e31cbaf5cdef16a3dd"
1616
end
1717

1818
depends_on "go" => :build
@@ -31,7 +31,7 @@ def install
3131

3232
test do
3333
output = shell_output("#{bin}/neosync connections list 2>&1", 1)
34-
assert_match "ERRO Unable to retrieve account id", output
34+
assert_match "connection refused", output
3535

3636
assert_match version.to_s, shell_output("#{bin}/neosync --version")
3737
end

0 commit comments

Comments
 (0)