git: Update to 1.8.1.

This is a mayor update to the latest stable version of git.
This commit is contained in:
Stefan Schantl
2013-01-03 07:40:42 +01:00
parent 31d619a6ef
commit 28481f1083
2 changed files with 40 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.7.9.3
VER = 1.8.1
THISAPP = git-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = git
PAK_VER = 8
PAK_VER = 9
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = f93b976649216d731fd9f9befb90a58c
$(DL_FILE)_MD5 = a2c6f4404c5e432b47474d246ca83c7e
install : $(TARGET)