Skip to content

Commit

Permalink
Merge pull request #1426 from infosiftr/missing-key
Browse files Browse the repository at this point in the history
Adding missing gpg key to 8.0 releasers
  • Loading branch information
yosifkit authored Aug 8, 2023
2 parents 7e1f943 + 41c9ad0 commit ec1608d
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 49 deletions.
8 changes: 4 additions & 4 deletions 8.0/alpine3.16/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/alpine3.16/fpm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/alpine3.16/zts/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/bullseye/apache/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/bullseye/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/bullseye/fpm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/bullseye/zts/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/buster/apache/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/buster/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/buster/fpm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/buster/zts/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ ENV GPG_KEYS {{
# https://www.php.net/gpg-keys.php#gpg-8.0
"1729 F839 38DA 44E2 7BA0 F4D3 DBDB 3974 70D1 2172", # pollita
"BFDD D286 4282 4F81 18EF 7790 9B67 A5C1 2229 118F", # carusogabriel
"2C16 C765 DBE5 4A08 8130 F1BC 4B9B 5F60 0B55 F3B4" # carusogabriel
"2C16 C765 DBE5 4A08 8130 F1BC 4B9B 5F60 0B55 F3B4", # carusogabriel
"39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544" # ramsey
],
}[env.version | rtrimstr("-rc")] // error("missing GPG keys for " + env.version)
| map(gsub(" "; ""))
Expand Down
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"8.0": {
"ascUrl": "https://www.php.net/distributions/php-8.0.29.tar.xz.asc",
"sha256": "14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9",
"url": "https://www.php.net/distributions/php-8.0.29.tar.xz",
"ascUrl": "https://www.php.net/distributions/php-8.0.30.tar.xz.asc",
"sha256": "216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9",
"url": "https://www.php.net/distributions/php-8.0.30.tar.xz",
"variants": [
"bullseye/cli",
"bullseye/apache",
Expand All @@ -16,7 +16,7 @@
"alpine3.16/fpm",
"alpine3.16/zts"
],
"version": "8.0.29"
"version": "8.0.30"
},
"8.0-rc": null,
"8.1": {
Expand Down

0 comments on commit ec1608d

Please sign in to comment.