From 6bcc42e65c54c1f1be1f257d7a2c9ec6fca6a0f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:02:10 +0000 Subject: [PATCH 1/2] neosync 0.4.90 --- 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 335f8a9dd1bd64..18fece08eb7b59 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.89.tar.gz" - sha256 "8a4c8669713be7bf7450fc4fe52ae45ba6f79a6ccff9f8c9291c0e3ba7d259d7" + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.90.tar.gz" + sha256 "90d03b4ce3467bc3452e6fa80b962f71d83ec4397f9d8a005151b43b3b4aedf4" license "MIT" head "https://github.com/nucleuscloud/neosync.git", branch: "main" From 3f2d8aa878363d22b105ebc16978203645d07eb7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:57:02 +0000 Subject: [PATCH 2/2] neosync: update 0.4.90 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 18fece08eb7b59..b0ccea78e1d27b 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: "9a63e96b4b71852f664cabdbff4b39538597fbcc24803d614d4385a0cf163bbd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a63e96b4b71852f664cabdbff4b39538597fbcc24803d614d4385a0cf163bbd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a63e96b4b71852f664cabdbff4b39538597fbcc24803d614d4385a0cf163bbd" - sha256 cellar: :any_skip_relocation, sonoma: "4213f28e2f957a674100f94789c1655d6d7d74b968c31e87b6d6ef82abb33e13" - sha256 cellar: :any_skip_relocation, ventura: "4213f28e2f957a674100f94789c1655d6d7d74b968c31e87b6d6ef82abb33e13" - sha256 cellar: :any_skip_relocation, x86_64_linux: "72949f16e9805ccc9ff3bcae3be7213989f33be49d269da9b232ff6678aca442" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b328f16f9279a62992cd4d84ab4e4a38c48006fb52fef3025d1ffe17de985a0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b328f16f9279a62992cd4d84ab4e4a38c48006fb52fef3025d1ffe17de985a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8b328f16f9279a62992cd4d84ab4e4a38c48006fb52fef3025d1ffe17de985a0" + sha256 cellar: :any_skip_relocation, sonoma: "8900a7399c7ac1ee5bd3136befdc7769f9ac3b2d27ce8b8f94299849eb2dbef1" + sha256 cellar: :any_skip_relocation, ventura: "8900a7399c7ac1ee5bd3136befdc7769f9ac3b2d27ce8b8f94299849eb2dbef1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eccf1b361d21d03f8777055ea7dc0295c08d255f093e79a87e6e50abff1bded7" end depends_on "go" => :build