From 354c019a2d578b710ff2ea79375bcf4b2e1a68cf Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Sun, 12 Mar 2023 19:20:11 +0000 Subject: [PATCH] correct checksum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a83190..2ee1877 100644 --- a/Makefile +++ b/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