Commit:    f0a7e3f057b6c68188f1bf28d677fd780a3b8ad1
Author:    Derick Rethans <[email protected]>         Thu, 28 Nov 2019 
11:40:17 +0000
Parents:   77f06bdf313e521a3b9b6e6bce2f587a0938b79a
Branches:  master

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

Log:
Fixed hashes (they were linked to the wrong tarball)

Changed paths:
  M  include/releases.inc
  M  include/version.inc


Diff:
diff --git a/include/releases.inc b/include/releases.inc
index 87b1785d5..06733aa21 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -17,15 +17,15 @@ $OLDRELEASES = array (
       array (
         0 =>
         array (
-          'filename' => 'php-7.4.0.tar.bz2',
-          'name' => 'PHP 7.4.0 (tar.bz2)',
+          'filename' => 'php-7.4.0.tar.gz',
+          'name' => 'PHP 7.4.0 (tar.gz)',
           'sha256' => 
'004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22',
           'date' => '28 Nov 2019',
         ),
         1 =>
         array (
-          'filename' => 'php-7.4.0.tar.gz',
-          'name' => 'PHP 7.4.0 (tar.gz)',
+          'filename' => 'php-7.4.0.tar.bz2',
+          'name' => 'PHP 7.4.0 (tar.bz2)',
           'sha256' => 
'bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0',
           'date' => '28 Nov 2019',
         ),
diff --git a/include/version.inc b/include/version.inc
index 0e5155a69..6a2c3de35 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -21,8 +21,8 @@ $RELEASES = (function() {
     $PHP_7_4_DATE            = "28 Nov 2019";
     $PHP_7_4_TAGS            = []; // Set to ['security'] for security 
releases.
     $PHP_7_4_SHA256     = array(
-        "tar.bz2"       => 
"004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22",
-        "tar.gz"        => 
"bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0",
+        "tar.gz"        => 
"004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22",
+        "tar.bz2"       => 
"bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0",
         "tar.xz"        => 
"9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42",
     );


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to