mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-04-08 17:05:27 +02:00
Add SHA256 verification
It is compared against the FlaHub's bot calculated SHA256
This commit is contained in:
parent
9d4fba78a8
commit
8fc400e267
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user