Commit d04248a8 authored by Phillip Webb's avatar Phillip Webb

Use SHA1 checksum for homebrew

parent 1931d6eb
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
<stringutil string="${version-type}" property="repo"> <stringutil string="${version-type}" property="repo">
<lowercase /> <lowercase />
</stringutil> </stringutil>
<checksum <checksum algorithm="sha-1"
file="${project.build.directory}/spring-boot-cli-${version}-bin.tar.gz" file="${project.build.directory}/spring-boot-cli-${version}-bin.tar.gz"
property="checksum" /> property="checksum" />
<echo <echo
...@@ -326,7 +326,8 @@ ...@@ -326,7 +326,8 @@
<expandproperties /> <expandproperties />
</filterchain> </filterchain>
</copy> </copy>
<attachartifact file="${project.build.directory}/springboot.rb" classifier="homebrew" type="rb"/> <attachartifact file="${project.build.directory}/springboot.rb"
classifier="homebrew" type="rb" />
</target> </target>
</configuration> </configuration>
</execution> </execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment