Skip to content

Commit e7ed1b8

Browse files
authored
Merge pull request #256311 from Homebrew/bump-television-0.13.12
television 0.13.12
2 parents db4ee31 + 39e729a commit e7ed1b8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Formula/t/television.rb

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Television < Formula
22
desc "General purpose fuzzy finder TUI"
33
homepage "https://github.com/alexpasmantier/television"
4-
url "https://github.com/alexpasmantier/television/archive/refs/tags/0.13.11.tar.gz"
5-
sha256 "a524e0cb07224794df7fda729a0aa90d77d7dfbb87a1a46a9b3b1a3c838532d5"
4+
url "https://github.com/alexpasmantier/television/archive/refs/tags/0.13.12.tar.gz"
5+
sha256 "bae0aa3b2df57417321f237b77aaa0a40a533988f33e7c05b68ffab248768206"
66
license "MIT"
77
head "https://github.com/alexpasmantier/television.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "31de9fefcf1dc3418690d7f028917465c59e00dfaf11517969efcba78cf14971"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "964262285a5c36379973eacde84f6a9232642eab690e5f7ef3f8577964141ed2"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9f5eccfba9f792a038e796d91d413816624c14ad819d5dcfa14811e5d436182"
13-
sha256 cellar: :any_skip_relocation, sonoma: "23c9e3501d8bcb3038dfd14c29fe5bbd103e49a5708b52c333f20eb0ac32db7d"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "0826da232b23fe7fabde956b7412e1673c141e193924e74ee04b74798b58f079"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "540317d6a9033caca3b13fa3b943e6c8e2407023a687bfdcbccd0bd633e31df7"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a8c7f424230275f2bc4692a77965417e5d8e387824c4189d7938d02a9dd6aabf"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb9cfd7411cad002a1927d9388c4521cf1c6b1dd40589d805912080006f46ba4"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e56861cd832df52b622d33b6783a027a319ced8d77d4953da126bdfea28837a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "de553382ef4df7b839d80f26205b2de212b4a24b7bdea9005a15276df86f6711"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ddbe66df533ccac873517422eadc9ae72ac1f723773419be4e9a88ba4da7e9c7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b5caa6b23351457d5c9fae1e822921c6b5e6c4ab36772386d8485f6c66320a0a"
1616
end
1717

1818
depends_on "rust" => :build
@@ -22,12 +22,14 @@ class Television < Formula
2222
def install
2323
system "cargo", "install", *std_cargo_args
2424
man1.install "man/tv.1"
25+
26+
generate_completions_from_executable(bin/"tv", "init")
2527
end
2628

2729
test do
2830
assert_match version.to_s, shell_output("#{bin}/tv -V")
2931

3032
output = shell_output("#{bin}/tv help")
31-
assert_match "Cross-platform", output
33+
assert_match "fuzzy finder for the terminal", output
3234
end
3335
end

0 commit comments

Comments
 (0)