Skip to content

Commit 2356141

Browse files
authored
Merge pull request Homebrew#160806 from BrewTestBot/bump-mawk-1.3.4-20240123
mawk 1.3.4-20240123
2 parents 2fc04d0 + e8c998b commit 2356141

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/mawk.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mawk < Formula
22
desc "Interpreter for the AWK Programming Language"
33
homepage "https://invisible-island.net/mawk/"
4-
url "https://invisible-mirror.net/archives/mawk/mawk-1.3.4-%3Cspan%20class="x x-first x-last">20231126.tgz"
5-
sha256 "1ac1e106e2880d9f6579ad993217f4af3b6de9943f90099c8d00668cbecb4367"
4+
url "https://invisible-mirror.net/archives/mawk/mawk-1.3.4-%3Cspan%20class="x x-first x-last">20240123.tgz"
5+
sha256 "a8e319a83744b1f1fb6988dfa189d61887f866e9140cc9a49eb003b2b0655e88"
66
license "GPL-2.0-only"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Mawk < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "992949bcd62778486035e59586947e8ab8e974ba495beae54dc4e4903d9c3430"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf54417a82f8065eb4abcaef52f67cc59e05befef36d95b336f8c90f7471f2ce"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "d1605bb31c6b20de8a39a7cb9cee930b2d4f01e057fe619c468ac58f99cf5c28"
17-
sha256 cellar: :any_skip_relocation, sonoma: "a1e66c467362d985223004225a79636e5ea748ad3a34daf6553d3651bf365a4d"
18-
sha256 cellar: :any_skip_relocation, ventura: "e708e4862bae2e4bb63c78c18c265a728a1cad796cc462b89e370ccce0c51e9c"
19-
sha256 cellar: :any_skip_relocation, monterey: "dc14e7eed1dab492dd9d4a2c7643cf4544d9919e479a79d3d149e0873ce200fc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cff533948615b80e54836fed4aa2aa33c0a5b385cc7b20fed7f1b58e289d561"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "87cdbd179ee1d059becf026dedaf803f58d967b323f74ff3eb846532231f118f"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "057db0aa8e071e3f22ac5bae73d91f3260f1a313fbf3546e82337563313aad85"
16+
sha256 cellar: :any_skip_relocation, arm64_monterey: "999282dc0302c6edc8b63ff4d4fbc590d6bc718e48736b4c5d0f21fc9f16c4be"
17+
sha256 cellar: :any_skip_relocation, sonoma: "0398aec6314c7a30855a0c5d3ba958dc21b81fbe33c6d1c2f9e403278bd7a1a7"
18+
sha256 cellar: :any_skip_relocation, ventura: "e52b3d6b5be1915a08cb43d49152ffa897d0ced32615f5b4c5a49e235a043529"
19+
sha256 cellar: :any_skip_relocation, monterey: "5978bbc4cfcf2f229e2e7ae1ec7d3f1209e4802c503c014cdd382a22bffae66a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ea58859198dbd4b5b250b79c134a6a40251e08ec8b69c50d67fd24432bc638d"
2121
end
2222

2323
def install

0 commit comments

Comments
 (0)