|
|
|
|
@ -312,7 +312,7 @@
@@ -312,7 +312,7 @@
|
|
|
|
|
<stringutil string="${version-type}" property="repo"> |
|
|
|
|
<lowercase /> |
|
|
|
|
</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" /> |
|
|
|
|
<copy file="${basedir}/src/main/homebrew/springboot.rb" tofile="${project.build.directory}/springboot.rb" overwrite="true"> |
|
|
|
|
<filterchain> |
|
|
|
|
|