]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/hplip
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / hplip
index b9d4e696f23dd960e8e260176f56e4266d06a860..a688672ebead305ea602f21adc70199361823348 100644 (file)
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 3.18.6
+SUMMARY    = HP's Printing, Scanning, and Faxing Software
+
+VER        = 3.22.2
 
 THISAPP    = hplip-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hplip
-PAK_VER    = 3
+PAK_VER    = 7
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
+$(DL_FILE)_MD5 = 4e5a89813334778d9e16835f773b2e80
 
 install : $(TARGET)
 
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################