mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
config/functions: add get_pkg_sha256
- returns the PKG_SHA256 of a given package file
This commit is contained in:
parent
1e5c36c0b5
commit
8e84db508b
@ -1003,6 +1003,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