|
1 | 1 | class Moar < Formula |
2 | 2 | desc "Nice to use pager for humans" |
3 | 3 | homepage "https://github.com/walles/moar" |
4 | | - url "https://github.com/walles/moar/archive/refs/tags/v1.32.0.tar.gz" |
5 | | - sha256 "72a9d62d62c84fb3a07f65fae27cdf9065d988d5f7d174f56f6eed7c74ec2247" |
| 4 | + url "https://github.com/walles/moar/archive/refs/tags/v1.32.1.tar.gz" |
| 5 | + sha256 "e1e68d0065dbc20275bb84d212feba10d236e55a103f2e9cf5fc233565a877e6" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 | head "https://github.com/walles/moar.git", branch: "master" |
8 | 8 |
|
9 | 9 | no_autobump! because: :bumped_by_upstream |
10 | 10 |
|
11 | 11 | bottle do |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6851742561f910bce17adbf650e2d7b9fed2df2e6b771be758a1ea16ef70e399" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" |
16 | | - sha256 cellar: :any_skip_relocation, ventura: "cd7a9ecaa1b8daeb7df93e632600321bd267ea065c726a5f4ba521488440c6c4" |
17 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "77a815ac335cd679fdab248c4cc11a51eb490d32dec6b2249ac688d79c06aea1" |
18 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd97a16a7049165798c358eabd35fd916f7c9475fbebf606f73d495267e386ac" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "20c69cac1d5cbfee5b5f3e9846ea85a2298bb42d1c7b3ca2355cbeb119716cf8" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "29782ca2eb04be68ee02a5c3ec7cba729e80cf92235cce1e4fbe1d4b79bb4f60" |
| 16 | + sha256 cellar: :any_skip_relocation, ventura: "29782ca2eb04be68ee02a5c3ec7cba729e80cf92235cce1e4fbe1d4b79bb4f60" |
| 17 | + sha256 cellar: :any_skip_relocation, arm64_linux: "1b029a7c272c491fa5223211a2163266aeea98cf3899449aa7eed51b44b57621" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f67229e596f3319fd9aaaefdb46f121c8fb82abac410a0aa82a475b250bace6" |
19 | 19 | end |
20 | 20 |
|
21 | 21 | depends_on "go" => :build |
|
0 commit comments