diff options
author | Eugen Wissner <belka@caraus.de> | 2024-03-13 12:19:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:27 +0700 |
commit | 0f29254191beda6d15c3afcf76e8031999e8c5f4 (patch) | |
tree | 87963f71f506f436472323dbef2ec1c8b8e04ba8 /development | |
parent | 4e4950c0870b6e17cc8cc9cd6803107c02dc2f48 (diff) |
development/composer: Updated for version 2.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/composer/composer.SlackBuild | 4 | ||||
-rw-r--r-- | development/composer/composer.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/composer/composer.SlackBuild b/development/composer/composer.SlackBuild index 91d0757a6bde..84013f58cefa 100644 --- a/development/composer/composer.SlackBuild +++ b/development/composer/composer.SlackBuild @@ -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} diff --git a/development/composer/composer.info b/development/composer/composer.info index 785b36118c77..c9b71e90baf5 100644 --- a/development/composer/composer.info +++ b/development/composer/composer.info @@ -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="" |