Skip to content

Commit cc35bad

Browse files
authored
Merge pull request #247039 from Homebrew/bump-synergy-core-1.19.0
synergy-core 1.19.0
2 parents 60f1cac + 73899ac commit cc35bad

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

Formula/s/synergy-core.rb

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SynergyCore < Formula
22
desc "Synergy, the keyboard and mouse sharing tool"
33
homepage "https://symless.com/synergy"
4-
url "https://github.com/symless/synergy/archive/refs/tags/v1.18.1.tar.gz"
5-
sha256 "f340cf6ef4762dfc7b0e04d4d0dae542db7f6fb9b9aba4eaf786446047cdb1c4"
4+
url "https://github.com/symless/synergy/archive/refs/tags/v1.19.0.tar.gz"
5+
sha256 "c18750b6d6b217f8439199ac90bb4633ef0611d4a962a383c6b424a984f388fa"
66

77
# The synergy-core/LICENSE file contains the following preamble:
88
# This program is released under the GPL with the additional exemption
@@ -31,11 +31,11 @@ class SynergyCore < Formula
3131
end
3232

3333
bottle do
34-
sha256 arm64_tahoe: "26678afbc7418065590ef6fa576ec661380275169ce64eb9b1243370844876a2"
35-
sha256 arm64_sequoia: "e3e3008c7e703c0db1d038bd27645f9479178fe14236bb16edc4960c6b27d21e"
36-
sha256 arm64_sonoma: "8fbba2a9c2af13c41475ab2476be8020398b08962427224ee8608b7cfd0d4975"
37-
sha256 sonoma: "36fcf36037acfd38774c2ec90b6d5dc213ba82fb34a8a0105c5bc0e84237c88f"
38-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2ac1cfccaafcc11cf0eb10836285efbb7a21a9d4c8a5e382bf97799056e8ce5"
34+
sha256 arm64_tahoe: "25913ff6edf63076ea08d23df11d8a3bdd6127cdba722efddb0935f579afa48e"
35+
sha256 arm64_sequoia: "650387faa695e66321282436bd4c5ad056ef3fa228faf568c894667f950c2dd0"
36+
sha256 arm64_sonoma: "bcebaedefbe2244aa1b13b18d89cb2d3c10e196d0122b898d563c20660865adc"
37+
sha256 sonoma: "2a1acad3e5d1114fe68664e6b634d81f9263b60a889ebc8b1877640e15244943"
38+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cc936636d4ad598d9c0209aa12ee9d002ddd3c533e984466601fd24745169496"
3939
end
4040

4141
depends_on "cmake" => :build
@@ -86,9 +86,6 @@ def install
8686
inreplace "src/gui/CMakeLists.txt",
8787
/"execute_process\(COMMAND \${MACDEPLOYQT_CMD}.*\)"/,
8888
'"MESSAGE (\\"Skipping macdeployqt in Homebrew\\")"'
89-
elsif OS.linux?
90-
# Get rid of hardcoded installation path.
91-
inreplace "cmake/Packaging.cmake", "set(CMAKE_INSTALL_PREFIX /usr)", ""
9289
end
9390

9491
args = %w[

0 commit comments

Comments
 (0)