From 56a40e30fdfb23c433106413b050ec626c21b90e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:28:16 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.6.2 --- bucket/go-size-analyzer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go-size-analyzer.json b/bucket/go-size-analyzer.json index 043c0150cc..256a14ec2a 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.6.1", + "version": "1.6.2", "description": "A tool for analyzing the dependencies in compiled Golang binaries.", "homepage": "https://github.com/Zxilly/go-size-analyzer", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.1/go-size-analyzer_windows_amd64.zip", - "hash": "9a1a5bc7b7c57e8895a4cfcfaa64582790a0b587c2fe47690a4e4e670ff4fdad" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.2/go-size-analyzer_windows_amd64.zip", + "hash": "de958fd30654932b543667c7262c6d4826b58cdd1765f85f5f43b5ac297a81b8" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.1/go-size-analyzer_windows_arm64.zip", - "hash": "72f7c90e5954033ce374f80d6b465186cc0b32445a5fd2ca4c8e0f7a27472a79" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.6.2/go-size-analyzer_windows_arm64.zip", + "hash": "05308b009c52e090549e95f0f491c35137b2ff49ca1fb04b4987a00fad7d3d04" } }, "bin": "gsa.exe",