Author: Christoph M. Becker (cmb69)
Date: 2021-08-26T16:40:44+02:00
Commit:
https://github.com/php/web-php/commit/2a5c64e4d5caf8477fa3c0415c25648508ed6299
Raw diff:
https://github.com/php/web-php/commit/2a5c64e4d5caf8477fa3c0415c25648508ed6299.diff
Fix #81388: sha256 is incorrect on the download page for tar.bz2
Changed paths:
M include/version.inc
Diff:
diff --git a/include/version.inc b/include/version.inc
index 9240b6c53..03a13a586 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -25,7 +25,7 @@ $RELEASES = (function() {
'tags' => ['security'], // Set to ['security'] for security
releases.
'sha256' => [
'tar.gz' =>
'4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3',
- 'tar.bz2' =>
'4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3',
+ 'tar.bz2' =>
'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587',
'tar.xz' =>
'66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb',
]
];
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php