Use SHA1 checksum for homebrew
This commit is contained in:
parent
1931d6eb9d
commit
d04248a845
|
@ -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 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue