go-size-analyzer: Update to version 1.2.1

This commit is contained in:
github-actions[bot] 2024-06-10 12:31:20 +00:00
parent 1cedbdb55a
commit 7e9bf4243a

View File

@ -1,16 +1,16 @@
{ {
"version": "1.2.0", "version": "1.2.1",
"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.2.0/go-size-analyzer_windows_amd64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_amd64.zip",
"hash": "b04c7aa1c654ada06ee77553172c93be5c6da651481df1cabb6871296bb1494c" "hash": "c0275af43f6e311a042e1cf916045190a1f6d257e15eee49cb4ee90bea4d6a83"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_arm64.zip", "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_arm64.zip",
"hash": "c5920020c4353447c959f1fd6b956f877f3f31a99fd403cea256c17899afe6f7" "hash": "58c890fa901e9f599e043791dcff555af2f708ebc84851db673c86eb279374e0"
} }
}, },
"bin": "gsa.exe", "bin": "gsa.exe",