From 97c066af4fd49d0963734123c7aff7796ea86d1f Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Sat, 21 Feb 2026 20:42:35 -0500 Subject: [PATCH] fix(build): add rsync SHA256 hash to skip GPG verification Add SHA256 for rsync 3.3.0: 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90 This allows the build to proceed without requiring GPG keyring setup in CI --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 289d247..080faa0 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -9,7 +9,7 @@ BINARY := $(BUILD_DIR)/ml RSYNC_VERSION ?= 3.3.0 RSYNC_SRC_BASE ?= https://download.samba.org/pub/rsync/src RSYNC_TARBALL ?= rsync-$(RSYNC_VERSION).tar.gz -RSYNC_TARBALL_SHA256 ?= +RSYNC_TARBALL_SHA256 ?= 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90 SQLITE_VERSION ?= 3480000 SQLITE_YEAR ?= 2025