mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/composer: Update to version 2.6.5
This commit is contained in:
parent
24fb009cf5
commit
a30939feba
Notes:
sideshowbarker
2024-07-17 03:05:16 +09:00
Author: https://github.com/osbre 🔰 Commit: https://github.com/SerenityOS/serenity/commit/a30939feba Pull-request: https://github.com/SerenityOS/serenity/pull/21758 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`ClassiCube`](ClassiCube/) | ClassiCube | 1.3.6 | 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.5.8 | https://getcomposer.org/ |
|
||||
| [`composer`](composer/) | Composer | 2.6.5 | https://getcomposer.org/ |
|
||||
| [`coreutils`](coreutils/) | GNU core utilities | 9.4 | 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/ |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='composer'
|
||||
version='2.5.8'
|
||||
version='2.6.5'
|
||||
files=(
|
||||
"https://getcomposer.org/download/${version}/composer.phar#f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5"
|
||||
"https://getcomposer.org/download/${version}/composer.phar#9a18e1a3aadbcb94c1bafd6c4a98ff931f4b43a456ef48575130466e19f05dd6"
|
||||
)
|
||||
depends=(
|
||||
'php'
|
||||
|
|
Loading…
Reference in a new issue