Skip to content

Commit 9b750e9

Browse files
authored
Merge pull request Homebrew#199233 from Homebrew/bump-deployer-7.5.7
deployer 7.5.7
2 parents 42cacc6 + 9302496 commit 9b750e9

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Formula/d/deployer.rb

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
class 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

0 commit comments

Comments
 (0)