Browse Source
Update formula to use spring-boot rather than springboot. This will allow both taps to be used at the same time. See gh-24659pull/24789/head
2 changed files with 4 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||||||
require 'formula' |
require 'formula' |
||||||
|
|
||||||
class Springboot < Formula |
class SpringBoot < Formula |
||||||
homepage 'https://spring.io/projects/spring-boot' |
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' |
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}' |
version '${project.version}' |
||||||
Loading…
Reference in new issue