Author: Jakub Zelenka (bukka)
Date: 2025-04-10T20:17:15+02:00

Commit: 
https://github.com/php/web-php/commit/a2cf64f73a7c03b462114c593f4244f3b09e9d53
Raw diff: 
https://github.com/php/web-php/commit/a2cf64f73a7c03b462114c593f4244f3b09e9d53.diff

Fix typo in 8.3.20 tar.xz hash

Changed paths:
  M  include/version.inc


Diff:

diff --git a/include/version.inc b/include/version.inc
index 8195f31839..311fbb4189 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -38,7 +38,7 @@ $RELEASES = (function () {
         'sha256' => [
             'tar.gz' => 
'515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
             'tar.bz2' => 
'36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
-            'tar.xz' => 
'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0dc',
+            'tar.xz' => 
'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c',
         ]
     ];
 

Reply via email to