Browse Source

Use SHA1 checksum for homebrew

pull/176/head
Phillip Webb 12 years ago
parent
commit
d04248a845
  1. 5
      spring-boot-cli/pom.xml

5
spring-boot-cli/pom.xml

@ -315,7 +315,7 @@ @@ -315,7 +315,7 @@
<stringutil string="${version-type}" property="repo">
<lowercase />
</stringutil>
<checksum
<checksum algorithm="sha-1"
file="${project.build.directory}/spring-boot-cli-${version}-bin.tar.gz"
property="checksum" />
<echo
@ -326,7 +326,8 @@ @@ -326,7 +326,8 @@
<expandproperties />
</filterchain>
</copy>
<attachartifact file="${project.build.directory}/springboot.rb" classifier="homebrew" type="rb"/>
<attachartifact file="${project.build.directory}/springboot.rb"
classifier="homebrew" type="rb" />
</target>
</configuration>
</execution>

Loading…
Cancel
Save