We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9fbe4 commit afee36fCopy full SHA for afee36f
Formula/php-zts.rb
@@ -2,9 +2,9 @@ class PhpZts < Formula
2
desc "General-purpose scripting language"
3
homepage "https://www.php.net/"
4
# Should only be updated if the new version is announced on the homepage, https://www.php.net/
5
- url "https://www.php.net/distributions/php-8.4.1.tar.xz"
6
- mirror "https://fossies.org/linux/www/php-8.4.1.tar.xz"
7
- sha256 "94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f"
+ url "https://www.php.net/distributions/php-8.4.2.tar.xz"
+ mirror "https://fossies.org/linux/www/php-8.4.2.tar.xz"
+ sha256 "92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e01"
8
license "PHP-3.01"
9
10
livecheck do
0 commit comments