Skip to content

Commit 8143299

Browse files
authored
Merge pull request #1255 from cloudfoundry/pr-by-releng-bot-1775727592
Fix missing libhashkit.so in PHP 8.2.30 and 8.3.30 cflinuxfs5 artifacts
2 parents b6d5b88 + 5480884 commit 8143299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ dependencies:
621621
version:
622622
- name: php
623623
version: 8.2.30
624-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs5_3d17decc.tgz
625-
sha256: 3d17decc998ecda6f9df19b950dc08c8179251b9fecc0d230bb1c7b9aeb8418a
624+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs5_41e17477.tgz
625+
sha256: 41e174771acf804bd7cae041dbf750453405bb9df18d3443b1d5cc2ac3897b92
626626
cf_stacks:
627627
- cflinuxfs5
628628
source: https://php.net/distributions/php-8.2.30.tar.gz
@@ -995,8 +995,8 @@ dependencies:
995995
version:
996996
- name: php
997997
version: 8.3.30
998-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_44e09712.tgz
999-
sha256: 44e09712e8d473117929aebb882fcb259fa309377ff50137dd63bf9ecc3eda82
998+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_931fc6a2.tgz
999+
sha256: 931fc6a27ef9ba4e65e7d3e1e671243a41d4d0708e8db1e8dc8017e6b639a810
10001000
cf_stacks:
10011001
- cflinuxfs5
10021002
source: https://php.net/distributions/php-8.3.30.tar.gz

0 commit comments

Comments
 (0)