diff options
Diffstat (limited to 'network/asterisk/asterisk.SlackBuild')
-rw-r--r-- | network/asterisk/asterisk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/asterisk/asterisk.SlackBuild b/network/asterisk/asterisk.SlackBuild index c6e4c323b5..c1e6c94a60 100644 --- a/network/asterisk/asterisk.SlackBuild +++ b/network/asterisk/asterisk.SlackBuild @@ -2,7 +2,7 @@ # Copyright 2006, Alan Hicks, Lizella, GA # Copyright 2010, 2013, 2015 Mario Preksavec, Zagreb, Croatia -# Copyright 2018-2020 Chris Walker, Kempner, TX +# Copyright 2018-2020, 2024, 2025 Chris Walker, Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asterisk -VERSION=${VERSION:-22.2.0} +VERSION=${VERSION:-22.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |