mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
Nginx: New Version - 1.6.2
This commit is contained in:
committed by
Michael Tremer
parent
405d20bcb3
commit
db9d194a6c
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.4
|
||||
VER = 1.6.2
|
||||
|
||||
THISAPP = nginx-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = nginx
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 5dfaba1cbeae9087f3949860a02caa9f
|
||||
$(DL_FILE)_MD5 = d1b55031ae6e4bce37f8776b94d8b930
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user