diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-07 14:58:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:17 +0700 |
commit | eb1f281b93c9cd60f1aaab526c97a663a1e60a33 (patch) | |
tree | 86bcd318259bb5bb18bf49eb4f90bcdaf142a36a /development/c_count | |
parent | 356d91b8b96ee95d4f737300469088f58c19e382 (diff) |
development/c_count: Updated for version 7.23.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/c_count')
-rw-r--r-- | development/c_count/c_count.SlackBuild | 4 | ||||
-rw-r--r-- | development/c_count/c_count.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/development/c_count/c_count.SlackBuild b/development/c_count/c_count.SlackBuild index 7a1d2a95973a..ac74c461bcd3 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} diff --git a/development/c_count/c_count.info b/development/c_count/c_count.info index b07308f6dec4..60ece3f35d18 100644 --- a/development/c_count/c_count.info +++ b/development/c_count/c_count.info @@ -1,8 +1,8 @@ PRGNAM="c_count" -VERSION="7.22" +VERSION="7.23" HOMEPAGE="https://invisible-island.net/c_count/c_count.html" -DOWNLOAD="https://invisible-island.net/archives/c_count/c_count-7.22.tgz" -MD5SUM="1a876209c0d8a62a87b8bcd692dd13ea" +DOWNLOAD="https://invisible-island.net/archives/c_count/c_count-7.23.tgz" +MD5SUM="c4a2996dd998c074fcdc222e6cd33a2e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |