From 9bd7517213b62c0da4f89981b10cb6b4f6e650b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:28:35 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.3.3 --- 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 134512aadc..a9831bf62a 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.3.2", + "version": "1.3.3", "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.2/go-size-analyzer_windows_amd64.zip", - "hash": "bb1668bc65e9bffd3a3a15433ea6e5c6829e22c7d56eac939fc02f351948513c" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.3/go-size-analyzer_windows_amd64.zip", + "hash": "001f6c406173c78f332dbafbcab4b2f98063ecdf04d62bc51e02553d119c7999" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.2/go-size-analyzer_windows_arm64.zip", - "hash": "911dc3b2fe13f53e69cdde52b492efcf6a74fbe684232a026469c648d17bfb81" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.3/go-size-analyzer_windows_arm64.zip", + "hash": "4adbaa4e3646cc92641824ae0bfec819c37ba3ca3a300db023424a5664197c19" } }, "bin": "gsa.exe",