Skip to content

Commit 9f19728

Browse files
authored
Merge pull request #200004 from Homebrew/bump-neosync-0.4.94
neosync 0.4.94
2 parents 258f619 + 5093d2a commit 9f19728

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/neosync.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Neosync < Formula
22
desc "CLI for interfacing with Neosync"
33
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"
66
license "MIT"
77
head "https://github.com/nucleuscloud/neosync.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)