Skip to content

Commit 6670ee6

Browse files
authored
Merge pull request #245744 from Homebrew/[email protected]
[email protected] 8.3.26
2 parents 920ca65 + dd83b11 commit 6670ee6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Formula/p/[email protected]

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ class PhpAT83 < Formula
22
desc "General-purpose scripting language"
33
homepage "https://www.php.net/"
44
# 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.3.25.tar.xz"
6-
mirror "https://fossies.org/linux/www/php-8.3.25.tar.xz"
7-
sha256 "187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37"
5+
url "https://www.php.net/distributions/php-8.3.26.tar.xz"
6+
mirror "https://fossies.org/linux/www/php-8.3.26.tar.xz"
7+
sha256 "2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd2"
88
license "PHP-3.01"
99

1010
livecheck do
@@ -13,14 +13,12 @@ class PhpAT83 < Formula
1313
end
1414

1515
bottle do
16-
sha256 arm64_tahoe: "ce8de65060300580f301fe8fb55d6c1df382a6ac17facb64ea06fd1f05606258"
17-
sha256 arm64_sequoia: "3f85f3c6f5f4670985ef97d3632fd32faaa0c5b255250bee24aa835f4d776fd0"
18-
sha256 arm64_sonoma: "26ebd58fae4d7e98e067fce77681f2922237a9bfb6f772784988ee524d111a23"
19-
sha256 arm64_ventura: "496995cd5d1599002aded6ba5d1a181cdcdc7efe8bb39de269c564ccd62553bf"
20-
sha256 sonoma: "b3225e8c29481cbcfb718f851d25fb9553077d086f735a8474498267ae35ddaa"
21-
sha256 ventura: "07a3ea531e3e26d04227038497446f333e2e8055135a9d6fb3d5e97aec854670"
22-
sha256 arm64_linux: "b8888c2dfed5c157868d11d1014e06e4f2b3dd34fc56557683dae6df22ffcfc2"
23-
sha256 x86_64_linux: "b018aae937b4276a2e1ee37be6f3225cb0395570376572ab76b26131c7a34cbf"
16+
sha256 arm64_tahoe: "ae677dab003451799519da326ffe8f0fc22fa9045d643317569e71910fc93c99"
17+
sha256 arm64_sequoia: "342f7b1c0fceb69b01f92391ea1c27ec75884643dbce0591b0fb1cbdfa3db3fd"
18+
sha256 arm64_sonoma: "9a870facdbe283f5eac0c4c58c84e01eb5e8fd9ec64636bb4dfc59a3b9438998"
19+
sha256 sonoma: "063d71302b7a971d3a3c4dc00ba39f9d904b3f0992327c5dacbe7401f680fe0f"
20+
sha256 arm64_linux: "622a3f7539e27b7eeb372ab5b29ffac9132797d558fa8f3bd7b9fa4fb86186aa"
21+
sha256 x86_64_linux: "e39062cd3b25510b1ee710e09af7cfaed65bafa6f0f8081c95181b4d184214c2"
2422
end
2523

2624
keg_only :versioned_formula

0 commit comments

Comments
 (0)