From 94bf98b2684622fdcd74c839701c7fe095078ee3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 19:35:42 +0300 Subject: [PATCH] package-system.txt: Add note about commit hashes --- doc/package-system.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/package-system.txt b/doc/package-system.txt index d4f2e32..d58d926 100644 --- a/doc/package-system.txt +++ b/doc/package-system.txt @@ -199,7 +199,8 @@ The first field should contain the software's upstream version and the second field should contain the version number of the repository files themselves. If the package is using a git source to pull down the latest commit, the -version should be simply set to 'git'. +version should be simply set to 'git'. If a specific commit hash is being +used, the version should be set accordingly. +------------------------------------------------------------------------------+ | version | @@ -217,6 +218,14 @@ version should be simply set to 'git'. | | +------------------------------------------------------------------------------+ ++------------------------------------------------------------------------------+ +| version (commit hash) | ++------------------------------------------------------------------------------+ +| | +| 7fd2c9bd80b1053852a9cc989205f7ee6b1f6d6f 1 | +| | ++------------------------------------------------------------------------------+ + [6.0] pre-remove ________________________________________________________________________________