File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 312
312
<stringutil string =" ${version-type}" property =" repo" >
313
313
<lowercase />
314
314
</stringutil >
315
- <checksum algorithm =" sha-1 " file =" ${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz" property =" checksum" />
315
+ <checksum algorithm =" sha-256 " file =" ${project.build.directory}/spring-boot-cli-${project.version}-bin.tar.gz" property =" checksum" />
316
316
<echo message =" Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo" />
317
317
<copy file =" ${basedir}/src/main/homebrew/springboot.rb" tofile =" ${project.build.directory}/springboot.rb" overwrite =" true" >
318
318
<filterchain >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Springboot < Formula
4
4
homepage 'http://projects.spring.io/spring-boot/'
5
5
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
6
6
version '${project.version}'
7
- sha1 '${checksum}'
7
+ sha256 '${checksum}'
8
8
head 'https://github.com/spring-projects/spring-boot.git'
9
9
10
10
if build . head?
You can’t perform that action at this time.
0 commit comments