From 8db664cef671c1169d1a94ae8f9b038160c76d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 08:31:30 -0700 Subject: [PATCH] xmake: hash fix (#1297) Co-authored-by: ScoopInstaller --- bucket/xmake.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 943fa121e6..87d0e32d2e 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win64.zip", - "hash": "eedd05684c540af0fd288989312cc7aed66afea258f015b2a285b39879a7ccfd" + "hash": "92137886c7acf832fc1e892a0bba5c212da5a84ce804a2eef5dfe3ce0d39574b" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win32.zip", - "hash": "1f0789e69acbf04ab965bf59d7f4994f6096af70131a05b09dd01ebe3c2aec80" + "hash": "d8539febd1ee2f8c4016c2916fa158d2eaf944e9abe03c0f83f3692e4bc594ab" } }, "extract_dir": "xmake",