Update scalate to release 1.4.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c0efaa6af5
commit
0f619b7cfa
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Scalate <Formula
|
class Scalate <Formula
|
||||||
url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.3.2/scalate-distro-1.3.2-unix-bin.tar.gz'
|
url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/1.4.0/scalate-distro-1.4.0-unix-bin.tar.gz'
|
||||||
version '1.3.2'
|
version '1.4.0'
|
||||||
homepage 'http://scalate.fusesource.org/'
|
homepage 'http://scalate.fusesource.org/'
|
||||||
md5 'e1bdef41fa3c5bcc8848937d5d66b812'
|
md5 'e2c7f309a2774a13262102ce70f78a21'
|
||||||
|
|
||||||
def startup_script
|
def startup_script
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
|
|
Loading…
Reference in a new issue