diff --git a/depends/packages/bls-dash.mk b/depends/packages/bls-dash.mk index f951f39d686a5b..5afac01efa7d4b 100644 --- a/depends/packages/bls-dash.mk +++ b/depends/packages/bls-dash.mk @@ -16,7 +16,7 @@ $(package)_relic_sha256_hash=f2de6ebdc9def7077f56c83c8b06f4da5bacc36b709514bd550 $(package)_extra_sources=$($(package)_relic_file_name) -$(package)_patches=libsodium-cmake.git.patch +$(package)_patches=libsodium-git.patch define $(package)_fetch_cmds $(call fetch_file,$(package),$($(package)_download_path),$($(package)_download_file),$($(package)_file_name),$($(package)_sha256_hash)) && \ @@ -57,7 +57,7 @@ define $(package)_set_vars endef define $(package)_preprocess_cmds - patch -p1 < $($(package)_patch_dir)/libsodium-cmake.git.patch + patch -p1 < $($(package)_patch_dir)/libsodium-git.patch sed -i.old "s|GIT_REPOSITORY https://github.com/Chia-Network/relic.git|URL \"../../relic-$($(package)_relic_version).tar.gz\"|" CMakeLists.txt && \ sed -i.old "s|RELIC_GIT_TAG \".*\"|RELIC_GIT_TAG \"\"|" CMakeLists.txt endef