diff --git a/Formula/n/neosync.rb b/Formula/n/neosync.rb index c22ddee41fe4a..8eac0b398c2c9 100644 --- a/Formula/n/neosync.rb +++ b/Formula/n/neosync.rb @@ -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.99.tar.gz" - sha256 "eb58fefd989b0c29d86e4687d66cd7fd8c027b90271ca018bc870d03834f12bf" + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.0.tar.gz" + sha256 "8025664644a13055003f12e9268ef1053eb43f67ec815c07b56ed0b6f25e6cec" license "MIT" head "https://github.com/nucleuscloud/neosync.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a829560d62a95f9448937666116e5b0373e49f6391609b4c03d2c8b01d181915" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a829560d62a95f9448937666116e5b0373e49f6391609b4c03d2c8b01d181915" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a829560d62a95f9448937666116e5b0373e49f6391609b4c03d2c8b01d181915" + sha256 cellar: :any_skip_relocation, sonoma: "d82de82d562584040d42f48b0102709e1022c43e72f99d2f3e64e76651dab02e" + sha256 cellar: :any_skip_relocation, ventura: "d82de82d562584040d42f48b0102709e1022c43e72f99d2f3e64e76651dab02e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30a63a7587e134d25ce34d37fdf27acbabcfafa4e8babffefa07332f6c81f21d" end depends_on "go" => :build