Skip to content

Commit 3134a55

Browse files
authored
Merge pull request #203776 from walles/bump-moar-1.31.1
moar 1.31.1
2 parents e59d33d + 550f278 commit 3134a55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/moar.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Moar < Formula
22
desc "Nice to use pager for humans"
33
homepage "https://github.com/walles/moar"
4-
url "https://github.com/walles/moar/archive/refs/tags/v1.31.0.tar.gz"
5-
sha256 "741505c48342778a4312b35f75b2c87e6d6149e4909f2e6a29d80e9e86c4e91c"
4+
url "https://github.com/walles/moar/archive/refs/tags/v1.31.1.tar.gz"
5+
sha256 "2d699c8322788943b77165e3a246ac493dad6233d9855ac84194923dfdbb40f1"
66
license "BSD-2-Clause"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b4e4a1d80eb193ce945a3322cf1174344db35af7f916527bd958167f3074018"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b4e4a1d80eb193ce945a3322cf1174344db35af7f916527bd958167f3074018"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b4e4a1d80eb193ce945a3322cf1174344db35af7f916527bd958167f3074018"
12-
sha256 cellar: :any_skip_relocation, sonoma: "749533d1aa66318e242d22906fa95c33fbdc22772c3c14c37ba741b255c2d23b"
13-
sha256 cellar: :any_skip_relocation, ventura: "749533d1aa66318e242d22906fa95c33fbdc22772c3c14c37ba741b255c2d23b"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b00cef489b196ad041600754e2a73c98ddf7adc1f9ee31b1934f078ecee142d"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "77e40a3a6ce626dfde3d3ae9d9d71f63aa180c2aa0c26ca621231653f4745007"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "77e40a3a6ce626dfde3d3ae9d9d71f63aa180c2aa0c26ca621231653f4745007"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "77e40a3a6ce626dfde3d3ae9d9d71f63aa180c2aa0c26ca621231653f4745007"
12+
sha256 cellar: :any_skip_relocation, sonoma: "e36c9d2dce0302141b39121e0f882a4ea5f4e9b8c90a3f473fbe08b4b4b759c0"
13+
sha256 cellar: :any_skip_relocation, ventura: "e36c9d2dce0302141b39121e0f882a4ea5f4e9b8c90a3f473fbe08b4b4b759c0"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d28e37f49d9bd691805b0c033f726eb3fe8d02cf6719e93607882b79f48cfa3"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)