]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/oci-cli
Merge branch 'next'
[people/mfischer/ipfire-2.x.git] / lfs / oci-cli
index 54beed41a60e7e0afcb8b149054d68613131bca3..2629af509f6fc168cf424e52612372e722902b6b 100644 (file)
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 594572571d532f460f7c62a0b73152a0
+$(DL_FILE)_BLAKE2 = 5fa57d28eb3839bf291cb9b1d2b0b404f0232d119af06044224097610f114bd31c9ea2d2f5c732601f9d505ffc0033e5b4609968790d195b53d85203a8ddb707
 
 install : $(TARGET)
 
@@ -53,13 +53,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)) :
@@ -68,8 +68,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details