Skip to content

Commit 46629ef

Browse files
committed
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
1 parent 25033ee commit 46629ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,15 @@
349349
property="checksum" />
350350
<echo
351351
message="Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo" />
352-
<copy file="${basedir}/src/main/homebrew/springboot.rb"
353-
tofile="${project.build.directory}/homebrew/springboot.rb"
352+
<copy file="${basedir}/src/main/homebrew/spring-boot.rb"
353+
tofile="${project.build.directory}/homebrew/spring-boot.rb"
354354
overwrite="true">
355355
<filterchain>
356356
<expandproperties />
357357
</filterchain>
358358
</copy>
359359
<attachartifact
360-
file="${project.build.directory}/homebrew/springboot.rb"
360+
file="${project.build.directory}/homebrew/spring-boot.rb"
361361
classifier="homebrew" type="rb" />
362362
</target>
363363
</configuration>

spring-boot-project/spring-boot-cli/src/main/homebrew/springboot.rb renamed to spring-boot-project/spring-boot-cli/src/main/homebrew/spring-boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'formula'
22

3-
class Springboot < Formula
3+
class SpringBoot < Formula
44
homepage 'https://spring.io/projects/spring-boot'
55
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
66
version '${project.version}'

0 commit comments

Comments
 (0)