Skip to content

Commit

Permalink
Merge pull request #196236 from Homebrew/bump-commandbox-6.1.0
Browse files Browse the repository at this point in the history
commandbox 6.1.0
  • Loading branch information
BrewTestBot authored Oct 31, 2024
2 parents 4c07065 + a3b3c49 commit 93dd392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ coin3d
coinutils
colima
colmap
commandbox
commitizen
commitlint
composer
Expand Down
12 changes: 7 additions & 5 deletions Formula/c/commandbox.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Commandbox < Formula
desc "CFML embedded server, package manager, and app scaffolding tools"
homepage "https://www.ortussolutions.com/products/commandbox"
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.0.0/commandbox-bin-6.0.0.zip"
sha256 "38746956adc14e9196eb9670e599c482dabd2f82e40a6256bc8e26a4435a488b"
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.1.0/commandbox-bin-6.1.0.zip"
sha256 "2bbf025ced8ae99fd7edb8f09c8a66ed0df095e45d2474f69e7d7e07fb55066b"
license "Apache-2.0"

livecheck do
Expand All @@ -11,17 +11,19 @@ class Commandbox < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "fae0635162a96e2463c50058a2020f540821a563a3bd5d3d0ec881dff8e29ad0"
sha256 cellar: :any_skip_relocation, all: "51c08acddaea8be081a9c56e66aed42f0055a68e2ceaebae346afad2bae3bd1f"
end

depends_on "openjdk"

resource "apidocs" do
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.0.0/commandbox-apidocs-6.0.0.zip"
sha256 "48b62497772cd61dcfa57f603111853e44defeedb70c632f19b19af1e6f3bd91"
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/6.1.0/commandbox-apidocs-6.1.0.zip"
sha256 "f4bf29732cc97cfd1ef6bd11af3bed0cb9423030b2365af9806eeb8ff83ffa00"
end

def install
odie "apidocs resource needs to be updated" if version != resource("apidocs").version

(libexec/"bin").install "box"
(bin/"box").write_env_script libexec/"bin/box", Language::Java.java_home_env
doc.install resource("apidocs")
Expand Down

0 comments on commit 93dd392

Please sign in to comment.