composer: update to 2.2.4.
This commit is contained in:
parent
f511a29b15
commit
28e9b49d79
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'composer'
|
||||
pkgname=composer
|
||||
version=2.0.12
|
||||
version=2.2.4
|
||||
revision=1
|
||||
build_style=fetch
|
||||
depends="php"
|
||||
|
@ -8,9 +8,10 @@ short_desc="Dependency manager for PHP"
|
|||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||
license="MIT"
|
||||
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/master/LICENSE"
|
||||
checksum="82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631
|
||||
https://raw.githubusercontent.com/composer/composer/main/LICENSE"
|
||||
checksum="ba04e246960d193237d5ed6542bd78456898e7787fafb586f500c6807af7458d
|
||||
7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue