commandbox 4.3.0 (#32651)
This commit is contained in:
parent
7622ef3e05
commit
b46d90aa17
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
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/4.2.0/commandbox-bin-4.2.0.zip"
|
||||
sha256 "9d872fa9600fb9188f12626945fda0957fd02c390b5974996735fd5f03ef34fc"
|
||||
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/4.3.0/commandbox-bin-4.3.0.zip"
|
||||
sha256 "ca39ddaa354c2914238b37fc6ca78cafb1e1cd247f5c5893b2782d250b169f1b"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8"
|
||||
|
||||
resource "apidocs" do
|
||||
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/4.2.0/commandbox-apidocs-4.2.0.zip"
|
||||
sha256 "3007d748baa867a97ac22f2ca2c11adaf081060c48fb365defb8912aee37e014"
|
||||
url "https://downloads.ortussolutions.com/ortussolutions/commandbox/4.3.0/commandbox-apidocs-4.3.0.zip"
|
||||
sha256 "0c2325134cf2f0fc168e7cf0f44524f32ac7bfdd41a2b350ef912548f1751755"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue