Add SHA256 verification

It is compared against the FlaHub's bot calculated SHA256
This commit is contained in:
Cezar Lungu 2024-06-22 17:00:03 +02:00
parent 9d4fba78a8
commit 8fc400e267
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ prepare: clean install_build_deps
@echo "Download installer"
@wget -nv -c $(BASE_URL) -O source/deezer-setup-$(PKGVER).exe
@echo "$(SHA256) deezer-setup-$(PKGVER).exe" | sha256sum -c --status || echo "SHA256 not matching!" && exit 1
@echo "Extract app archive from installer"
@cd source && 7z x -so deezer-setup-$(PKGVER).exe '$$PLUGINSDIR/app-32.7z' > app-32.7z