|
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.5.34.tar.gz" |
5 | | - sha256 "441381d32306a6f85bf2c0620a507e0b66ba1f29341a8d9213111c26ac484c29" |
| 4 | + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.35.tar.gz" |
| 5 | + sha256 "5db9c511ec8b97ef3832b7702b71c0554d903e127a9f5f3b13f218ebdd2ef6d9" |
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: "343d5afa79ed843c53782fd23c653b5b2a2b2b72da55551509fd52b65df8cc01" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "343d5afa79ed843c53782fd23c653b5b2a2b2b72da55551509fd52b65df8cc01" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "343d5afa79ed843c53782fd23c653b5b2a2b2b72da55551509fd52b65df8cc01" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "59737d19cebedbfa5aabde7cfd06c53476aadbb7f937ed5b7fa75316f3dacc3c" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "59737d19cebedbfa5aabde7cfd06c53476aadbb7f937ed5b7fa75316f3dacc3c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "12aaf4389577005512fbdaa5dfd5b677026ebf1f3218bafb567939aca772d131" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "b839b8e2c90f91a6aa3fb6e0126ce9939433c31a58e17ee286b367acb40ac692" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "49118f3860d3204d10019b538fe616e3cb89161e16e3693b2d798d02bb4801b4" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "49118f3860d3204d10019b538fe616e3cb89161e16e3693b2d798d02bb4801b4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a6658e4be8b80d8c0b08c209a79e27565cc98ad44886d6a89d8546904afe0d1" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments