mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/update-scan: include short (7 digit) githash when Commit date displayed
This commit is contained in:
parent
e84901061e
commit
ea747fa19f
@ -96,7 +96,7 @@ check_for_update() {
|
||||
fi
|
||||
[[ "${upstream_version}" = "null" ]] && upstream_version="" || upstream_version+=" | "
|
||||
upstream_version="${upstream_version}GitHead: ${upstream_latest_commit_date%T*}${tag}"
|
||||
PKG_VERSION="${le_master_version_date%T*}"
|
||||
PKG_VERSION="${le_master_version_date%T*} | ${PKG_VERSION:0:7}"
|
||||
else
|
||||
upstream_version="${upstream_latest_commit##*/}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user