Commit: 326a3b8daa13cf96e2538f3073285777ecdcedfc Author: Joe Watkins <krak...@php.net> Thu, 2 Aug 2018 19:52:27 +0200 Parents: a63d65edaece0b68ad2f85e61f850b4068b30b9c Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=326a3b8daa13cf96e2538f3073285777ecdcedfc Log: 7.1 release Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 7df1486..782f062 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -78,12 +78,12 @@ $QA_RELEASES = array( 'active' => true, 'release' => array( 'type' => 'RC', - 'number' => 0, - 'sha256_bz2' => '', - 'sha256_gz' => '', - 'sha256_xz' => '', - 'date' => '7 July 2018', - 'baseurl' => 'http://downloads.php.net/~pollita/', + 'number' => 1, + 'sha256_bz2' => 'e4febdcb3793cc78fb0512242a9b6a67fd32053c34c663d704f89b203148a5c8', + 'sha256_gz' => 'c741b156b1b00182e6fb2c4462fa97a1dc48b8cf761d5a16f5d313d10d850aa7', + 'sha256_xz' => '9c4ed8380568c7dc1f0f6abe9f34cd8a68fa58483d55a35e1aebf24048f6c479', + 'date' => '2 Aug 2018', + 'baseurl' => 'http://downloads.php.net/~ab/', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php