mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/composer: Updated for version 2.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e4950c087
commit
0f29254191
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for composer
|
# Slackware build script for composer
|
||||||
|
|
||||||
# Copyright 2015-2023 Eugene Wissner, Mannheim, Germany
|
# Copyright 2015-2024 Eugene Wissner, Mannheim, Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=composer
|
PRGNAM=composer
|
||||||
VERSION=${VERSION:-2.7.1}
|
VERSION=${VERSION:-2.7.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="composer"
|
PRGNAM="composer"
|
||||||
VERSION="2.7.1"
|
VERSION="2.7.2"
|
||||||
HOMEPAGE="https://getcomposer.org/"
|
HOMEPAGE="https://getcomposer.org/"
|
||||||
DOWNLOAD="https://getcomposer.org/download/2.7.1/composer.phar"
|
DOWNLOAD="https://getcomposer.org/download/2.7.2/composer.phar"
|
||||||
MD5SUM="6c8d5c1266bacb4bde06a817363fa7b9"
|
MD5SUM="08d63a50e98885a89cb95ad4fc934055"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue