Skip to content

Commit

Permalink
goimports: update 0.29.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jan 15, 2025
1 parent 8665e2c commit 9fdf8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/goimports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class Goimports < Formula
license "BSD-3-Clause"

bottle do
root_url "https://github.com/nikaro/homebrew-tap/releases/download/goimports-0.27.0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9de95a5b270d493c8b6ce77f74b88b5c0df393d08805e0956f4652f059f343f9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "748c449d76df8e87298d964ae92dd474e7215bdabd823bbf0c202aee06c56b1f"
root_url "https://github.com/nikaro/homebrew-tap/releases/download/goimports-0.29.0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "00daad2caf3c07d23e18121426d930be01e3129eb911d4094b27e9f13dff4a36"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed7d6e51ecc7f95d04875b9b098c651c5c73337217d04db3b89ddd2f94a873b0"
end

depends_on "go"
Expand Down

0 comments on commit 9fdf8fa

Please sign in to comment.