diff options
Diffstat (limited to 'development/composer')
-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 89ba578e9b..337f4b6f79 100644 --- a/development/composer/composer.SlackBuild +++ b/development/composer/composer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for composer -# Copyright 2015-2024 Eugene Wissner, Mannheim, Germany +# Copyright 2015-2025 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.8.3} +VERSION=${VERSION:-2.8.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/composer/composer.info b/development/composer/composer.info index 2992646fdf..0a6a080a25 100644 --- a/development/composer/composer.info +++ b/development/composer/composer.info @@ -1,8 +1,8 @@ PRGNAM="composer" -VERSION="2.8.3" +VERSION="2.8.11" HOMEPAGE="https://getcomposer.org/" -DOWNLOAD="https://getcomposer.org/download/2.8.3/composer.phar" -MD5SUM="99d96d47b3d0b6d64a6bd56075b63d8a" +DOWNLOAD="https://getcomposer.org/download/2.8.11/composer.phar" +MD5SUM="28fb820100ba261d9fab5978eee9e674" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |