mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
composer8.1: update to 2.4.1.
also fix option handling
This commit is contained in:
parent
0e286477c0
commit
036e1c117a
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
php8.1 -f /usr/libexec/composer.phar8.1 "$@"
|
||||
php8.1 /usr/libexec/composer.phar8.1 "$@"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'composer8.1'
|
||||
pkgname=composer8.1
|
||||
version=2.3.10
|
||||
version=2.4.1
|
||||
revision=1
|
||||
build_style=fetch
|
||||
depends="php8.1"
|
||||
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue