Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Formula/s/synergy-core.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SynergyCore < Formula
desc "Synergy, the keyboard and mouse sharing tool"
homepage "https://symless.com/synergy"
url "https://github.com/symless/synergy/archive/refs/tags/v1.18.1.tar.gz"
sha256 "f340cf6ef4762dfc7b0e04d4d0dae542db7f6fb9b9aba4eaf786446047cdb1c4"
url "https://github.com/symless/synergy/archive/refs/tags/v1.19.0.tar.gz"
sha256 "c18750b6d6b217f8439199ac90bb4633ef0611d4a962a383c6b424a984f388fa"

# The synergy-core/LICENSE file contains the following preamble:
# This program is released under the GPL with the additional exemption
Expand Down Expand Up @@ -86,9 +86,6 @@ def install
inreplace "src/gui/CMakeLists.txt",
/"execute_process\(COMMAND \${MACDEPLOYQT_CMD}.*\)"/,
'"MESSAGE (\\"Skipping macdeployqt in Homebrew\\")"'
elsif OS.linux?
# Get rid of hardcoded installation path.
inreplace "cmake/Packaging.cmake", "set(CMAKE_INSTALL_PREFIX /usr)", ""
end

args = %w[
Expand Down
Loading