Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frankenphp 1.3.4 #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/frankenphp.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Frankenphp < Formula
desc "Modern PHP app server"
homepage "https://frankenphp.dev"
url "https://github.com/dunglas/frankenphp/archive/refs/tags/v1.3.3.tar.gz"
sha256 "3be985c5340bec15a60b9c75ee5c2af0a6450dc02b4c31098922f935dce3d51e"
url "https://github.com/dunglas/frankenphp/archive/refs/tags/v1.3.4.tar.gz"
sha256 "324739fa44f9a7a24ec158dccc7c547e5f693ce1dfc599f1de8963fc98abca70"
license "MIT"
head "https://github.com/dunglas/frankenphp.git", branch: "main"

Expand All @@ -12,7 +12,7 @@
depends_on "shivammathur/php/php-zts"
depends_on "watcher"

def install

Check warning on line 15 in Formula/frankenphp.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --formula --build-bottle dunglas/frankenphp/frankenphp` failed on macOS Ventura (13)!

::error::dunglas/frankenphp/frankenphp 1.3.4 did not build

Check warning on line 15 in Formula/frankenphp.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

`brew install --verbose --formula --build-bottle dunglas/frankenphp/frankenphp` failed on macOS Sequoia (15) on Apple Silicon!

::error::dunglas/frankenphp/frankenphp 1.3.4 did not build
php_config = "#{Formula["shivammathur/php/php-zts"].opt_bin}/php-config"
lib_path = OS.mac? ? " -L#{MacOS.sdk_path_if_needed}/usr/lib" : ""

Expand Down
Loading