File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
class PhpHttp < Formula
2
2
desc "Pecl HTTP Extension for PHP"
3
3
homepage "https://github.com/m6w6/ext-http"
4
- url "https://pecl.php.net/get/pecl_http-4.2.4 .tgz"
5
- sha256 "fb1e10c2e5edfb011ff8dc2e473cdbd2bbe0127d1279dfce4d98570555ac6ded "
4
+ url "https://pecl.php.net/get/pecl_http-4.2.6 .tgz"
5
+ sha256 "cd33230050b3f7c5ddb6f4383ce2a81f0bcdb934432029eec72ebf0f942b876d "
6
6
head "https://github.com/m6w6/ext-http.git"
7
7
8
8
bottle do
@@ -14,10 +14,15 @@ class PhpHttp < Formula
14
14
15
15
depends_on "autoconf" => :build
16
16
depends_on "pkg-config" => :build
17
+ depends_on "brotli"
17
18
depends_on "curl"
19
+ depends_on "icu4c@76"
20
+ depends_on "openssl@3"
18
21
depends_on "php"
19
22
depends_on "php-raphf"
20
23
24
+ uses_from_macos "zlib"
25
+
21
26
def module_path
22
27
extension_dir = Utils . safe_popen_read ( "#{ Formula [ "php" ] . opt_bin } /php-config" , "--extension-dir" ) . chomp
23
28
php_basename = File . basename ( extension_dir )
You can’t perform that action at this time.
0 commit comments