]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-jmespath
mympd: remove create config start
[ipfire-2.x.git] / lfs / python3-jmespath
index 0d7eb445df94b1ff4a0be90bfa78c4215a283292..395356bc1b2709d18ac9d5e850712a5ec5f9eded 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.10.0
+VER        = 1.0.1
 SUMMARY    = Python module for declarative JSON document element extraction
 
 THISAPP    = jmespath-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/jmespath-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-jmespath
-PAK_VER    = 4
+PAK_VER    = 6
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 65bdcb5fa5bcf1cc710ffa508e78e408
+$(DL_FILE)_BLAKE2 = e345105b40e23ef2477e6fe03af9e21c37c925577898d27d5dc898420e81c1cdf299ad57e05029007636e4b8b3c7f95a571db04b4cd5e4cc8a2365ab964b6b3b
 
 install : $(TARGET)
 
@@ -55,13 +55,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -70,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details