Skip to content

Commit

Permalink
Merge pull request #191148 from Homebrew/bump-goawk-1.29.0
Browse files Browse the repository at this point in the history
goawk 1.29.0
  • Loading branch information
BrewTestBot committed Sep 19, 2024
2 parents 3b2fa7f + 7cdfcd4 commit 8bca7bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/goawk.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Goawk < Formula
desc "POSIX-compliant AWK interpreter written in Go"
homepage "https://benhoyt.com/writings/goawk/"
url "https://github.com/benhoyt/goawk/archive/refs/tags/v1.28.1.tar.gz"
sha256 "bed9009c2702fca12fe773e223d9f22bae9a26133d45c523bc3d598b2819b4cf"
url "https://github.com/benhoyt/goawk/archive/refs/tags/v1.29.0.tar.gz"
sha256 "91bf708ad6776bea7e1fbd1a0969042de8ebc3139b89468a2a1f5405f3401f54"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7f3c368b4c6b6b91b46cf08ae9e052b669a953d584b153dbbcb2ee880beaca0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7f3c368b4c6b6b91b46cf08ae9e052b669a953d584b153dbbcb2ee880beaca0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c7f3c368b4c6b6b91b46cf08ae9e052b669a953d584b153dbbcb2ee880beaca0"
sha256 cellar: :any_skip_relocation, sonoma: "522331284a5e39e033d5f766713008037935c6431a255e7fa40ad7ce0daa2af0"
sha256 cellar: :any_skip_relocation, ventura: "522331284a5e39e033d5f766713008037935c6431a255e7fa40ad7ce0daa2af0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4bc90363cc4eabd68be88704be71013632bab43ffedb3a4693f27b1cfc637b19"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "41d62570a7ca8e9baf60b37144c32cc5d688c4a19db05e3e24bcc042c5cc5d9d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "41d62570a7ca8e9baf60b37144c32cc5d688c4a19db05e3e24bcc042c5cc5d9d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "41d62570a7ca8e9baf60b37144c32cc5d688c4a19db05e3e24bcc042c5cc5d9d"
sha256 cellar: :any_skip_relocation, sonoma: "56b903099e0f4beb099ecaeace1ffc43873939be0357c4a15738cbb3d9353338"
sha256 cellar: :any_skip_relocation, ventura: "56b903099e0f4beb099ecaeace1ffc43873939be0357c4a15738cbb3d9353338"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf9199a6f2e304f9d4ac65fefe42e858272f35679f29f6a72b58fd0d22ce550c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8bca7bf

Please sign in to comment.