composer: update to 2.5.3.

This commit is contained in:
Felipe Nogueira 2023-02-06 06:31:00 -03:00 committed by Michal Vasilek
parent a6654b8815
commit ce312d0a46
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'composer' # Template file for 'composer'
pkgname=composer pkgname=composer
version=2.5.1 version=2.5.3
revision=1 revision=1
build_style=fetch build_style=fetch
depends="php" depends="php"
@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
https://raw.githubusercontent.com/composer/composer/main/LICENSE" https://raw.githubusercontent.com/composer/composer/main/LICENSE"
checksum="f1b94fee11a5bd6a1aae5d77c8da269df27c705fcc806ebf4c8c2e6fa8645c20 checksum="2e1061821951c6a5ece033a025d06296d4a1d056fee2f4bebd35815cf4b1b0f9
7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c" 7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
do_install() { do_install() {