|
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.9.1.tar.gz" |
5 | | - sha256 "eb845f7d69fcc81575f7edd0dfea66ba777aed6ca3793477e2dfe85225a1c11b" |
| 4 | + url "https://github.com/alexpasmantier/television/archive/refs/tags/0.9.2.tar.gz" |
| 5 | + sha256 "93f82f33e699a4a91f0015d88856a7fde5ae95bfa132a02c08518ddd264256cb" |
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: "d343b97a6be455920b282433f3fa15c277038c5f285fe783ce6df742f5562060" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8da8f93adbbbf6833b39ec3252d84259b165d8a58e477c47ccd1d1023462a43b" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c1a25247ab8740e10d79fba54a0b4bc0ae845d8418514e81da7c732a6a115336" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7fca20332ff48a3c6c8fab57bde9e691683282b05544b5f97a1c5ad4b06b9823" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "2c3dbc6869aaf3d646b0c278ab08003c2c2e31635a9c77b0cd087e65a2f0c357" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "64262df75f93e3f5ca5a9582f0650f5e13f0cdb3aa541fc65df1a93b417fb07b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "be25bd5a853143589f12e06d786b9efd1926b15e6cd7ca16f6927b6fb9f8b527" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "82b9a04efa193c5792fee03b1e0fad2906bf85d04e2822feaa85f47e32ee95f9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "27a1f9f115dbd008ab759487c525339ce6a435e2fd6be81ee0772e82114dc8b7" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "110adaa6898554724bf536dc48142a130068e347f1e5f01102e161076359b72a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "2038590860765ff92248e2a7f658f83bd8d4d207c165236fe1b27b1cef56cbd4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "944d99eac949319a1f6d1eb1a02898528821dfe4bc5e25f81e7cc38e76e66b11" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments