We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5c7a7 commit 5be051cCopy full SHA for 5be051c
cli/spring-boot-cli/src/main/homebrew/spring-boot.rb
@@ -2,9 +2,9 @@
2
3
class SpringBoot < Formula
4
homepage 'https://spring.io/projects/spring-boot'
5
- url 'https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-cli/3.5.6/spring-boot-cli-3.5.6-bin.tar.gz'
6
- version '3.5.6'
7
- sha256 '3ac9314100c474ddad1c4ae04a85404383817d6f748820980e26ccbe55393bbe'
+ url '${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz'
+ version '${version}'
+ sha256 '${hash}'
8
head 'https://github.com/spring-projects/spring-boot.git', :branch => "main"
9
10
def install
0 commit comments