mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-13 16:40:08 +00:00
20eb8c64bf
cd98a3c28 rebuild gitstatusd-freebsd-amd64 on freebsd 13 b03580cb0 rebuild gitstatusd-freebsd-amd64 (now with proper version) 3c95a47dc update version to v1.5.3 e3a3cd122 rebuild gitstatusd-freebsd-amd64 with clang (#262) 6aed2ae95 compile with clang on freebsd by default (#262) git-subtree-dir: gitstatus git-subtree-split: cd98a3c2849600982aa1b7d03f66784710106291
22 lines
964 B
Text
22 lines
964 B
Text
# This value gets embedded in gitstatusd at build time. It is
|
|
# read by ./Makefile. `gitstatusd --version` reports it back.
|
|
#
|
|
# This value is also read by shell bindings (indirectly, through
|
|
# ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd.
|
|
gitstatus_version="v1.5.3"
|
|
|
|
# libgit2 is a build time dependency of gitstatusd. The values of
|
|
# libgit2_version and libgit2_sha256 are read by ./build.
|
|
#
|
|
# If ./deps/libgit2-${libgit2_version}.tar.gz doesn't exist, build
|
|
# downloads it from the following location:
|
|
#
|
|
# https://github.com/romkatv/libgit2/archive/${libgit2_version}.tar.gz
|
|
#
|
|
# Once downloaded, the tarball is stored at the path indicated
|
|
# above so that repeated builds don't consume network bandwidth.
|
|
#
|
|
# If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match,
|
|
# build gets aborted.
|
|
libgit2_version="tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73"
|
|
libgit2_sha256="2289203eda19913a2f6d2b26a15384cc43872bffd70e87a7659f9a22da79058e"
|