From ff7ce9c4f0b227b790c53542e3110ce5998663ae Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 4 Sep 2022 14:38:55 -0400 Subject: [PATCH] synergy-core 1.14.5.17 Closes #109620. Signed-off-by: Rui Chen Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/synergy-core.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Formula/synergy-core.rb b/Formula/synergy-core.rb index 7d3a64061f8..d4e57ce4121 100644 --- a/Formula/synergy-core.rb +++ b/Formula/synergy-core.rb @@ -1,6 +1,8 @@ class SynergyCore < Formula desc "Synergy, the keyboard and mouse sharing tool" homepage "https://symless.com/synergy" + url "https://github.com/symless/synergy-core/archive/refs/tags/1.14.5.17.tar.gz" + sha256 "ed48717ad664773aa3492e34f085873cab43fb84e8fe3717db485588b67ae1d1" # The synergy-core/LICENSE file contains the following preamble: # This program is released under the GPL with the additional exemption @@ -16,14 +18,8 @@ class SynergyCore < Formula # audit_exceptions/permitted_formula_license_mismatches.json # That exception can be removed if the nonfree GitHub Licenses API is fixed. license :cannot_represent - head "https://github.com/symless/synergy-core.git", branch: "master" - stable do - url "https://github.com/symless/synergy-core/archive/refs/tags/v1.14.4.37-stable.tar.gz" - sha256 "081735f032a2909c65322d43bcaf463bca05f88a05882c706762c959cd4bbec6" - end - # This repository contains old 2.0.0 tags, one of which uses a stable tag # format (`v2.0.0-stable`), despite being marked as "pre-release" on GitHub. # The `GithubLatest` strategy is used to avoid these old tags without having