diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mess.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/mess.rb b/Library/Formula/mess.rb index 57e9abc8b..edd014bf8 100644 --- a/Library/Formula/mess.rb +++ b/Library/Formula/mess.rb @@ -1,11 +1,12 @@ require 'formula' class Mess < Formula - homepage 'http://www.mess.org/' - url 'svn://dspnet.fr/mame/trunk', :revision => '31397' - version '0.154' + homepage "http://www.mess.org/" + url "https://github.com/mamedev/mame/archive/mame0155.tar.gz" + sha1 "0e56d53dd6dd916b3c29387112a7042befc501bd" + version "0.155" - head 'svn://dspnet.fr/mame/trunk' + head "https://github.com/mamedev/mame.git" bottle do cellar :any |
