Skip to content

Commit

Permalink
Merge pull request #197647 from Homebrew/bump-neosync-0.4.87
Browse files Browse the repository at this point in the history
neosync 0.4.87
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents 62b912a + a11321c commit 51dc330
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/neosync.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Neosync < Formula
desc "CLI for interfacing with Neosync"
homepage "https://www.neosync.dev/"
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.86.tar.gz"
sha256 "d7419ca066327b288027e8daefb1e10f8f58b558103ebb49040c03aaee79d149"
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.87.tar.gz"
sha256 "eb59d9342792ceb6895653f9712da43f4ec3ab98eb2eeb6d2a6ffa3a83573673"
license "MIT"
head "https://github.com/nucleuscloud/neosync.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17"
sha256 cellar: :any_skip_relocation, sonoma: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732"
sha256 cellar: :any_skip_relocation, ventura: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e31bad445893e2ae383a54f37765f872f056b752f7f5ec6bacb3f6ea5747f21"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a96f5279516cce8210dacb965cf34e32ec09d81a499d949d69d1a14bd447f8a"
sha256 cellar: :any_skip_relocation, sonoma: "2fa1fca4b166602ad0842ffda400deb4c8fa8700e6b6ee830696b7b9944efa46"
sha256 cellar: :any_skip_relocation, ventura: "2fa1fca4b166602ad0842ffda400deb4c8fa8700e6b6ee830696b7b9944efa46"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c788dd9c54483672b9309143d72f6c150c4fe678137d7e31cbaf5cdef16a3dd"
end

depends_on "go" => :build
Expand All @@ -31,7 +31,7 @@ def install

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

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

0 comments on commit 51dc330

Please sign in to comment.