diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | sbodl | 5 | ||||
| -rwxr-xr-x | sbofixinfo | 1 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 4 | ||||
| -rw-r--r-- | update-version.sh | 2 | 
6 files changed, 7 insertions, 8 deletions
| @@ -1,6 +1,5 @@  PROJ=sbo-maintainer-tools -# for now, VERSION has to be updated here and also in both scripts.  VERSION=0.8.0  PREFIX=/usr/local @@ -7,7 +7,8 @@  #               change default cache dir.  # 20170306 bkw: add caching -VER=0.7.0 +# Don't edit the next line; use "make version" instead. +VERSION=0.8.0  : <<EOF  =pod @@ -18,7 +19,7 @@ sbodl - download and/or check md5sums for SlackBuilds.org source files.  =head1 SYNOPSIS -B<sbopkglint> [-a | -f] [I<wget-options> ...] +B<sbopkglint> [--help] | [ --version ] | [-a | -f | -af ] [I<wget-options> ...]  =head1 DESCRIPTION @@ -3,6 +3,7 @@  # sbofixinfo - fix common errors in SBo .info files.  # companion piece to sbolint. +# Don't edit the next line; use "make version" instead.  $VERSION="0.8.0";  =pod @@ -1,6 +1,6 @@  #!/usr/bin/perl -w -# note to self: keep this in sync with VER in sbopkglint and VERSION in Makefile. +# Don't edit the next line; use "make version" instead.  $VERSION="0.8.0";  # old pre-git ChangeLog: @@ -1,8 +1,6 @@  #!/bin/bash -# 20220408 bkw: note to self: VER must be in sync with VERSION in sbolint -# and the Makefile. - +# Don't edit the next line; use "make version" instead.  VER=0.8.0  : <<EOF diff --git a/update-version.sh b/update-version.sh index 5f5bd93..da85c45 100644 --- a/update-version.sh +++ b/update-version.sh @@ -11,4 +11,4 @@ fi  sed -i "s,^VER=.*,VER=$VERSION," sbopkglint  sed -i "/^\$VERSION=/s,=.*,=\"$VERSION\";," sbolint sbofixinfo -sed -i "s,^VERSION=.*,VER=$VERSION," sbodl +sed -i "s,^VERSION=.*,VERSION=$VERSION," sbodl | 
