You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
964 B
Plaintext
23 lines
964 B
Plaintext
5 years ago
|
# 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
|
||
4 years ago
|
# ./install) when using GITSTATUS_DAEMON or usrbin/gitstatusd.
|
||
4 years ago
|
gitstatus_version="v1.3.1"
|
||
5 years ago
|
|
||
5 years ago
|
# libgit2 is a build time dependency of gitstatusd. The values of
|
||
|
# libgit2_version and libgit2_sha256 are read by ./build.
|
||
5 years ago
|
#
|
||
|
# 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.
|
||
5 years ago
|
#
|
||
|
# If sha256 of ./deps/libgit2-${libgit2_version}.tar.gz doesn't match,
|
||
|
# build gets aborted.
|
||
4 years ago
|
libgit2_version="tag-82cefe2b42300224ad3c148f8b1a569757cc617a"
|
||
|
libgit2_sha256="dc701c4e2080f7901f5d599d642b629569e5581086b9838d481d09f284dc7621"
|