development/composer: Updated for version 1.3.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2017-02-09 22:08:26 +00:00 committed by Willy Sudiarto Raharjo
parent 02f6267325
commit 9a5e034623
3 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,3 @@
Composer is a tool for dependency management in PHP. It allows you to
declare the libraries your project depends on and it will manage
(install/update) them for you.
This package ships a shortcut (/usr/bin/composer) that uses hhvm
instead of php if installed.

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=composer
VERSION=${VERSION:-1.3.1}
VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch

View file

@ -1,8 +1,8 @@
PRGNAM="composer"
VERSION="1.3.1"
VERSION="1.3.2"
HOMEPAGE="https://getcomposer.org/"
DOWNLOAD="https://getcomposer.org/download/1.3.1/composer.phar"
MD5SUM="6b1bd542ae9fcf88948c4088cd883e78"
DOWNLOAD="https://getcomposer.org/download/1.3.2/composer.phar"
MD5SUM="9bd78ef17ad0194fcf78816694b443db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""