diff options
author | Eugen Wissner <belka@caraus.de> | 2022-06-15 07:23:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:49 +0700 |
commit | 948ea0daac95f531a89baa624cf720e4b3132a85 (patch) | |
tree | 3323230b080335f9f4a0ff3ea78e21f0b1e30ece /development/composer/composer.SlackBuild | |
parent | 790ab466b5775e00f35913b622e7ef7960e7fccf (diff) |
development/composer: Updated for version 2.3.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/composer/composer.SlackBuild')
-rw-r--r-- | development/composer/composer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/composer/composer.SlackBuild b/development/composer/composer.SlackBuild index 8482038cc62b..2f3705582963 100644 --- a/development/composer/composer.SlackBuild +++ b/development/composer/composer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for composer -# Copyright 2015-2020 Eugene Wissner, Dachau, Germany +# Copyright 2015-2022 Eugene Wissner, Dachau, 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.3.5} +VERSION=${VERSION:-2.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |