Skip to content

Commit 5be051c

Browse files
committed
fix: back to env variables repo, version and hash
Signed-off-by: Vinicius Lublanski <vlublima@gmail.com>
1 parent dd5c7a7 commit 5be051c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/spring-boot-cli/src/main/homebrew/spring-boot.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
class SpringBoot < Formula
44
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'
5+
url '${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz'
6+
version '${version}'
7+
sha256 '${hash}'
88
head 'https://github.com/spring-projects/spring-boot.git', :branch => "main"
99

1010
def install

0 commit comments

Comments
 (0)