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