diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-02-14 21:26:12 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-02-14 21:26:12 +0300 |
commit | 123136c0e7566a2a12385f3836e3e92df6b42be1 (patch) | |
tree | 529dd66eb3a7daf84be26ef8fa7db163398801ef /gitstatus/build.info | |
parent | 5fe28f0a010acd251c25a5bd62dfd8002c37f46c (diff) | |
parent | c0a028351ff9a611c4061938ebd5ec4cafb900eb (diff) |
Merge commit 'c0a028351ff9a611c4061938ebd5ec4cafb900eb'
Diffstat (limited to 'gitstatus/build.info')
-rw-r--r-- | gitstatus/build.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gitstatus/build.info b/gitstatus/build.info index 6defef24..baa30b07 100644 --- a/gitstatus/build.info +++ b/gitstatus/build.info @@ -3,7 +3,7 @@ # # This value is also read by shell bindings (indirectly, through # ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd. -gitstatus_version="v1.5.3" +gitstatus_version="v1.5.4" # 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.5.3" # # If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match, # build gets aborted. -libgit2_version="tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73" -libgit2_sha256="2289203eda19913a2f6d2b26a15384cc43872bffd70e87a7659f9a22da79058e" +libgit2_version="tag-0ad3d776aa86dd607dc86dcd7f77ad3ed7ebec61" +libgit2_sha256="c5d0117ae74d3ef244c26f10cce022019077dbc4563e6251fa9f56d36868ce74" |