Skip to content

Commit

Permalink
Merge pull request #204693 from Homebrew/bump-neosync-0.5.6
Browse files Browse the repository at this point in the history
neosync 0.5.6
  • Loading branch information
BrewTestBot authored Jan 18, 2025
2 parents b2e37e4 + 21f07a7 commit ae99f3e
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.5.5.tar.gz"
sha256 "97c885caf7b14d74b6953efdefa5905d7ae4a4d3e2d19fa24fd4b3c542b656bc"
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.6.tar.gz"
sha256 "af8e77ce08a8b7a61e80ca4866496d21e04f42dc90c0fb9fc31a457d517e345d"
license "MIT"
head "https://github.com/nucleuscloud/neosync.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2239d8f2dc5f4102e141fa200ebe47035476471b9b7f8cdfe18205825c0c66aa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2239d8f2dc5f4102e141fa200ebe47035476471b9b7f8cdfe18205825c0c66aa"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2239d8f2dc5f4102e141fa200ebe47035476471b9b7f8cdfe18205825c0c66aa"
sha256 cellar: :any_skip_relocation, sonoma: "ecf65cab58881324d0b084aeec0419b1889921f4638601b093e4253711b65bb9"
sha256 cellar: :any_skip_relocation, ventura: "ecf65cab58881324d0b084aeec0419b1889921f4638601b093e4253711b65bb9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b331e64ea7e5f461424fdbb5ebca123c778e427455d5efa0a067f907e2af62c1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
sha256 cellar: :any_skip_relocation, sonoma: "5fa50225a8ea65ea068cef8b88f0a1c09fe71c97790c31980ca3f784b9627709"
sha256 cellar: :any_skip_relocation, ventura: "5fa50225a8ea65ea068cef8b88f0a1c09fe71c97790c31980ca3f784b9627709"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9738fd6cc1a455157bc863c459d339717110ed78be559aa998e3bb55074c1e4d"
end

depends_on "go" => :build
Expand Down

0 comments on commit ae99f3e

Please sign in to comment.