Skip to content

Commit

Permalink
Add php 7.4.9, remove php 7.4.7 in buildpack.toml
Browse files Browse the repository at this point in the history
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3 [#174210693]
  • Loading branch information
cf-buildpacks-eng authored and mergify[bot] committed Aug 6, 2020
1 parent fe885fd commit 979e04e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ api = "0.2"
deprecation_date = "2022-11-08T00:00:00Z"
id = "php"
name = "PHP"
sha256 = "7e935549cd47d5f9ede4871cbf2e34db32d749f5b7b5fe6fc72ab0d44c631b88"
source = "https://php.net/distributions/php-7.4.7.tar.gz"
source_sha256 = "a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44"
sha256 = "c09aed0f17dce2c580c1a83ca2cb8629632fa1c57da92c47919914f9221bc3ef"
source = "https://php.net/distributions/php-7.4.8.tar.gz"
source_sha256 = "649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba"
stacks = ["io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/php/php7_7.4.7_linux_x64_cflinuxfs3_7e935549.tgz"
version = "7.4.7"
uri = "https://buildpacks.cloudfoundry.org/dependencies/php/php7_7.4.8_linux_x64_cflinuxfs3_c09aed0f.tgz"
version = "7.4.8"

[[metadata.dependencies]]
deprecation_date = "2022-11-08T00:00:00Z"
id = "php"
name = "PHP"
sha256 = "c09aed0f17dce2c580c1a83ca2cb8629632fa1c57da92c47919914f9221bc3ef"
source = "https://php.net/distributions/php-7.4.8.tar.gz"
source_sha256 = "649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba"
sha256 = "2206ee8db574b8f667e00f5fe91ce17550ff265283d12e79c1fdaf3ff93a852a"
source = "https://php.net/distributions/php-7.4.9.tar.gz"
source_sha256 = "c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e"
stacks = ["io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/php/php7_7.4.8_linux_x64_cflinuxfs3_c09aed0f.tgz"
version = "7.4.8"
uri = "https://buildpacks.cloudfoundry.org/dependencies/php/php7_7.4.9_linux_x64_cflinuxfs3_2206ee8d.tgz"
version = "7.4.9"

[[metadata.dependency_deprecation_dates]]
date = 2020-11-30T00:00:00Z
Expand Down

0 comments on commit 979e04e

Please sign in to comment.