Use a SHA256 checksum in the Homebrew formula
Closes gh-5885
This commit is contained in:
@@ -4,7 +4,7 @@ class Springboot < Formula
|
||||
homepage 'http://projects.spring.io/spring-boot/'
|
||||
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
|
||||
version '${project.version}'
|
||||
sha1 '${checksum}'
|
||||
sha256 '${checksum}'
|
||||
head 'https://github.com/spring-projects/spring-boot.git'
|
||||
|
||||
if build.head?
|
||||
|
||||
Reference in New Issue
Block a user