|
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.14.tar.gz" |
5 | | - sha256 "66fa77b99c6492bf3692c48d258a1109482fb61ea1c8a6ae6036292e526704f6" |
| 4 | + url "https://github.com/nucleuscloud/neosync/archive/refs/tags/v0.5.15.tar.gz" |
| 5 | + sha256 "a255407a9777cc31d22042505783c080ecf747d5fa977cd86d7b3e02abd6ed9e" |
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: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "136ce05b0ccaa9d01e0e6f92210119d5fd14f584b23df7498d77083c9676b14c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "eb9a045f3f92413fce6d6eda8422660a0c094ac1f96585dec099917792024f39" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "eb9a045f3f92413fce6d6eda8422660a0c094ac1f96585dec099917792024f39" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d5e03f1ed60fb9f1ba73582960635b375826b10b13bc704d4b95a5fcc0e889ee" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a9afe300b3988e64406a7362e0519cb4c3d2b4cdd7312a2b0940a2ef93d42a1d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b7fd77935d683f43681503633a5366ce2b54a57177a3473f0f24e0b6a000e543" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "b7fd77935d683f43681503633a5366ce2b54a57177a3473f0f24e0b6a000e543" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "36aec726832331cdbd3a075aba89103fc54a3a793a879a72471b641b8606d9d8" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments