[web-qa] master: Fix minor typo in 8.0.23RC1 baseurl (#38)
[email protected] (Tianon Gravi via GitHub) Mon, 22 Aug 2022 08:15:49 +0000
| Newsgroups | php.qa |
|---|---|
| Message-ID | <[email protected]> |
Author: Tianon Gravi (tianon)
Committer: GitHub (web-flow)
Pusher: carusogabriel
Date: 2022-08-22T10:07:53+02:00
Commit: https://github.com/php/web-qa/commit/7bd7eb735ea207f4b0ece6690acc66cc07820b4e
Raw diff: https://github.com/php/web-qa/commit/7bd7eb735ea207f4b0ece6690acc66cc07820b4e.diff
Fix minor typo in 8.0.23RC1 baseurl (#38)
This exhibits as links that 404 on https://qa.php.net/: 😅
- https://downloads.php.net/~carusogabrielphp-8.0.23RC1.tar.bz2
- https://downloads.php.net/~carusogabrielphp-8.0.23RC1.tar.gz
- https://downloads.php.net/~carusogabrielphp-8.0.23RC1.tar.xz
(because `baseurl` and filename end up getting directly concatenated)
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 1fe23d6..461af6e 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -79,7 +79,7 @@
'sha256_bz2' => 'b3a11e162afb33420239390a8be75a2777d1e3466cdc0dd55db30cc46a56f1b1',
'sha256_xz' => '9894c06504e162e7402fcc21b08b513f5501b22766dde073249c03fe4f11fd77',
'date' => '18 Aug 2022',
- 'baseurl' => 'https://downloads.php.net/~carusogabriel',
+ 'baseurl' => 'https://downloads.php.net/~carusogabriel/',
],
],