mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/composer: Updated for version 2.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c1bd1420a
commit
fc33e724f1
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for composer
|
||||
|
||||
# Copyright 2015-2018 Eugene Wissner, Dachau, Germany
|
||||
# Copyright 2015-2020 Eugene Wissner, Dachau, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=composer
|
||||
VERSION=${VERSION:-1.10.13}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="composer"
|
||||
VERSION="1.10.13"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="https://getcomposer.org/"
|
||||
DOWNLOAD="https://getcomposer.org/download/1.10.13/composer.phar"
|
||||
MD5SUM="56f13c034e5e0c58de35b77cbd0f1b0b"
|
||||
DOWNLOAD="https://getcomposer.org/download/2.0.2/composer.phar"
|
||||
MD5SUM="92b61bb4cb65fe6b0217fe9d6f94213b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue