Author: Derick Rethans (derickr)
Date: 2025-04-24T13:12:19+01:00

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

Fix download URL

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 7100309..4fe4c18 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -93,7 +93,7 @@
             'sha256_gz'  => 
'b12d97767aeda4624ea1904c1d93303efe4ffe1ba91970a3c5774ad556918e93',
             'sha256_xz'  => 
'6cb37632eb65ee311cb4427ad070b6ab27fdaf13e8f0103701b2b78907326c93',
             'date'       => '24 Apr 2025',
-            'baseurl'    => 'https://downloads.php.net/~saki',
+            'baseurl'    => 'https://downloads.php.net/~saki/',
         ],
     ],
 ];

Reply via email to