From 022ce9c4385d470d18fff7cf18fa6e671f88b1ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:26:43 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.5.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 5ed93bd6df..9aec8b3c9d 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.5.0", + "version": "1.5.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.5.0/go-size-analyzer_windows_amd64.zip", - "hash": "8cf13526b3b826c1e670aaecc383fef9d2313c41af7bbc5623d5cb0e08809486" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.1/go-size-analyzer_windows_amd64.zip", + "hash": "0b95b372d7491ea976163493e834e2a4f3b3c01e1112ced51815c37b2582ca38" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.0/go-size-analyzer_windows_arm64.zip", - "hash": "8afc0ce97e2d9adceca5de0f91832402f54d35c03317bb9dba9060e1b8d01d92" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.5.1/go-size-analyzer_windows_arm64.zip", + "hash": "a822a8fc1674a17fa7ca01a30f6eee733e0b4f55704b14b3a173d79c939936a7" } }, "bin": "gsa.exe",