1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Ports: Update Composer to 2.4.3

This commit is contained in:
Jelle Raaijmakers 2022-10-21 14:27:44 +02:00 committed by Linus Groh
parent e70e4c132b
commit e47ca2db0a
2 changed files with 4 additions and 4 deletions

View file

@ -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() {
: