From d0855dc7ed1e7b4a65e1f8730738d92752568324 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:45:56 +0800 Subject: [PATCH] kotlin-native: hash fix (#2706) Co-authored-by: ScoopInstaller --- bucket/kotlin-native.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/kotlin-native.json b/bucket/kotlin-native.json index 27a03bbdc4..8154faed3a 100644 --- a/bucket/kotlin-native.json +++ b/bucket/kotlin-native.json @@ -10,7 +10,7 @@ "architecture": { "64bit": { "url": "https://github.com/JetBrains/kotlin/releases/download/v1.5.31/kotlin-native-windows-x86_64-1.5.31.zip", - "hash": "d8bfff94e63ec768719436cff1fb5c713494dc4cbf414aaae9160ea7d3a9417e", + "hash": "11c2e3378ea2e0121e9c3378e58f9813fc5f7850110c0e341739ab514f1379ca", "extract_dir": "kotlin-native-windows-x86_64-1.5.31" } },