From 6532d02540aa50939b8ccfa5925f7b67d5af52e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:54:33 +0000 Subject: [PATCH 1/2] neosync 0.4.85 --- Formula/n/neosync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index 111e0738b3ef..3550f118c310 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.84.tar.gz" - sha256 "6d821888a8efeb5d295cf67e45900f7f919f5684e20a723af6ba41958c4e49b2" + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.85.tar.gz" + sha256 "5f544e08c18e20a82706a5a383e97278e96adfd6410b98defc68d74333be8cc2" license "MIT" head "https://github.com/nucleuscloud/neosync.git", branch: "main" From 8c8bda255d2df0096eb162cfe12f1307643fa559 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:08:18 +0000 Subject: [PATCH 2/2] neosync: update 0.4.85 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 3550f118c310..7dacbd631f54 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: "a645dc50f19a8fd409ba1a52db958d3310d10fef41d96163a4172151c5b9f8cc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a645dc50f19a8fd409ba1a52db958d3310d10fef41d96163a4172151c5b9f8cc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a645dc50f19a8fd409ba1a52db958d3310d10fef41d96163a4172151c5b9f8cc" - sha256 cellar: :any_skip_relocation, sonoma: "0a8552583b4bfea73f69c07a06046afdd8057e26dfc8328dc983b386eac33405" - sha256 cellar: :any_skip_relocation, ventura: "0a8552583b4bfea73f69c07a06046afdd8057e26dfc8328dc983b386eac33405" - sha256 cellar: :any_skip_relocation, x86_64_linux: "30f3907ebe25df35784579e29c3f9f347b351df240b0ae3f27c52f0dedd528bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" + sha256 cellar: :any_skip_relocation, sonoma: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159" + sha256 cellar: :any_skip_relocation, ventura: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c13876fbf9586f7bc1e47c60dd0aae96b335bfb5fb535d2c7183048cd18c5c1" end depends_on "go" => :build