diff options
Diffstat (limited to 'src/libgit2.mk')
-rw-r--r-- | src/libgit2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgit2.mk b/src/libgit2.mk index b401ce5..cad3941 100644 --- a/src/libgit2.mk +++ b/src/libgit2.mk @@ -1,6 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := libgit2 +$(PKG)_WEBSITE := https://libgit2.github.com/ $(PKG)_IGNORE := $(PKG)_VERSION := 0.23.2 $(PKG)_CHECKSUM := 20c0a6ee92c0e19207dac6ddc336b4ae4a1c4ddf91be0891e4b6e6ccba16df0b |