diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-13 12:15:44 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-13 12:15:44 +0300 |
commit | 4d14f9e0ba94770c55b28c2839c71dda47f97d9c (patch) | |
tree | 95f588831e52a0eaa61c8d98a19e3c03e44ffd34 /gitstatus/build.info | |
parent | faa510d54c30b9384ee7f4a95b9d04f5c6a8cf62 (diff) | |
parent | b0158178925484c058e6175e174b639237532c63 (diff) |
Merge commit 'b0158178925484c058e6175e174b639237532c63'
Diffstat (limited to 'gitstatus/build.info')
-rw-r--r-- | gitstatus/build.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitstatus/build.info b/gitstatus/build.info index 80dbc452..cf180b0c 100644 --- a/gitstatus/build.info +++ b/gitstatus/build.info @@ -2,8 +2,8 @@ # read by ./Makefile. `gitstatusd --version` reports it back. # # This value is also read by shell bindings (indirectly, through -# ./install) when gitstatusd is from ./usrbin. -gitstatus_version="v1.0.0" +# ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd. +gitstatus_version="v1.2.0" # libgit2 is a build time dependency of gitstatusd. The values of # libgit2_version and libgit2_sha256 are read by ./build. @@ -18,5 +18,5 @@ gitstatus_version="v1.0.0" # # If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match, # build gets aborted. -libgit2_version="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a" -libgit2_sha256="6af7c839640ed5474fef9761a80b5c24bcdd87abc771406e31d5c2bf27f48be5" +libgit2_version="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854" +libgit2_sha256="e3df79da60963f8711580dce53b1a7ed583bb534be9ebb95589e76346fa986be" |