|
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.91.tar.gz" |
5 |
| - sha256 "0357a050f8339cd545bef2cc87c3c0222f670bb83647eb5a055a077938028dc5" |
| 4 | + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.92.tar.gz" |
| 5 | + sha256 "e7ba2ced001db6d07542918ed41ad1958e504ae2255505b6b93bc6089c994c84" |
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: "dbd445876915a6f1ca6cb726c94c392e7f5ceebcdaeefb408e7923a7f4cc1e47" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbd445876915a6f1ca6cb726c94c392e7f5ceebcdaeefb408e7923a7f4cc1e47" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbd445876915a6f1ca6cb726c94c392e7f5ceebcdaeefb408e7923a7f4cc1e47" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "e03f68020feb2d39cf648d4b595211677c3d792acc3c4302c2aa3924197c0fa4" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "e03f68020feb2d39cf648d4b595211677c3d792acc3c4302c2aa3924197c0fa4" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "17fb610e017364be00344738c2240c52c440e61e1ceb40201d688914ad8a2844" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a28acd3b74d5e33e0c7a4da8c15c16a6d506119db8d1f7f493e60b7e60ad148a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bab568f7aed340d8242db85153e7c0ae7654e780b4ba15633c98f9762d104229" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "bab568f7aed340d8242db85153e7c0ae7654e780b4ba15633c98f9762d104229" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fc299a5280b2ff8fa987f15b7dcb7e3417d5614143c427cbb3607fe9a88f6f5f" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments