Author: Patrick Poortman (patrickpoortman)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-09-02T11:32:41+03:00
Commit: Correct tar.gz sha256 checksum in version.inc (#1059) · php/web-php@5537e82 · GitHub
Raw diff: https://github.com/php/web-php/commit/5537e82e6e20c6f6459784deabfba2b85d38ee1e.diff
Correct tar.gz sha256 checksum in version.inc (#1059)
Changed paths:
M include/version.inc
Diff:
diff --git a/include/version.inc b/include/version.inc
index 9ffbbd47e3..a3b06bc497 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -24,7 +24,7 @@ $RELEASES = (function () {
'date' => '29 Aug 2024',
'tags' => , // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d40',
+ 'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d4',
'tar.bz2' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee',
'tar.xz' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802',
]