mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
go-size-analyzer: Add version 1.1.0 (#5874)
This commit is contained in:
parent
4cff02dd86
commit
78668b88d9
31
bucket/go-size-analyzer.json
Normal file
31
bucket/go-size-analyzer.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user