Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

television: Add version 0.9.4 #14706

Merged
merged 23 commits into from
Jan 21, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a2e291e
i2pd browser 1.3.3
Slach Oct 31, 2023
695a498
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Nov 23, 2023
e8f6aa4
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 4, 2023
7470bd3
Merge branch 'master' of github.com:Slach/scoop-extras-bucket
Slach Dec 25, 2023
974a48b
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 25, 2023
42e8f59
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 26, 2023
ccfacd0
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 19, 2024
a665e45
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 21, 2024
7b4a5e6
Merge branch 'master' of github.com:Slach/scoop-extras-bucket
Slach Jan 21, 2024
bf379d0
remove url to allow pass check
Slach Jan 21, 2024
5ce7db1
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jul 20, 2024
f2b1d00
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jul 31, 2024
d970e08
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Oct 25, 2024
4b4e24d
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Nov 29, 2024
e2a3202
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 9, 2025
88de498
add tv 0.9.1
Slach Jan 9, 2025
51d6db8
fix autoupdate hash extraction
Slach Jan 9, 2025
c01d433
Update bucket/tv.json after review
Slach Jan 15, 2025
e8a1f41
Update bucket/tv.json after review
Slach Jan 15, 2025
e89f265
rename tv to television
Slach Jan 15, 2025
2760939
update television to 0.9.2
Slach Jan 15, 2025
3bba5e3
add new line, to fix CI/CD
Slach Jan 15, 2025
a02ff91
television: Update to version 0.9.4
aliesbelik Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions bucket/television.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.9.4",
"description": "Blazing fast general purpose fuzzy finder TUI.",
"homepage": "https://github.com/alexpasmantier/television",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/alexpasmantier/television/releases/download/0.9.4/tv-0.9.4-windows-x86_64.tar.gz",
"hash": "e77e4b849abb76e7f9a052ed383b82db86737f89244cb533314151c491e35f37"
}
},
"bin": "tv.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alexpasmantier/television/releases/download/$version/tv-$version-windows-x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/tv-$version-windows-x86_64.sha256"
}
}
}