mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #7143 from SupervisedThinking/up_get_pkg_sha256
config/functions: add get_pkg_sha256
This commit is contained in:
commit
9148a6729a
@ -1013,6 +1013,10 @@ get_pkg_version() {
|
|||||||
get_pkg_variable "$1" PKG_VERSION
|
get_pkg_variable "$1" PKG_VERSION
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get_pkg_sha256() {
|
||||||
|
get_pkg_variable "$1" PKG_SHA256
|
||||||
|
}
|
||||||
|
|
||||||
get_pkg_version_maj_min() {
|
get_pkg_version_maj_min() {
|
||||||
local pkg_version
|
local pkg_version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user