taskwarrior-tui icon indicating copy to clipboard operation
taskwarrior-tui copied to clipboard

Please provide fixed URLs to the last (stable) release files

Open k11i opened this issue 1 year ago • 1 comments

Description

For use in Dockerfiles or other installation script for example, fixed URLs for downloading the latest stable release files would be nice

Solution

Something like

https://github.com/kdheepak/taskwarrior-tui/releases/latest/taskwarrior-tui.deb

or

https://kdheepak.com/releases/latest/taskwarrior-tui.deb

would be nice. Same for the other release files.

With those links perhaps being redirect to the release files at github one could use

curl --location -O https://kdheepak.com/releases/latest/taskwarrior-tui.deb

to download the latest stable version without having to update Dockerfiles or other installations scripts

Additional context

Thank you!

k11i avatar Sep 06 '23 21:09 k11i

Do you need the .deb file or is a link to the platform specific binary good enough for you? We already have the latter at the moment.

kdheepak avatar Nov 23 '23 10:11 kdheepak