Ports/composer: Update composer to version 2.5.8

This commit is contained in:
EWouters 2023-09-01 18:48:48 +02:00 committed by Jelle Raaijmakers
parent 4e3aea7966
commit 0d47391ebc
Notes: sideshowbarker 2024-07-17 09:49:33 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`ClassiCube`](ClassiCube/) | ClassiCube | 1.3.3 | https://github.com/UnknownShadow200/ClassiCube |
| [`cmake`](cmake/) | CMake | 3.26.4 | https://cmake.org/ |
| [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix |
| [`composer`](composer/) | Composer | 2.4.3 | https://getcomposer.org/ |
| [`composer`](composer/) | Composer | 2.5.8 | https://getcomposer.org/ |
| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
| [`cowsay`](cowsay/) | cowsay | 3.04 | https://github.com/tnalpgge/rank-amateur-cowsay |
| [`cpio`](cpio/) | GNU cpio archive utility | 2.14 | https://www.gnu.org/software/cpio/ |

View File

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='composer'
version='2.4.3'
version='2.5.8'
files=(
"https://getcomposer.org/download/${version}/composer.phar#26d72f2790502bc9b22209e1cec1e0e43d33b368606ad227d327cccb388b609a"
"https://getcomposer.org/download/${version}/composer.phar#f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5"
)
depends=(
'php'