md5 sums are correctly retrieved from json file irrelevant of auth type

being present or not, and then those are being correctly checked, md5
module added.
This commit is contained in:
Norayr Chilingarian 2024-02-21 06:08:52 +04:00
parent b65fcc69de
commit c85f7e5b7b
7 changed files with 193 additions and 69 deletions

View file

@ -15,8 +15,8 @@ DPD = deps
ifndef DPS
DPS := $(mkfile_dir_path)/$(DPD)
endif
#all: get_deps build_deps buildThis
all: build_deps buildThis
all: get_deps build_deps buildThis
#all: build_deps buildThis
get_deps:
@echo "getting deps"
@ -60,6 +60,7 @@ buildThis:
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkStorage.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkConf.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkdepTree.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkMD5Checker.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkHttps.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkSyncer.Mod
cd $(BUILD) && $(VOC) -s $(mkfile_dir_path)/src/vpkDot.Mod