composer8.0: update to 2.4.1.

also fix option handling
This commit is contained in:
Joel Beckmeyer 2022-08-24 15:22:14 -04:00 committed by Michal Vasilek
parent 6479b8bc97
commit 0e286477c0
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
php8.0 -f /usr/libexec/composer.phar8.0 "$@"
php8.0 /usr/libexec/composer.phar8.0 "$@"

View File

@ -1,6 +1,6 @@
# Template file for 'composer8.0'
pkgname=composer8.0
version=2.3.10
version=2.4.1
revision=1
build_style=fetch
depends="php8.0"
@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
https://raw.githubusercontent.com/composer/composer/main/LICENSE"
checksum="d808272f284fa8e0f8b470703e1438ac8f362030bbc9d12e29530277d767aff0
checksum="ea8cf6308ec76ff9645c3818841a7588096b9dc2767345fbd4bd492dd8a6dca6
7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
do_install() {