mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/composer: Updated for version 1.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
02f6267325
commit
9a5e034623
3 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue