goimports: add v0.28.0 (#48375)

This commit is contained in:
Alec Scott 2025-01-04 03:56:57 -05:00 committed by GitHub
parent 450e56f207
commit 6e8fe490e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,15 @@ class Goimports(GoPackage):
homepage = "https://golang.org/x/tools/cmd/goimports"
url = "https://github.com/golang/tools/archive/refs/tags/v0.25.0.tar.gz"
list_url = "https://github.com/golang/tools/tags"
maintainers("alecbcs")
license("BSD-3-Clause", checked_by="alecbcs")
version("0.28.0", sha256="2c0aa55c1748ba406eec2db21bf44ebec62b1d5812b6ba350b5d421af1544adb")
version("0.25.0", sha256="c536188f5db744371f526f3059960945ed580b3ee60553a4f01956251ab36d20")
depends_on("go@1.22:", type="build", when="@0.25:")
build_directory = "cmd/goimports"