From 0a7fa03ec128839f944b75d04ae8921621b1d982 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:05:23 +0000 Subject: [PATCH 1/2] neosync 0.4.87 neosync: update test Signed-off-by: Rui Chen --- Formula/n/neosync.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index c175d5f1cf52f..3df29bf692a87 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -1,8 +1,8 @@ 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" @@ -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 From a11321c6cf15bb1bc0d2c09e23a7464a1b747d50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 14 Nov 2024 03:03:32 +0000 Subject: [PATCH 2/2] neosync: update 0.4.87 bottle. --- Formula/n/neosync.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index 3df29bf692a87..d73ed5591ff4f 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -7,12 +7,12 @@ class Neosync < Formula 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