From 78668b88d9c00a25485dc8e2d6b4954f8b1c3866 Mon Sep 17 00:00:00 2001 From: Zxilly <31370133+Zxilly@users.noreply.github.com> Date: Fri, 31 May 2024 01:57:07 +0800 Subject: [PATCH] go-size-analyzer: Add version 1.1.0 (#5874) --- bucket/go-size-analyzer.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/go-size-analyzer.json diff --git a/bucket/go-size-analyzer.json b/bucket/go-size-analyzer.json new file mode 100644 index 0000000000..b218ad0f94 --- /dev/null +++ b/bucket/go-size-analyzer.json @@ -0,0 +1,31 @@ +{ + "version": "1.1.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.1.0/go-size-analyzer_windows_amd64.zip", + "hash": "a09a01506a3042cffbcac5de2d681a8bba0dc9afcce845f036cd4636eb1743d4" + }, + "arm64": { + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.1.0/go-size-analyzer_windows_arm64.zip", + "hash": "fef3fb439fd5acf875e80ab07ec2b4a56c3e99225b18eafe4b17a5214a4eac86" + } + }, + "bin": "gsa.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}