Skip to content

Commit 166ebd4

Browse files
BrewTestBotdaeho-ro
authored andcommitted
synergy-core 1.19.0
1 parent f3d2ac5 commit 166ebd4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Formula/s/synergy-core.rb

Lines changed: 2 additions & 5 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
@@ -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)