]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/hplip
hplip: Update to version 3.22.4
[people/teissler/ipfire-2.x.git] / lfs / hplip
index fb45605f79640cc08c441ed160e6ed2f2ad62b70..8c25f8f4df42ca1f872b5f128d02989962b6898b 100644 (file)
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -24,9 +24,9 @@
 
 include Config
 
-SUMMARY    = HP's Printing, Scanning, and Faxing Software 
+SUMMARY    = HP's Printing, Scanning, and Faxing Software
 
-VER        = 3.21.6
+VER        = 3.22.4
 
 THISAPP    = hplip-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hplip
-PAK_VER    = 6
+PAK_VER    = 8
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 090f47d47c0d487ccfd2abdd5102ce1e
+$(DL_FILE)_BLAKE2 = 6446cecad6a9dea4685874da4879b604ad5c68842783741e8ee87b5cf957a8cc69269ced0a4fa40077abcc35fd0cd8f0103f90e02f1a1244a28617dfd0cd4036
 
 install : $(TARGET)
 
@@ -56,13 +56,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)) :
@@ -71,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details