development/composer: Updated for version 2.7.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2024-03-13 12:19:40 +01:00 committed by Willy Sudiarto Raharjo
parent 4e4950c087
commit 0f29254191
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for composer
# Copyright 2015-2023 Eugene Wissner, Mannheim, Germany
# Copyright 2015-2024 Eugene Wissner, Mannheim, Germany
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=composer
VERSION=${VERSION:-2.7.1}
VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="composer"
VERSION="2.7.1"
VERSION="2.7.2"
HOMEPAGE="https://getcomposer.org/"
DOWNLOAD="https://getcomposer.org/download/2.7.1/composer.phar"
MD5SUM="6c8d5c1266bacb4bde06a817363fa7b9"
DOWNLOAD="https://getcomposer.org/download/2.7.2/composer.phar"
MD5SUM="08d63a50e98885a89cb95ad4fc934055"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""