]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/sarg
sarg: Force update to get new libgd library
[people/mfischer/ipfire-2.x.git] / lfs / sarg
index 6a8b52e6c4d465df7a4cf1d751fde7357571ec18..d38933fb00d958ebf54913cb87a4e5a9fda622f5 100644 (file)
--- a/lfs/sarg
+++ b/lfs/sarg
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Squid Analysis Report Generator
+
 VER        = 2.4.0
 
 THISAPP    = sarg-$(VER)
@@ -32,10 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sarg
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1b84509c1a0d55d46148bd957744870f
+$(DL_FILE)_BLAKE2 = 4a07e97f5bdf36dc9ea867517f511dff4e2b501c01231c523778b283000bcf8e6eeb26e219c3d710551ad31f939a47453341b6a8a5575df1d8f3957461326675
 
 install : $(TARGET)
 
@@ -54,13 +58,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -69,8 +73,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details