From 2a409ad4de2a2f0b8391614c8ffbfd0e2d3f0f04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:26:05 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.4.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 58b9551ca7..c4ac099745 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.4.1", + "version": "1.4.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.4.1/go-size-analyzer_windows_amd64.zip", - "hash": "bc6884b7bd4a413480cf58f3cb4255aa23881dd441d1760a00c2685e6a90bc44" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_windows_amd64.zip", + "hash": "5ef78ae3d41792c97aa44ea68a8ca7251cb1c6d3496efc7989bc80347fd904ef" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.1/go-size-analyzer_windows_arm64.zip", - "hash": "ba52d29ea5fc0a861be6552a6889c28b8ae905b54d5be3d394110e6a41cdb582" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_windows_arm64.zip", + "hash": "a8aaec8d7ae1ab1b6ac34d7719c6fc26d37c6863783d8abaf28acbd05d4c4790" } }, "bin": "gsa.exe",