synergy: remove as broken; binaries available.
Downloads here: http://synergy-foss.org/download/?list The new betas are stable, maintained and properly packaged.
This commit is contained in:
parent
28284e89cf
commit
4a391ce89d
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Synergy < Formula
|
||||
homepage 'http://synergy-foss.org'
|
||||
version '1.3.8'
|
||||
|
||||
if MacOS.lion?
|
||||
url 'http://synergy.googlecode.com/files/synergy-1.3.8-MacOSX107-Universal.zip'
|
||||
sha1 '6b9b0e75a468b9f9c80519894e4d2d589aca2d31'
|
||||
else
|
||||
url 'http://synergy.googlecode.com/files/synergy-1.3.8-MacOSX106-Universal.zip'
|
||||
sha1 'cedf8dc0f5f1d95b967fabcd4ed9bfc0f72840e6'
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install 'synergyc', 'synergys'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue