Skip to content

Commit

Permalink
Merge pull request #207932 from Homebrew/bump-neosync-0.5.21
Browse files Browse the repository at this point in the history
neosync 0.5.21
  • Loading branch information
BrewTestBot authored Feb 16, 2025
2 parents 3550c7a + c4cce7c commit b281208
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.20.tar.gz"
sha256 "2a2cf799d64e5b66373ed8c5f38f3eea572282e9cf5506587face536fea93a00"
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.21.tar.gz"
sha256 "a6e19daeaf1bb3794b8d9cf0117359395c50745e14e03d5f91c0ae8bb3dfb138"
license "MIT"
head "https://github.com/nucleuscloud/neosync.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "42b07f51688dc0166949e36021603eb6a0f0896bd31dd3c1049322e7210c6847"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42b07f51688dc0166949e36021603eb6a0f0896bd31dd3c1049322e7210c6847"
sha256 cellar: :any_skip_relocation, arm64_ventura: "42b07f51688dc0166949e36021603eb6a0f0896bd31dd3c1049322e7210c6847"
sha256 cellar: :any_skip_relocation, sonoma: "487b97c0506dfe243a3dd82dd17100e0c657ec11eaf1e5395d7a97bc6df34b9d"
sha256 cellar: :any_skip_relocation, ventura: "487b97c0506dfe243a3dd82dd17100e0c657ec11eaf1e5395d7a97bc6df34b9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4de68c9144eaa08405aa923b748918149d01b211f50bf34e582768758bd915ee"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a69453b78e28fb99be845276ffd9ac166b593448df61b987366592abc2760e9f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a69453b78e28fb99be845276ffd9ac166b593448df61b987366592abc2760e9f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a69453b78e28fb99be845276ffd9ac166b593448df61b987366592abc2760e9f"
sha256 cellar: :any_skip_relocation, sonoma: "5855f9695b7858ddcb3a2d3070001a6697ad94b0cf87542424f0625c58e5e921"
sha256 cellar: :any_skip_relocation, ventura: "5855f9695b7858ddcb3a2d3070001a6697ad94b0cf87542424f0625c58e5e921"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3240669e6f0a637e5f39ecb46f7cad3b9964b813960beffc2dc63655a78a3a3"
end

depends_on "go" => :build
Expand Down

0 comments on commit b281208

Please sign in to comment.