forked from kiss-community/kiss
kiss: Fix git checksums
This commit is contained in:
parent
5a73b17a99
commit
2bb1bbcc0a
4
kiss
4
kiss
@ -599,7 +599,7 @@ pkg_checksums() {
|
|||||||
|
|
||||||
# File is a git repository.
|
# File is a git repository.
|
||||||
elif [ -z "${src##git+*}" ]; then
|
elif [ -z "${src##git+*}" ]; then
|
||||||
printf '%-64s %s\n' git "${src##*/}"
|
printf 'git %s\n' "$src"
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Die here if source for some reason, doesn't exist.
|
# Die here if source for some reason, doesn't exist.
|
||||||
@ -1096,7 +1096,7 @@ args() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
v|version|-v|--version)
|
v|version|-v|--version)
|
||||||
log kiss 0.60.0
|
log kiss 0.60.1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
h|help|-h|--help|'')
|
h|help|-h|--help|'')
|
||||||
|
Loading…
Reference in New Issue
Block a user