diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-12-13 14:39:55 -0800 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-02-18 00:29:15 +0100 |
commit | 41a431cd568ef5ce31b184bc5b29dd7a1770d416 (patch) | |
tree | 3d335561641af7c5b5766b7b075c411bb890915b /net/git/Makefile | |
parent | d89cd30a79c7219b25e0d81d6f3faabcad9bb544 (diff) |
git: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r-- | net/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index 3b8017948..f6257b9d2 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git PKG_VERSION:=2.20.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ |