|
1 | 1 | class Tlrc < Formula
|
2 | 2 | desc "Official tldr client written in Rust"
|
3 | 3 | homepage "https://github.com/tldr-pages/tlrc"
|
4 |
| - url "https://github.com/tldr-pages/tlrc/archive/refs/tags/v1.9.2.tar.gz" |
5 |
| - sha256 "17dbd30e1656da906b594d4d19ccccf88f1b4a76e63c97614267430843d80d45" |
| 4 | + url "https://github.com/tldr-pages/tlrc/archive/refs/tags/v1.9.3.tar.gz" |
| 5 | + sha256 "5a103e9d77e5a5d02b4e7ef98a3ab8e5fb1e4a9a861ea0cd19ab3002daf89fed" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/tldr-pages/tlrc.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe0bc6c932d0a2385886621817ca19c9d486297844ba1792c3d4efbd5c663402" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a6d976edbbd4f97242002213acfe41a8aa58f7994a578f2bfd270bde48a01e8" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "dad48f88827ea05a65123c2a6e74c5ff74a2bb46938cb6f29b3437b328703470" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "71373ba24c4959f8efc4cd25ffaa0a036acf0a2fbb900f4204b48d992cfe99d1" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "f60e57ebc168952b3cb83a76ee328c3a3c0da1fecb92d16c111bc78431fa4db5" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "6b31bf6612cd22a3f0e6cce1813000c2af97c07d5a029f6b7fe9dfab4d692c81" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9d65b32448358b6d78d2a6eb14f0065d78d168e16bfabedc57d74f5fdc848c3d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "97c5f4c368464e2a079eb997db14556449c08f6dfb89858b6632bf788656c2b2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "39e600c9bb0e372fb96fa13ad6d21b19a50e5a12b2f71a57ab75420dfa67b32f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "c4cab0cdcad86b09de10562690684780df7ab386b8d6123ed5e6e62e1d44996d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9624494a35da5d9c819e8bc326df3c443b5764f9715a44ce65ff0f3ed87ba40d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "5703ac062d93becf3a675c73e580e40833352824b72af8eba542ab26840fc1b1" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "43352a252db7eb809704ec9a6b5d51efaa3de8c9c45792106b321121eb5858ff" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f434a74662a50b963fe7e58804f2d88aad7f637e041a95cd6e1001f4321c399b" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "rust" => :build
|
|
0 commit comments