From 8c08e65c89e2b2b4d0eca27aeb047fd065fda23a Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 25 Nov 2024 07:06:02 -0800 Subject: [PATCH] Update brew-update.el --- scripts/brew-update.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/brew-update.el b/scripts/brew-update.el index 51c33047..ff8d60a7 100644 --- a/scripts/brew-update.el +++ b/scripts/brew-update.el @@ -7,7 +7,7 @@ (let* ((latest (get-latest-tag)) (version) (beg) (end) - (data (checksum-data 'npm latest))) + (data (checksum-data "macos-x64" latest))) (with-find-file "Formula/qob-cli.rb" (goto-char (point-min)) (when (search-forward "version " nil t)