diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-27 19:48:35 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-27 19:48:35 +0300 |
commit | 73eff3a033b409ee440ac32a7871f6d4db038982 (patch) | |
tree | a3aa2d54d9c16d9e1b59e4cd61b7a08e1171d06d | |
parent | c003c253e8f4b3afde76d09c95691f77178b7cc8 (diff) | |
parent | f1ff6804871d47381b9bd398a60f4c77174fd1d3 (diff) |
Merge commit 'f1ff6804871d47381b9bd398a60f4c77174fd1d3'
-rw-r--r-- | gitstatus/Makefile | 3 | ||||
-rw-r--r-- | gitstatus/build.info | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile index 0141dd90..b3001c34 100644 --- a/gitstatus/Makefile +++ b/gitstatus/Makefile @@ -38,4 +38,7 @@ pkg: GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f $(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done' +zwc: + $(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done' + -include $(OBJS:.o=.dep) diff --git a/gitstatus/build.info b/gitstatus/build.info index 74300e43..fa6f6340 100644 --- a/gitstatus/build.info +++ b/gitstatus/build.info @@ -18,5 +18,5 @@ gitstatus_version="v1.5.1" # # If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match, # build gets aborted. -libgit2_version="tag-82cefe2b42300224ad3c148f8b1a569757cc617a" -libgit2_sha256="dc701c4e2080f7901f5d599d642b629569e5581086b9838d481d09f284dc7621" +libgit2_version="tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73" +libgit2_sha256="2289203eda19913a2f6d2b26a15384cc43872bffd70e87a7659f9a22da79058e" |