File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
class SynergyCore < Formula
2
2
desc "Synergy, the keyboard and mouse sharing tool"
3
3
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 "
6
6
7
7
# The synergy-core/LICENSE file contains the following preamble:
8
8
# This program is released under the GPL with the additional exemption
@@ -86,9 +86,6 @@ def install
86
86
inreplace "src/gui/CMakeLists.txt" ,
87
87
/"execute_process\( COMMAND \$ {MACDEPLOYQT_CMD}.*\) "/ ,
88
88
'"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)" , ""
92
89
end
93
90
94
91
args = %w[
You can’t perform that action at this time.
0 commit comments