Skip to content

Commit 3ca3368

Browse files
authored
Merge pull request Homebrew#206587 from Homebrew/bump-neosync-0.5.15
neosync 0.5.15
2 parents 2d37fdd + a3cf12b commit 3ca3368

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/neosync.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Neosync < Formula
22
desc "CLI for interfacing with Neosync"
33
homepage "https://www.neosync.dev/"
4-
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.14.tar.gz"
5-
sha256 "66fa77b99c6492bf3692c48d258a1109482fb61ea1c8a6ae6036292e526704f6"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.15.tar.gz"
5+
sha256 "a255407a9777cc31d22042505783c080ecf747d5fa977cd86d7b3e02abd6ed9e"
66
license "MIT"
77
head "https://github.com/nucleuscloud/neosync.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "eb9a045f3f92413fce6d6eda8422660a0c094ac1f96585dec099917792024f39"
14-
sha256 cellar: :any_skip_relocation, ventura: "eb9a045f3f92413fce6d6eda8422660a0c094ac1f96585dec099917792024f39"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5e03f1ed60fb9f1ba73582960635b375826b10b13bc704d4b95a5fcc0e889ee"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b7fd77935d683f43681503633a5366ce2b54a57177a3473f0f24e0b6a000e543"
14+
sha256 cellar: :any_skip_relocation, ventura: "b7fd77935d683f43681503633a5366ce2b54a57177a3473f0f24e0b6a000e543"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "36aec726832331cdbd3a075aba89103fc54a3a793a879a72471b641b8606d9d8"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)