|
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.10.6.tar.gz" |
5 | | - sha256 "d316ddd82aa725e381f238aec190423c6dd1569b25697a3e318fef990205ade3" |
| 4 | + url "https://github.com/alexpasmantier/television/archive/refs/tags/0.10.7.tar.gz" |
| 5 | + sha256 "39a490a394a0ce975b1144c775acb1bb53e29383cd0ebf023ed7c2b66ad96d88" |
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: "efb4ec6d3c617c74132c571b30b90f5b0fdf381cda47cbb24dc589d990a336de" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d66240da2d0ade1fab5f0bd7dba96a2fdbe7a6ef8b801b2a291667802e908637" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "db00ac18531db9db1857c92cab7f9ebf08fced3c6c4e91cd56189526f167bb1c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d965b7ffdf183d189fae0495a3915e93b37a244e741abd2d40fe14d970a0568d" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "a322513b8aa7abf3e85a477ecf9bc80cd38cc74e41ed709eca0c91ce99e04498" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba1d0a809ea63143dd2500f3b19f19fffba1dc7c964fcae2e434d80b510ad7e0" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a62b2e4dedb1d02c1eb15cb6aa4f8777bee355c135b20d30bcd1baf9eab6a2c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f5199cae5e890970ea5a24c324123c592c699c311a4635cbd499f9cd4a18a07" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "49c9d37a81fefe83af9862b07d8e07d9bd1f19dd83a0c373c33bbcf89ce21c80" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "eab0090a058d9a9a2606bbc1dd8207a6b68da8b7d28cbb0b175c4c222bf3cb28" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "1eb5d839238da37a211eab6fc62b95392d98b3ab4acaefe45d0a34f2e3387fcc" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a0adbed8534d220392a5ba45e7ce917dad4c66645c809ac1f48a33ebb455087" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments