mess/mame: update svn url

Closes Homebrew/homebrew#15150.
This commit is contained in:
Adam Vandenberg 2012-09-28 20:13:20 -07:00
parent 143cd6193b
commit ea3f6e7e25
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@ require 'formula'
class Mame < Formula
homepage 'http://mamedev.org/'
url 'svn://messdev.no-ip.org/mess', :revision => 15603
url 'svn://dspnet.fr/mame/trunk', :revision => 15603
version '146u3'
head 'svn://messdev.no-ip.org/mess'
head 'svn://dspnet.fr/mame/trunk'
depends_on :x11
depends_on 'sdl'

View file

@ -2,10 +2,10 @@ require 'formula'
class Mess < Formula
homepage 'http://www.mess.org/'
url 'svn://messdev.no-ip.org/mess', :revision => 15603
url 'svn://dspnet.fr/mame/trunk', :revision => 15603
version '146u3'
head 'svn://messdev.no-ip.org/mess'
head 'svn://dspnet.fr/mame/trunk'
depends_on :x11
depends_on 'sdl'