|
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.12.4.tar.gz" |
5 | | - sha256 "865bb706ffea523652668f2f00e6cda7c75185e9bd4e73dfe959047b2f70a6d0" |
| 4 | + url "https://github.com/alexpasmantier/television/archive/refs/tags/0.12.5.tar.gz" |
| 5 | + sha256 "c29aef30c26d7e41dec3d03e1a4ce469e22f5fd78627d5eea560d607c9ee637a" |
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_sequoia: "25e08309e188db94106503354cfc10be3b0b248b9d3b2d80266c4cf9bc817d7c" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "718a9398eecc93ba0b1b5f4f708a39dbdddf72df4210c63cfab4c170c3ad5422" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a26b88cb7503856f9289c7c300d2aef66cfd7f93a5b175a669f81b721af94f5" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "155660bb10ad891607c9794e2caba6a74f4a6c29c17d3276c247e9ce65d555b9" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "062d0b54dbc5d3c9dc2ade882b54d836123499820ef5e9ca03a5cacaf1aaae20" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "ba6b0afcd899cac376efcd5782ec182155f0f106e90632656ddb8b3ac58fda2a" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d338852c5bd4bd9b9d79f6a712982b056494acd7a0ef098cdb05e1b9d5a7f0e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5db662e9878b6c2079e379565017d0ce8ad7cd5679fc5563260de8b87cb33fab" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b0a5938dac7bf0df20fb6f729063063082f24c1491e697fe075a38a09a6fdec" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a2d8584232e6b54c4df52b0a9102425686ae604c2457d7b3f29758bec4c9c82" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "16f59775c8a2476b29336f66e9cd5968f2b666a4fe0b0938860f751cf26dfa7a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "4b4c351f0e3ebeab48a31ae889c83d9a022f435a2346b7ccb01efe542a0e0148" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "34188fb29b6e14f7d033305232a73496b8444f83ee94a83dcda458389bd981d2" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1e76c5299f22814b22ef91102df895fd734d7077e69ccb5470c35c42261d5d2" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments