File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 11class Deployer < Formula
22 desc "Deployment tool written in PHP with support for popular frameworks"
33 homepage "https://deployer.org/"
4- # Bump to php 8.4 on the next release, if possible.
5- url "https://github.com/deployphp/deployer/releases/download/v7.5.6/deployer.phar"
6- sha256 "ee741006edc46a97d522c41b84cdcdcec0da5807afcd0e7d6e737d0970b723aa"
4+ url "https://github.com/deployphp/deployer/releases/download/v7.5.7/deployer.phar"
5+ sha256 "f8ea30da7ce6cc520924236e8461e8802221cc566c96f6b310bc0af6e8e85e2c"
76 license "MIT"
87
98 bottle do
10- sha256 cellar : :any_skip_relocation , all : "0525fd0dd685a00f848dacc06b9608c7ce0a1aa3d4b1633295d9de1b28a6ebbd "
9+ sha256 cellar : :any_skip_relocation , all : "d2395a4ddafeba7594d99b6a9cc6555da0b126d2d49fb0ed928b457d55c9d7d3 "
1110 end
1211
13- depends_on "php@8.3 "
12+ depends_on "php"
1413
1514 def install
16- libexec . install "deployer.phar" => "dep"
17-
18- ( bin /"dep" ) . write <<~EOS
19- #!#{ Formula [ "[email protected] " ] . opt_bin } /php 20- <?php require '#{ libexec } /dep';
21- EOS
15+ bin . install "deployer.phar" => "dep"
2216 end
2317
2418 test do
You can’t perform that action at this time.
0 commit comments