Commit:    96b97cc0036428101edf3c56bcfa628c91a45990
Author:    Anatol Belski <a...@php.net>         Thu, 18 Jan 2018 12:38:55 +0100
Parents:   8de634043b7319cdccbbcfb251f216d86e092e04
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=96b97cc0036428101edf3c56bcfa628c91a45990

Log:
Fix URL, since the tarballs are at other location

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index c6a40cd..f4aab74 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -78,7 +78,7 @@ $QA_RELEASES = array(
                         'sha256_gz'     => 
'e523bdd3956dd3e9314fc69edc6c83e1a6dfa3fcde41fad03c5bd3d58b3470f4',
                         'sha256_xz'     => 
'3d954de9cd4dff7dc8631f214928b2635b81cea80999c1b4593e7effc92b4b47',
                         'date'          => '18 January 2018',
-                        'baseurl'       => 
'http://downloads.php.net/~krakjoe/',
+                        'baseurl'       => 'http://downloads.php.net/ab/',
                 ),
        ),


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to