From 79106adb18804140dff7eda7e410284523285577 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:32:56 +0000 Subject: [PATCH 1/2] neosync 0.4.99 --- 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 f2f3a889f7460..01674de7a55a1 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.98.tar.gz" - sha256 "1e8a74ed97f2e73c1282c33be05f2b036b8d804a0ca9a7a56a0d50b66176fa94" + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.99.tar.gz" + sha256 "eb58fefd989b0c29d86e4687d66cd7fd8c027b90271ca018bc870d03834f12bf" license "MIT" head "https://github.com/nucleuscloud/neosync.git", branch: "main" From f7c5bea4e677e75b369dc8cb7a2cd6487547f90a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:45:58 +0000 Subject: [PATCH 2/2] neosync: update 0.4.99 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 01674de7a55a1..c22ddee41fe4a 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: "ee8c11c02b4057dca06de1db448ccb5250aaf10f48247f06a3d709117ab7808a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee8c11c02b4057dca06de1db448ccb5250aaf10f48247f06a3d709117ab7808a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee8c11c02b4057dca06de1db448ccb5250aaf10f48247f06a3d709117ab7808a" - sha256 cellar: :any_skip_relocation, sonoma: "7e697ebaff00007e7bb2f24afb16740e326c0412c5785ddeeae7b846a879f8b1" - sha256 cellar: :any_skip_relocation, ventura: "7e697ebaff00007e7bb2f24afb16740e326c0412c5785ddeeae7b846a879f8b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2b9025527ac1e9ff582882e94e6d668788a19b7de20bf7d756d938b095744d4c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7112cc71d7bdee6974f9dc717bf03bbdeb00ab916dd4a75ab322b7f558da4b4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7112cc71d7bdee6974f9dc717bf03bbdeb00ab916dd4a75ab322b7f558da4b4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f7112cc71d7bdee6974f9dc717bf03bbdeb00ab916dd4a75ab322b7f558da4b4" + sha256 cellar: :any_skip_relocation, sonoma: "d885fc3570cf0a0e85bbc73dd2566e2dad79e62ba6ba4ee07e08a83eae87ce9b" + sha256 cellar: :any_skip_relocation, ventura: "d885fc3570cf0a0e85bbc73dd2566e2dad79e62ba6ba4ee07e08a83eae87ce9b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d2305d0b4443454157cdd794e410489efb8a696892374166a64c30117311f42" end depends_on "go" => :build