diff options
Diffstat (limited to 'development/c_count/c_count.SlackBuild')
-rw-r--r-- | development/c_count/c_count.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/c_count/c_count.SlackBuild b/development/c_count/c_count.SlackBuild index 7a1d2a9597..ac74c461bc 100644 --- a/development/c_count/c_count.SlackBuild +++ b/development/c_count/c_count.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240807 bkw: update for v7.23. + # sloccount conflict is because both packages install /usr/bin/c_count. # Upstream for c_count is aware of this but refuses to change (because # his package is older). No idea if sloccount upstream knows or cares @@ -19,7 +21,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=c_count -VERSION=${VERSION:-7.22} +VERSION=${VERSION:-7.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |