diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-19 12:09:40 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-19 12:09:40 +0300 |
commit | 24278ccd391534011a15047b27ee2139176db426 (patch) | |
tree | 2333f4999e537a3faeb71f11c6c59298514a9e71 /gitstatus/install.info | |
parent | 6dfd92f8c1d60892ea9b2a57e93cd22a8cb75c2a (diff) | |
parent | bf2aa14becccd2b55180bc2aeff44d3a6015a580 (diff) |
Merge commit 'bf2aa14becccd2b55180bc2aeff44d3a6015a580'
Diffstat (limited to 'gitstatus/install.info')
-rw-r--r-- | gitstatus/install.info | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gitstatus/install.info b/gitstatus/install.info index 668f3e48..475d9457 100644 --- a/gitstatus/install.info +++ b/gitstatus/install.info @@ -3,7 +3,9 @@ # This file is used by ./install and indirectly by shell bindings. # # The first line is read by powerlevel10k instant prompt. It must -# be updated whenever the content of this file changes. +# be updated whenever the content of this file changes. The actual +# value doesn't matter as long as it's unique. You can use the output +# of `git rev-parse HEAD`. # Official gitstatusd binaries. uname_s_glob="cygwin_nt-10.0"; uname_m_glob="i686"; file="gitstatusd-${uname_s}-${uname_m}"; version="v1.0.0"; sha256="c38342c7a70842067074710250fd8cebea87ae111f032277c2c70a77179b5355"; |