diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-07 12:30:58 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-07 12:30:58 -0400 |
commit | 90a2e202dc5867f0511020c9749a91ca98403fde (patch) | |
tree | 14e2c41201aabdf67ba74ec8d60cf26dc93c78df /sbopkglint | |
parent | a5cdc24d521c47ea0e4eaf36868c05aa7d62a67b (diff) | |
download | sbo-maintainer-tools-90a2e202dc5867f0511020c9749a91ca98403fde.tar.gz |
update version to 0.50.5
Diffstat (limited to 'sbopkglint')
-rwxr-xr-x | sbopkglint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ EOF while true; do case "$1" in --doc) exec perldoc "$0" ;; - --man) exec pod2man --stderr -s1 -csbo-maintainer-tools -r0.4 "$0" ;; + --man) exec pod2man --stderr -s1 -csbo-maintainer-tools -r0.5 "$0" ;; -k) KEEP=1 ; shift ;; -i) INSTALL_DOCS_OK=1 ; shift;; -s) SLACKBUILD_MISSING_OK=1 ; shift;; |