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

php80 bump revision #863

Merged
merged 3 commits into from
Nov 4, 2024
Merged
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
6 changes: 3 additions & 3 deletions Formula/vsh-php80.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class VshPhp80 < Formula
mirror "https://fossies.org/linux/www/php-8.0.30.tar.xz"
sha256 "216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9"
license "PHP-3.01"
revision 55
revision 56

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
sha256 ventura: "fd96c61487fefe00f725f85bb114288827f3c2b017322680b1219de7b08d246c"
sha256 ventura: "7fe9f399c9d387a866c7c16259822d80139bee59f6024f99f0526c65f670e740"
end

depends_on "bison" => :build
Expand All @@ -26,7 +26,7 @@ class VshPhp80 < Formula
depends_on "gettext"
depends_on "glib"
depends_on "gmp"
depends_on "icu4c"
depends_on "icu4c@74"
depends_on "jpeg"
depends_on "libpng"
depends_on "libyaml"
Expand Down