]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Updates composer-setup.php hash
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2019 18:33:05 +0000 (15:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2019 18:33:05 +0000 (15:33 -0300)
files/getcomposer

index bbfcb15d4d6dae2da291e6e7f9381a547dc7cbeb..beedf602ba98fc887bc4ab5e3200dcd2bb1f485e 100755 (executable)
@@ -8,7 +8,7 @@
 #php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
 wget https://getcomposer.org/installer -O composer-setup.php || exit 1
 
-php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
+php -r "if (hash_file('SHA384', 'composer-setup.php') === 'a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
 
 if [ -e "composer-setup.php" ]; then
   php composer-setup.php --install-dir=/usr/local/bin --filename=composer