|
1 | 1 | class Neosync < Formula |
2 | 2 | desc "CLI for interfacing with Neosync" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/nucleuscloud/neosync.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments