X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpython3-setuptools-scm;h=8e29b2798dca526a4d18f267149e8a4f83a7f2e9;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=d5a0f344720ada2325cbe109b25f79b22d4c0cef;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/python3-setuptools-scm b/lfs/python3-setuptools-scm index d5a0f34472..8e29b2798d 100644 --- a/lfs/python3-setuptools-scm +++ b/lfs/python3-setuptools-scm @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 32918d8ac566360c21411e0b3556c695 +$(DL_FILE)_BLAKE2 = 4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343 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