deps: Replace the 'describe' base version to commit sha

This commit is contained in:
Sameer Rahmani 2023-02-04 20:32:55 +00:00
parent abf3c912f5
commit 90c59443bf
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 5 additions and 3 deletions

View File

@ -65,9 +65,11 @@ function _pop() {
}
function get_version() {
_push "$1"
git describe --abbrev=40
_pop
# _push "$1"
# git describe --abbrev=40
# _pop
git ls-tree HEAD "$1" | awk '{ print $3 }'
}
function http_push() {