From 78550d802a1c0d5511d8007289cd3a968855043f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:28:02 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.4.1 --- 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 743d8fb832..58b9551ca7 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.4.0", + "version": "1.4.1", "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.0/go-size-analyzer_windows_amd64.zip", - "hash": "9071fa6410a382d96cfdce453a73982d9fc25ea49200acc2cacb6655cceabcd9" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.1/go-size-analyzer_windows_amd64.zip", + "hash": "bc6884b7bd4a413480cf58f3cb4255aa23881dd441d1760a00c2685e6a90bc44" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.0/go-size-analyzer_windows_arm64.zip", - "hash": "03f954d0a7609bbea65614061a39d268897cce9461b8cb089847106d89e82d44" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.1/go-size-analyzer_windows_arm64.zip", + "hash": "ba52d29ea5fc0a861be6552a6889c28b8ae905b54d5be3d394110e6a41cdb582" } }, "bin": "gsa.exe",