|
1 | 1 | class Television < Formula |
2 | 2 | desc "General purpose fuzzy finder TUI" |
3 | 3 | homepage "https://github.com/alexpasmantier/television" |
4 | | - url "https://github.com/alexpasmantier/television/archive/refs/tags/0.13.4.tar.gz" |
5 | | - sha256 "fac150db827435650db28c3e6ac304163542c8f299e00b10457471eeba85a06c" |
| 4 | + url "https://github.com/alexpasmantier/television/archive/refs/tags/0.13.5.tar.gz" |
| 5 | + sha256 "496a7e0c75593ab05ba2d011d3dd69b5e2b7b49c07fc0c37fcfde6fad93eee00" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/alexpasmantier/television.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f0f1ba4ba2a0e6c73596ad34fa51cde8611c8d83651394884d644334302122f8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fae73d68f52a53115c94255713c0d1c44625dc89a4f9ae5e2fc03d1d6f4e412" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "91ad6a7f5b3fa8db4d47a1fd1d8ddc41c13f497a352f6b3535f7488ddaa9d773" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "0d53ac07dee6e5d4b5704379ecd35d6b989f1b6f72c0cbec45f02d60a371f34e" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "00098a2de2ed73241cb6cb719fe54cd5e10e7703b732b0b3d9e0d387ff22d0a4" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "829740420fbf46234c11a815c016556a84c91b38ca0d40b6fc6c6671f419af3d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ec8ab416a45049d0c01de32d7db7a4314c588f5c3253d97f3c613c47ed364a4b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "37812b0f4568c51cbe83b7baca6909160e61b5e07e6da918436148bb2b323c00" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4adcd90032cf93faa60ad309eca802f1c65ed5ae88efa011b0d5d1c231a39b81" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "db03749dbfdd9729b4eaf33daf7ce249db48a08b95b179b248361cc2c3442f98" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "61d8d27753a7dcaa1f53b7c7bb867efc6488a2316a81dad8986745da08bf5d24" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "64ac04984cb16a1880f0dc0e84028c5e76ce1232aad885ac282de776604c3e81" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments