Skip to content

Commit eab7b46

Browse files
authored
Merge pull request #233190 from Homebrew/bump-syncthing-2.0.0
syncthing 2.0.0
2 parents ce9b7cb + bcfe490 commit eab7b46

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/s/syncthing.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Syncthing < Formula
22
desc "Open source continuous file synchronization application"
33
homepage "https://syncthing.net/"
4-
url "https://github.com/syncthing/syncthing/archive/refs/tags/v1.30.0.tar.gz"
5-
sha256 "1e9eb93be73960f748fe85d2738793b5a11c88e63839254057d4fd86cd4321a3"
4+
url "https://github.com/syncthing/syncthing/archive/refs/tags/v2.0.0.tar.gz"
5+
sha256 "e5bdc6cbc9d671d6c1bfcc0c778bd4d591ebb491fe07d5f7a1c19916c8742df6"
66
license "MPL-2.0"
77
head "https://github.com/syncthing/syncthing.git", branch: "main"
88

@@ -12,13 +12,13 @@ class Syncthing < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2aca3cc37688c08a85f974aa304def48d514d3dc7dc4434aff02e476fa9b6cab"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b81e57ca5484622c846b495b0b6955f5d63a5fae0996305a0e80ccdd76010f40"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b5187e292870269ff9966b7e3df60d5f649bfd4ab1cd4a4078716a7a8fb0761d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "7bd895cbc159a76d69d4aea41513a01a6145dc30ea5f48f2e6e90d7f537e5a86"
19-
sha256 cellar: :any_skip_relocation, ventura: "0ce6b0a7335b83c4b8f0ac16b8bf114aca508ec0501623664dc3f7db119a7241"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "dcb9377ed5d87f8d5fee29860ea4171168b6fac9b01a16a7e4f07f66d01bb8dc"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ffe4f34ab698459137219de3d189b8647d366dfdc31b1138d67f166b55d565d"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0cc197508bc3e117bd0e4f9ba67a8568592f7312c48afb9b8ac06caf3bfe527a"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0f65b5c0a4f83df1b1c23fcba1cbb777afbf21f7222cc94d04cc4262c9802be"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3dec07dc21486f80e4b3b95b1e99d9f01c32f68a58ccea2d474991f518844b43"
18+
sha256 cellar: :any_skip_relocation, sonoma: "b3c6e925f27d066b4d25e57c0435965d71ef3e4cb47d40e10cecdbec6d0ac6e0"
19+
sha256 cellar: :any_skip_relocation, ventura: "b7bd3b76d5f971a501bd456c83a442698af40ce875543d9b76923076ad5709e0"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "25650825c7f397fef52c6dc715d5a983a203caa473948396eff60370946f2ea7"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "079bff0cf3a9561dcf07e517eac444729637c60770db723b8c0d6e8e0024e0de"
2222
end
2323

2424
depends_on "go" => :build
@@ -41,7 +41,7 @@ def install
4141
end
4242

4343
test do
44-
assert_match "syncthing v#{version} ", shell_output("#{bin}/syncthing --version")
45-
system bin/"syncthing", "-generate", "./"
44+
assert_match "syncthing v#{version} ", shell_output("#{bin}/syncthing version")
45+
system bin/"syncthing", "generate"
4646
end
4747
end

0 commit comments

Comments
 (0)