Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/g/go-size-analyzer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GoSizeAnalyzer < Formula
desc "Analyzing the dependencies in compiled Golang binaries"
homepage "https://github.com/Zxilly/go-size-analyzer"
url "https://github.com/Zxilly/go-size-analyzer/archive/refs/tags/v1.8.1.tar.gz"
sha256 "ff14cedf8e475fd4fcebbd955dee408e91e8753827e3c49404be26bd43a8dd22"
url "https://github.com/Zxilly/go-size-analyzer/archive/refs/tags/v1.9.0.tar.gz"
sha256 "0824fdb357fbb8b679c160844ddf76086315fe73fa7383707e07d4c139d8141e"
license "AGPL-3.0-only"
head "https://github.com/Zxilly/go-size-analyzer.git", branch: "master"

Expand Down
Loading