|
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.85.tar.gz" |
5 | | - sha256 "5f544e08c18e20a82706a5a383e97278e96adfd6410b98defc68d74333be8cc2" |
| 4 | + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.86.tar.gz" |
| 5 | + sha256 "d7419ca066327b288027e8daefb1e10f8f58b558103ebb49040c03aaee79d149" |
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: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "d86ef9edbe0d1d53a90d2ab68862372193302d642812b12077ab373a360d65d4" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "264f3a03c012ea92db5dbb40ddcf622a267f96d919f46c83367eecac3a75f159" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c13876fbf9586f7bc1e47c60dd0aae96b335bfb5fb535d2c7183048cd18c5c1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a3d3ced82b192e9729b2fa28df639df0bad365ae4b1591c3f8de058788dca17" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "6bb14207771664dd74d783c1435086720ceeda26f02b29880894c791b028f732" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e31bad445893e2ae383a54f37765f872f056b752f7f5ec6bacb3f6ea5747f21" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments