Skip to content

Commit 82ca8a9

Browse files
authored
Merge pull request Homebrew#195843 from Homebrew/bump-neosync-0.4.83
neosync 0.4.83
2 parents 734490d + 47b3bfa commit 82ca8a9

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.4.82.tar.gz"
5-
sha256 "6cce2036bccd7a7351369e3c17f43ffce3d96864b63449b60651a6b9e213bc2a"
4+
url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.83.tar.gz"
5+
sha256 "638bc86c17aa33847a4cef6234e5462a35c3d142766b2dd0a4919304bc87081f"
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: "d38b9dc27bb8439fe65f950fcafec34e331a7fd3ff31fc6dbbe841daddbe8021"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d38b9dc27bb8439fe65f950fcafec34e331a7fd3ff31fc6dbbe841daddbe8021"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d38b9dc27bb8439fe65f950fcafec34e331a7fd3ff31fc6dbbe841daddbe8021"
13-
sha256 cellar: :any_skip_relocation, sonoma: "439618cb8b814443079d6f12a1aac7da18cf7aca83b75763180af21b437a1bca"
14-
sha256 cellar: :any_skip_relocation, ventura: "439618cb8b814443079d6f12a1aac7da18cf7aca83b75763180af21b437a1bca"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "13c5331dd56744eb0e7b7dc70c37d63e93373b052a5d207d5b51fced225c8e31"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f6678f3abe66efcc424be812359796c45e243d7bd8c0017781bf042e47db1ab"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3758d77834ee737ad1c246f0a4e958407cbedfca71aab277097a7a0d30f449f2"
14+
sha256 cellar: :any_skip_relocation, ventura: "3758d77834ee737ad1c246f0a4e958407cbedfca71aab277097a7a0d30f449f2"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ad43b2a51bb24427c2aa00b8d76c1cc1ab28c75633e32c2148b3c8af165a71d"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)