correct checksum
This commit is contained in:
parent
50cfdc584c
commit
354c019a2d
2
Makefile
2
Makefile
|
@ -85,7 +85,7 @@ config=$(conf_path)/smr.conf
|
|||
bin_path=$(shell pwd)
|
||||
|
||||
APK_aarch64_HASH=0164d47954c8a52e8ed10db1633174974a3b1e4182a1993a5a8343e394ee1bbc
|
||||
APK_x86_64_HASH=d7506bb11327b337960910daffed75aa289d8bb350feab624c52965be82ceae8
|
||||
APK_x86_64_HASH=5176da3d4c41f12a08b82809aca8e7e2e383b7930979651b8958eca219815af5
|
||||
apk_hash := $(APK_$(arch)_HASH)
|
||||
|
||||
help: ## Print this help
|
||||
|
|
Loading…
Reference in New Issue