diff options
| author | Adam Vandenberg | 2010-03-07 13:08:13 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-07 13:08:13 -0800 |
| commit | 3c268bb8f207c66da3a86c691b2fa09dacba2918 (patch) | |
| tree | fdfb505ee88e2fe98e84eaed4696b3170869f6d3 | |
| parent | ec4906b85a5fdddd085f34e4aea70ed604dad9a7 (diff) | |
| download | homebrew-3c268bb8f207c66da3a86c691b2fa09dacba2918.tar.bz2 | |
Update vice to 2.2 stable.
| -rw-r--r-- | Library/Formula/vice.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb index c00b7db36..28bba4bf1 100644 --- a/Library/Formula/vice.rb +++ b/Library/Formula/vice.rb @@ -1,10 +1,9 @@ require 'formula' class Vice <Formula - head 'http://vice-emu.svn.sourceforge.net/svnroot/vice-emu/trunk/vice/', - :revision => '21722' + url "http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.2.tar.gz" + md5 "6737f540806205384e9129026898b0a1" homepage 'http://www.viceteam.org/' - version '2.1.22' def remove_unused_icons Pathname.glob libexec+'*.app' do |d| @@ -21,7 +20,6 @@ class Vice <Formula # Cannot build with LLVM ENV.gcc_4_2 - system "./autogen.sh" # Disable the zlibtest, we know we have it. # Use Cocoa instead of X system "./configure", "--prefix=#{prefix}", |
