Skip to content

Commit a3532f7

Browse files
authored
Merge pull request Homebrew#141917 from chenrui333/bump-awk-20230909
awk 20230909
2 parents 041e522 + a7d3b69 commit a3532f7

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/a/awk.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
class Awk < Formula
22
desc "Text processing scripting language"
33
homepage "https://www.cs.princeton.edu/~bwk/btl.mirror/"
4-
url "https://github.com/onetrueawk/awk/archive/%3Cspan%20class="x x-first x-last">20220122.tar.gz"
5-
sha256 "720a06ff8dcc12686a5176e8a4c74b1295753df816e38468a6cf077562d54042"
4+
url "https://github.com/onetrueawk/awk/archive/%3Cspan%20class="x x-first x-last">20230909.tar.gz"
5+
sha256 "24e554feb609fa2f5eb911fb8fe006c68d9042e34b2caafaad1f2200ce967c50"
66
# https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Standard_ML_of_New_Jersey_Variant
77
license "MIT"
88
head "https://github.com/onetrueawk/awk.git", branch: "master"
99

1010
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "47f3d16ebd3eb5767c9053091532d69d2c8288a262f9007301b757639833ffdb"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6bb8fdb607cba55ad0f173881e83f8f83ffbd3f2cbf84ca26a494cf614d6d3f6"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "253a8eb03a628051cc748336648bc984e4a2bb04322a06c8d8e2e43798d5f581"
15-
sha256 cellar: :any_skip_relocation, ventura: "4c14575b3b5c52aa4b7064bfa737e7a2cce5bf00643883f71be87f509fceb546"
16-
sha256 cellar: :any_skip_relocation, monterey: "7ab4bfa6706a1cad2f1990962b8067e359da9f49079803c7628483e97a0e396d"
17-
sha256 cellar: :any_skip_relocation, big_sur: "d566709d5824930ffecb61d05d86e724bf54c3956964ed39b3a3fffaac3b60e0"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b9a89dc8999517cda6105d5c5e0e94294aba8f507aa85b21ee9a3a75c08a0a7"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "71dcc0d85c8d256e4ade6241eae82a18de3fc1fe20ca242961b9ed6b1e4206ea"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "90467b080cdf1b139af338000c31586fd9b3ee387a214597b333d036354d6d63"
13+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3e5e4df91f2628fdd27e655e1198cdf4f19e80aaf5235f4d987fa095638ad0ed"
14+
sha256 cellar: :any_skip_relocation, ventura: "9ee6a4d8b1dcfb3808ef2dc51214017865924b0631b2107d381be48c8e93ae0a"
15+
sha256 cellar: :any_skip_relocation, monterey: "14e36a488a1b66e579663545494c55bb9eeec31b71d72f23f810f69e04963333"
16+
sha256 cellar: :any_skip_relocation, big_sur: "5943f92ced18437d64dbfc8653ea95f589517757316dd0dab9fac3ee1d39dbca"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7675e8286eaea8e940da59bf608da314f34033606c9f0a0c71c98f1f698cf8a4"
1918
end
2019

2120
uses_from_macos "bison" => :build

0 commit comments

Comments
 (0)