From e6b99ac42d2c31775b4911aa09499a821ca01994 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 20:25:57 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.3.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 19bb92789b..134512aadc 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.3.1", + "version": "1.3.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.3.1/go-size-analyzer_windows_amd64.zip", - "hash": "5827bda0b18200365d1e802c12b4dbdcb4ffa85ac1e4e4abfa95c6a416a38a06" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.2/go-size-analyzer_windows_amd64.zip", + "hash": "bb1668bc65e9bffd3a3a15433ea6e5c6829e22c7d56eac939fc02f351948513c" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.1/go-size-analyzer_windows_arm64.zip", - "hash": "ce998c8d6348c5ba0a02a54af3e9137c4bfed88c5d9d9e62124df8ef9116edf8" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.2/go-size-analyzer_windows_arm64.zip", + "hash": "911dc3b2fe13f53e69cdde52b492efcf6a74fbe684232a026469c648d17bfb81" } }, "bin": "gsa.exe",