scalate 1.5.3
Closes Homebrew/homebrew#8678. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
570d92f835
commit
130d481584
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ require 'formula'
|
|||
require 'find'
|
||||
|
||||
class Scalate < Formula
|
||||
url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.5.0/scalate-distro-1.5.0-unix-bin.tar.gz'
|
||||
version '1.5.0'
|
||||
url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.5.3/scalate-distro-1.5.3-unix-bin.tar.gz'
|
||||
version '1.5.3'
|
||||
homepage 'http://scalate.fusesource.org/'
|
||||
md5 '7574d29b29c05c086f1fa977f23ed4a5'
|
||||
md5 '5114f611836957f479c1f2060b20beb3'
|
||||
|
||||
def startup_script
|
||||
<<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue