Skip to content

Commit

Permalink
Update springboot to 0.5.0.M7
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Webb committed Dec 19, 2013
1 parent 0597b0f commit 00ab21b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions springboot.rb
@@ -1,14 +1,15 @@
require 'formula'

class Springboot < Formula
homepage 'http://projects.spring.io/spring-boot/'
url 'https://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M6/spring-boot-cli-0.5.0.M6-bin.tar.gz'
version '0.5.0.M6'
sha1 '5f6c2d6a99cb923191b00d3524f2b586db98e7e3'
homepage 'http://projects.spring.io/spring-boot/'
url 'https://repo.spring.io/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M7/spring-boot-cli-0.5.0.M7-bin.tar.gz'
version '0.5.0.M7'
sha1 'c4a0ae98da62fbaaf96e3004e6982b74247b3ca0'

def install
bin.install 'bin/spring'
lib.install 'lib/spring-boot-cli-0.5.0.M6.jar'
bash_completion.install 'bash_completion.d/spring'
end
def install
bin.install 'bin/spring'
lib.install 'lib/spring-boot-cli-0.5.0.M7.jar'
bash_completion.install 'shell-completion/bash/spring'
zsh_completion.install 'shell-completion/zsh/_spring'
end
end

0 comments on commit 00ab21b

Please sign in to comment.