Skip to content

Commit fe63d82

Browse files
authored
Merge pull request #205053 from Homebrew/bump-neosync-0.5.7
neosync 0.5.7
2 parents 04d6713 + 6941493 commit fe63d82

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.6.tar.gz"
5-
sha256 "af8e77ce08a8b7a61e80ca4866496d21e04f42dc90c0fb9fc31a457d517e345d"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.7.tar.gz"
5+
sha256 "39070c1fa23023abcd451a2292c11c1dd63ab3f0f11cbf0b3e69437ba5e474b4"
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: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f57a0ba86a32a9a240232fb1ef8f26ffb0decb8050f27ada709a1b3019260763"
13-
sha256 cellar: :any_skip_relocation, sonoma: "5fa50225a8ea65ea068cef8b88f0a1c09fe71c97790c31980ca3f784b9627709"
14-
sha256 cellar: :any_skip_relocation, ventura: "5fa50225a8ea65ea068cef8b88f0a1c09fe71c97790c31980ca3f784b9627709"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9738fd6cc1a455157bc863c459d339717110ed78be559aa998e3bb55074c1e4d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3fde83f6d3c94059f43c8eedc1e9db26063db45cc160a33bae520a0b62e0478"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3fde83f6d3c94059f43c8eedc1e9db26063db45cc160a33bae520a0b62e0478"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e3fde83f6d3c94059f43c8eedc1e9db26063db45cc160a33bae520a0b62e0478"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f26ce0ea858b88a7a4703ec135cef8c500f35fc514921ba4d88162bdfb5e2bee"
14+
sha256 cellar: :any_skip_relocation, ventura: "f26ce0ea858b88a7a4703ec135cef8c500f35fc514921ba4d88162bdfb5e2bee"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e75192582af90f15164ec005856d5be34d4ae375327fe315c3a80d9d236fefe2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)