From d77d3ff23699cd5b298685dae1dff065f8d7e93c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 6 May 2016 15:58:44 +0100 Subject: [PATCH] Use a SHA256 checksum in the Homebrew formula Closes gh-5885 --- spring-boot-cli/pom.xml | 2 +- spring-boot-cli/src/main/homebrew/springboot.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 8bdd190b10c..69864ff644f 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -312,7 +312,7 @@ - + diff --git a/spring-boot-cli/src/main/homebrew/springboot.rb b/spring-boot-cli/src/main/homebrew/springboot.rb index ccf69ebc9c8..0e6bf539108 100644 --- a/spring-boot-cli/src/main/homebrew/springboot.rb +++ b/spring-boot-cli/src/main/homebrew/springboot.rb @@ -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?