mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Update Composer to 2.4.3
This commit is contained in:
parent
e70e4c132b
commit
e47ca2db0a
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/e47ca2db0a Pull-request: https://github.com/SerenityOS/serenity/pull/15740
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,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.23.2 | https://cmake.org/ |
|
||||
| [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix |
|
||||
| [`composer`](composer/) | Composer | 2.3.5 | https://getcomposer.org/ |
|
||||
| [`composer`](composer/) | Composer | 2.4.3 | https://getcomposer.org/ |
|
||||
| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
|
||||
| [`cpio`](cpio/) | GNU cpio archive utility | 2.13 | https://www.gnu.org/software/cpio/ |
|
||||
| [`curl`](curl/) | curl | 7.84.0 | https://curl.se/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='composer'
|
||||
version='2.3.5'
|
||||
files="https://getcomposer.org/download/${version}/composer.phar composer.phar 3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4"
|
||||
version='2.4.3'
|
||||
files="https://getcomposer.org/download/${version}/composer.phar composer.phar 26d72f2790502bc9b22209e1cec1e0e43d33b368606ad227d327cccb388b609a"
|
||||
auth_type='sha256'
|
||||
depends=("php")
|
||||
depends=('php')
|
||||
|
||||
build() {
|
||||
:
|
||||
|
|
Loading…
Reference in a new issue