From f2c364a48471c7230b000e33072d6de485ccd5fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:25:50 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.4.0 --- 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 bfe7cb4237..743d8fb832 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.3.14", + "version": "1.4.0", "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.14/go-size-analyzer_windows_amd64.zip", - "hash": "56cb33ce0b04094b6e9ef40bb7daf4fc94e93dbb4f9795b389c8863eaf13f552" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.0/go-size-analyzer_windows_amd64.zip", + "hash": "9071fa6410a382d96cfdce453a73982d9fc25ea49200acc2cacb6655cceabcd9" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.3.14/go-size-analyzer_windows_arm64.zip", - "hash": "ee00a3b119c0824371cf9c21b1d63b120bfb341ee84713c80781063980f68d2e" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.0/go-size-analyzer_windows_arm64.zip", + "hash": "03f954d0a7609bbea65614061a39d268897cce9461b8cb089847106d89e82d44" } }, "bin": "gsa.exe",