|
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.93.tar.gz" |
5 | | - sha256 "906ac29f2da832dfac00a4f76cac22ca20069ef5e8c88d68d11adf379cf12c39" |
| 4 | + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.4.94.tar.gz" |
| 5 | + sha256 "9cbb01430d90c6059d5e09249dcfd24f05ede3d0a9200f7101f6dc03acfe3e64" |
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: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "de1b254a0a4debd907d5f67811d723fd574ea8adbb36ffd617e7001c9c28bef6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e995eb93d2c9524ce4b9d757f34f5dbf8e881839670beb0fd3632d482e1cd0c4" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e995eb93d2c9524ce4b9d757f34f5dbf8e881839670beb0fd3632d482e1cd0c4" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e898af9318a68ab33786dd1da53e2e776a0abfe7ec63e288bc913c65f01f4e6c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2682f70ec32d56d24473cd7b1353df57579363d1f317631765eb5617aa821dff" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2682f70ec32d56d24473cd7b1353df57579363d1f317631765eb5617aa821dff" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2682f70ec32d56d24473cd7b1353df57579363d1f317631765eb5617aa821dff" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "227f6d44d2ae514c598be2f317d9a8e5b2cac2f27441fe94ae8ecb0883275c79" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "227f6d44d2ae514c598be2f317d9a8e5b2cac2f27441fe94ae8ecb0883275c79" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "999ce71a1cbefdcbba1a2cdb9d6b79e75f293afb7f31294e49fd96f6bcf77882" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments