kiss: Fix git checksums

This commit is contained in:
Dylan Araps 2020-01-18 11:28:50 +02:00
parent 5a73b17a99
commit 2bb1bbcc0a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -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|'')