Use a SHA256 checksum in the Homebrew formula

Closes gh-5885
This commit is contained in:
Andy Wilkinson
2016-05-06 15:58:44 +01:00
parent 72c2454218
commit d77d3ff236
2 changed files with 2 additions and 2 deletions

View File

@@ -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?