Skip to content

Commit

Permalink
Synergy - revert to stable release
Browse files Browse the repository at this point in the history
Revert to 1.3.6 as the stable release, and make 1.4.2 the head build.
  • Loading branch information
adamv committed Jun 9, 2011
1 parent d83f73c commit c7139db
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Library/Formula/synergy.rb
@@ -1,9 +1,17 @@
require 'formula'

class Synergy < Formula
url 'http://synergy.googlecode.com/files/synergy-1.4.2-MacOSX106-Universal.zip'
md5 'e52ca334612c3d01920c3beb927d93de'
version '1.4.2'

if ARGV.build_head?
url 'http://synergy.googlecode.com/files/synergy-1.4.2-MacOSX106-Universal.zip'
md5 'e52ca334612c3d01920c3beb927d93de'
version '1.4.2'
else
url 'http://synergy.googlecode.com/files/synergy-1.3.6p2-MacOSX-Universal.zip'
md5 'd7eba8d3ee9d50caa1d8c00d27702879'
version '1.3.6'
end

homepage 'http://synergy-foss.org'

def install
Expand Down

0 comments on commit c7139db

Please sign in to comment.