From 832a03761e0f07b871632d350e0746c2ba92b878 Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Sat, 18 Aug 2018 11:52:07 +0200 Subject: [PATCH] docs: force full githashes --- packages/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/readme.md b/packages/readme.md index cd2df2efdb..fec2352fe4 100644 --- a/packages/readme.md +++ b/packages/readme.md @@ -12,7 +12,7 @@ To control the build behaviour of your package, use variables in the top-down or | Variable | Default | Required |Description | |-------------|---------|----------|------------| | PKG_NAME | - | yes | Name of the packaged software application. Should be lowercase | -| PKG_VERSION | - | yes | Version of the packaged software application | +| PKG_VERSION | - | yes | Version of the packaged software application. If the version is a githash, please use the full githash, not the abbreviated form. | | PKG_SHA256 | - | yes | SHA256 hashsum of the application download file | | PKG_ARCH | any | no | Architectures for which the package builds. `any` or a space separated list of `aarch64`, `arm` or `x86_64` | | PKG_LICENSE | - | yes | License of the software application. [Reference](https://github.com/LibreELEC/LibreELEC.tv/tree/master/licenses) |