Migrate away from pivotal-legacy/homebrew-tap

Update formula to use spring-boot rather than springboot. This will
allow both taps to be used at the same time.

See gh-24659
This commit is contained in:
Phillip Webb
2021-01-06 16:58:05 -08:00
parent 25033ee5e7
commit 46629ef5e4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
require 'formula'
class Springboot < Formula
class SpringBoot < Formula
homepage 'https://spring.io/projects/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}'