Merge branch '1.3.x'
This commit is contained in:
commit
38ad420810
|
|
@ -324,7 +324,7 @@
|
||||||
<stringutil string="${version-type}" property="repo">
|
<stringutil string="${version-type}" property="repo">
|
||||||
<lowercase />
|
<lowercase />
|
||||||
</stringutil>
|
</stringutil>
|
||||||
<checksum algorithm="sha-1" file="${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz" property="checksum" />
|
<checksum algorithm="sha-256" file="${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz" property="checksum" />
|
||||||
<echo message="Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo" />
|
<echo message="Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo" />
|
||||||
<copy file="${basedir}/src/main/homebrew/springboot.rb" tofile="${project.build.directory}/springboot.rb" overwrite="true">
|
<copy file="${basedir}/src/main/homebrew/springboot.rb" tofile="${project.build.directory}/springboot.rb" overwrite="true">
|
||||||
<filterchain>
|
<filterchain>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ class Springboot < Formula
|
||||||
homepage 'http://projects.spring.io/spring-boot/'
|
homepage 'http://projects.spring.io/spring-boot/'
|
||||||
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
|
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
|
||||||
version '${project.version}'
|
version '${project.version}'
|
||||||
sha1 '${checksum}'
|
sha256 '${checksum}'
|
||||||
head 'https://github.com/spring-projects/spring-boot.git'
|
head 'https://github.com/spring-projects/spring-boot.git'
|
||||||
|
|
||||||
if build.head?
|
if build.head?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue