Commit: 866eb94fea6de774d10ca01cdb4ad57074bf9df9 Author: David Soria Parra <d...@php.net> Wed, 14 Nov 2012 00:00:32 +0100 Parents: 89f5624f76089350e08d424c3c176acf2ae60eec Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=866eb94fea6de774d10ca01cdb4ad57074bf9df9 Log: Correct suffix for .tar.xz Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index d828c57..b950216 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -195,7 +195,7 @@ function show_release_qa($QA_RELEASES) { echo "<li>{$info['version']}: [<a href='{$info['files']['bz2']['path']}'>tar.bz2</a>] (md5 checksum: {$info['files']['bz2']['md5']})</li>\n"; echo "<li>{$info['version']}: [<a href='{$info['files']['gz']['path']}'>tar.gz</a>] (md5 checksum: {$info['files']['gz']['md5']})</li>\n"; if (isset($info['files']['xz'])) { - echo "<li>{$info['version']}: [<a href='{$info['files']['xz']['path']}'>tar.gz</a>] (md5 checksum: {$info['files']['xz']['md5']})</li>\n"; + echo "<li>{$info['version']}: [<a href='{$info['files']['xz']['path']}'>tar.xz</a>] (md5 checksum: {$info['files']['xz']['md5']})</li>\n"; } } -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php