Skip to content
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