ume 0.155
Closes Homebrew/homebrew#33335. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
61ffc0506b
commit
08163b5724
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ume < Formula
|
||||
homepage 'http://mamedev.org/'
|
||||
url 'svn://dspnet.fr/mame/trunk', :revision => '31397'
|
||||
version '0.154'
|
||||
homepage "http://mamedev.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
|
||||
|
|
Loading…
Reference in a new issue