composer: update to 2.1.1

This commit is contained in:
Puneet Gopinath 2021-06-04 13:30:05 +05:30 committed by Leonid Pliushch
parent 70a292b715
commit 4a986c673e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://getcomposer.org/
TERMUX_PKG_DESCRIPTION="Dependency Manager for PHP"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@PuneetGopinath"
TERMUX_PKG_VERSION=2.1.0
TERMUX_PKG_VERSION=2.1.1
TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION
TERMUX_PKG_SRCURL=https://github.com/composer/composer.git
TERMUX_PKG_DEPENDS="php"