diff --git a/kiss b/kiss index 6367e3f..602845e 100755 --- a/kiss +++ b/kiss @@ -599,7 +599,7 @@ pkg_checksums() { # File is a git repository. elif [ -z "${src##git+*}" ]; then - printf '%-64s %s\n' git "${src##*/}" + printf 'git %s\n' "$src" continue # Die here if source for some reason, doesn't exist. @@ -1096,7 +1096,7 @@ args() { ;; v|version|-v|--version) - log kiss 0.60.0 + log kiss 0.60.1 ;; h|help|-h|--help|'')