Merge branch '3.2.x' into 3.3.x

Closes gh-41273
This commit is contained in:
Andy Wilkinson
2024-06-28 15:47:54 +01:00
31 changed files with 276 additions and 513 deletions

View File

@@ -2,8 +2,8 @@ require 'formula'
class SpringBoot < Formula
homepage 'https://spring.io/projects/spring-boot'
url '${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
version '${project.version}'
url '${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz'
version '${version}'
sha256 '${hash}'
head 'https://github.com/spring-projects/spring-boot.git', :branch => "main"