my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
964 B

3 years ago
  1. # This value gets embedded in gitstatusd at build time. It is
  2. # read by ./Makefile. `gitstatusd --version` reports it back.
  3. #
  4. # This value is also read by shell bindings (indirectly, through
  5. # ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd.
  6. gitstatus_version="v1.5.3"
  7. # libgit2 is a build time dependency of gitstatusd. The values of
  8. # libgit2_version and libgit2_sha256 are read by ./build.
  9. #
  10. # If ./deps/libgit2-${libgit2_version}.tar.gz doesn't exist, build
  11. # downloads it from the following location:
  12. #
  13. # https://github.com/romkatv/libgit2/archive/${libgit2_version}.tar.gz
  14. #
  15. # Once downloaded, the tarball is stored at the path indicated
  16. # above so that repeated builds don't consume network bandwidth.
  17. #
  18. # If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match,
  19. # build gets aborted.
  20. libgit2_version="tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73"
  21. libgit2_sha256="2289203eda19913a2f6d2b26a15384cc43872bffd70e87a7659f9a22da79058e"