Skip to content

Commit

Permalink
Merge pull request #161178 from BrewTestBot/bump-gofumpt-0.6.0
Browse files Browse the repository at this point in the history
gofumpt 0.6.0
  • Loading branch information
BrewTestBot authored Jan 29, 2024
2 parents c2cba45 + 4baa99d commit cac212b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/g/gofumpt.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Gofumpt < Formula
desc "Stricter gofmt"
homepage "https://github.com/mvdan/gofumpt"
url "https://github.com/mvdan/gofumpt/archive/refs/tags/v0.5.0.tar.gz"
sha256 "e27f04b8b5619747ebfb955699d6895c1e4c7c5e4478507ca4e2d8b658b8b51c"
url "https://github.com/mvdan/gofumpt/archive/refs/tags/v0.6.0.tar.gz"
sha256 "26a7c8dce1f153d250e7d36665cf7fab3776aee83248f94be4ebbad23fcaddc4"
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "677ef719a80c09ab4abc7bbd5bfebbcdbb862b6d0b9cce4f1247ba0ead56bc52"
sha256 cellar: :any_skip_relocation, arm64_ventura: "241c7a1670da1fd7fd0220237c541fd5e3fcf45d750084a9b9ad354b01929a01"
sha256 cellar: :any_skip_relocation, arm64_monterey: "241c7a1670da1fd7fd0220237c541fd5e3fcf45d750084a9b9ad354b01929a01"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "241c7a1670da1fd7fd0220237c541fd5e3fcf45d750084a9b9ad354b01929a01"
sha256 cellar: :any_skip_relocation, sonoma: "d7b47a8c7ed5c2bd1bba28da59a37e24fcf0eaba6155fffc26dd0f7d2001fe76"
sha256 cellar: :any_skip_relocation, ventura: "898b89543bde7a2d79d2f298960115cafa3a8f566f18f97ccce67d7715518a2e"
sha256 cellar: :any_skip_relocation, monterey: "898b89543bde7a2d79d2f298960115cafa3a8f566f18f97ccce67d7715518a2e"
sha256 cellar: :any_skip_relocation, big_sur: "898b89543bde7a2d79d2f298960115cafa3a8f566f18f97ccce67d7715518a2e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c200163cfb0748b11aecc5bce47c8a4071541541a0a01247a816a2c948a6105"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ab381b52eee934d5a02f3595113849d18b9e486952d01fc36822dba681ff293"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8ab381b52eee934d5a02f3595113849d18b9e486952d01fc36822dba681ff293"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8ab381b52eee934d5a02f3595113849d18b9e486952d01fc36822dba681ff293"
sha256 cellar: :any_skip_relocation, sonoma: "3bbf4cd6b9b4d2172b60499a7aae7da01fe63c2f3c9ecc26e69eea57eac5db8b"
sha256 cellar: :any_skip_relocation, ventura: "3bbf4cd6b9b4d2172b60499a7aae7da01fe63c2f3c9ecc26e69eea57eac5db8b"
sha256 cellar: :any_skip_relocation, monterey: "3bbf4cd6b9b4d2172b60499a7aae7da01fe63c2f3c9ecc26e69eea57eac5db8b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f462e72be27e9a0d1d87d60482b52728fe459882566040c47e44b3d498b5054a"
end

depends_on "go"
Expand Down

0 comments on commit cac212b

Please sign in to comment.