Skip to content

Commit

Permalink
Merge pull request #196328 from Homebrew/bump-neosync-0.4.84
Browse files Browse the repository at this point in the history
neosync 0.4.84
  • Loading branch information
BrewTestBot authored Nov 1, 2024
2 parents 4e86ada + 92dec2b commit 9f4d038
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/neosync.rb
Original file line number Diff line number Diff line change
@@ -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.83.tar.gz"
sha256 "638bc86c17aa33847a4cef6234e5462a35c3d142766b2dd0a4919304bc87081f"
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.84.tar.gz"
sha256 "6d821888a8efeb5d295cf67e45900f7f919f5684e20a723af6ba41958c4e49b2"
license "MIT"
head "https://github.com/nucleuscloud/neosync.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
sha256 cellar: :any_skip_relocation, sonoma: "3758d77834ee737ad1c246f0a4e958407cbedfca71aab277097a7a0d30f449f2"
sha256 cellar: :any_skip_relocation, ventura: "3758d77834ee737ad1c246f0a4e958407cbedfca71aab277097a7a0d30f449f2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ad43b2a51bb24427c2aa00b8d76c1cc1ab28c75633e32c2148b3c8af165a71d"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9f4d038

Please sign in to comment.