diff options
-rw-r--r-- | Makefile | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | docs/cpt.texi | 2 | ||||
-rw-r--r-- | docs/cpt.txt | 2 | ||||
-rw-r--r-- | www/index.md | 2 |
5 files changed, 8 insertions, 5 deletions
@@ -22,7 +22,10 @@ shellspec: all tests/etc/cpt-hook shellspec shellcheck: all - cd src; find . ../contrib -name 'cpt*' ! -name '*.*' -exec shellcheck -e 2119 -x -f gcc {} + + @cd src; find . ../contrib -name 'cpt*' ! -name '*.*' | while read -r file; do \ + echo SHELLCHECK "$$file"; \ + shellcheck -e 2119 -x -f gcc "$$file"; \ + done test: shellspec shellcheck @@ -1,6 +1,6 @@ #!/bin/sh -e -version=7.0.2 +version=Fossil die() { printf '%s: %s\n' "${0##*/}" "$*" >&2 diff --git a/docs/cpt.texi b/docs/cpt.texi index 5f187ff..e6b331c 100644 --- a/docs/cpt.texi +++ b/docs/cpt.texi @@ -41,7 +41,7 @@ the section entitled "GNU Free Documentation License." @top Carbs Packaging Tools This is a reference document containing both the user-guide and the development -manual for @strong{Carbs Packaging Tools} version 7.0.2. For development logs +manual for @strong{Carbs Packaging Tools} version Fossil. For development logs see @uref{https://fossil.carbslinux.org/cpt, the fossil repository}. @end ifnottex diff --git a/docs/cpt.txt b/docs/cpt.txt index f54ed51..08433e9 100644 --- a/docs/cpt.txt +++ b/docs/cpt.txt @@ -77,7 +77,7 @@ _________________ This is a reference document containing both the user-guide and the -development manual for *Carbs Packaging Tools* version 7.0.2. For +development manual for *Carbs Packaging Tools* version Fossil. For development logs see [the fossil repository]. diff --git a/www/index.md b/www/index.md index 20e9c26..57fcb02 100644 --- a/www/index.md +++ b/www/index.md @@ -34,7 +34,7 @@ complements the tools that come with it. It has the following features: <hr> -### Latest Release: 6.2.4 ([2022-02-07](/timeline?c=6.2.4)) +### Latest Release: 7.0.1 ([2023-02-05](/timeline?c=7.0.1)) - [Download](/uvlist?byage=1) - [Changelog](/doc/trunk/CHANGELOG.md) |