go-size-analyzer: Update to version 1.9.2 (#6845)

This commit is contained in:
Zxilly 2025-05-27 20:39:14 +08:00 committed by GitHub
parent 0267d4145c
commit e2d1749539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
{ {
"version": "1.9.1", "version": "1.9.2",
"description": "A tool for analyzing the dependencies in compiled Golang binaries.", "description": "A tool for analyzing the dependencies in compiled Golang binaries.",
"homepage": "https://github.com/Zxilly/go-size-analyzer", "homepage": "https://github.com/Zxilly/go-size-analyzer",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.1/go-size-analyzer_windows_amd64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.2/go-size-analyzer_1.9.2_windows_amd64.zip",
"hash": "92b14248f4045295f963fd98f8cf251fcca6ef5289c4d0e6e07ff3a32f8235b7" "hash": "23e7bfb7fbe478ca46e097a555f6d2fc6faa9526f63e7e236cd407266c74096d"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.1/go-size-analyzer_windows_arm64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.2/go-size-analyzer_1.9.2_windows_arm64.zip",
"hash": "d68f5d9f39cc3f951133a5965935ffa864322c05241510d2a64975e878b291a2" "hash": "4074b26f1c763ee1eb49723c33106554b89ed0cc5a8f0579adb4aa162677ada6"
} }
}, },
"bin": "gsa.exe", "bin": "gsa.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_amd64.zip" "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_amd64.zip"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_arm64.zip" "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_arm64.zip"
} }
}, },
"hash": { "hash": {