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:
Mike McQuaid 2012-08-25 09:17:21 -07:00
parent 28284e89cf
commit 4a391ce89d

View file

@ -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