summaryrefslogtreecommitdiffstats
path: root/development/composer/composer.SlackBuild
diff options
context:
space:
mode:
author Eugen Wissner2024-03-13 12:19:40 +0100
committer Willy Sudiarto Raharjo2024-03-16 04:22:27 +0100
commit0f29254191beda6d15c3afcf76e8031999e8c5f4 (patch)
tree87963f71f506f436472323dbef2ec1c8b8e04ba8 /development/composer/composer.SlackBuild
parent4e4950c0870b6e17cc8cc9cd6803107c02dc2f48 (diff)
downloadslackbuilds-0f29254191beda6d15c3afcf76e8031999e8c5f4.tar.gz
development/composer: Updated for version 2.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/composer/composer.SlackBuild')
-rw-r--r--development/composer/composer.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/composer/composer.SlackBuild b/development/composer/composer.SlackBuild
index 91d0757a6b..84013f58ce 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}