~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to lfs/git

  • Committer: Michael Tremer
  • Date: 2021-04-10 13:28:39 UTC
  • mfrom: (8759.1.261)
  • Revision ID: git-v1:b119887b50675121a30d889fdbfc6c342e068c5a
Merge remote-tracking branch 'origin/next'

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
include Config
26
26
 
27
 
VER        = 2.28.0
 
27
VER        = 2.31.0
28
28
 
29
29
THISAPP    = git-$(VER)
30
30
DL_FILE    = $(THISAPP).tar.xz
32
32
DIR_APP    = $(DIR_SRC)/$(THISAPP)
33
33
TARGET     = $(DIR_INFO)/$(THISAPP)
34
34
PROG       = git
35
 
PAK_VER    = 18
 
35
PAK_VER    = 19
36
36
 
37
37
DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
38
38
 
44
44
 
45
45
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
46
46
 
47
 
$(DL_FILE)_MD5 = 5fde0206768ed70092d1fcc8f447251a
 
47
$(DL_FILE)_MD5 = c7f808ab107b666af45fccb56b9d9676
48
48
 
49
49
install : $(TARGET)
50
50