sweetbbak / toru

Bittorrent streaming CLI tool. Stream anime torrents, real-time with no waiting for downloads.
MIT License
281 stars 8 forks source link

Please create a release for the v0.3.2 tag #26

Closed alexpdp7 closed 3 weeks ago

alexpdp7 commented 3 weeks ago

I have a tool to download binaries from GitHub releases, but it detects the latest release by searching for the latest tag. Because the v0.3.2 tag exists, but only the v0.3.1 release exists, it fails.

(I will add specific version downloading so it can download Toru, though. edit: if you are curious, ubpkg toru --version v0.3.1 now works.)

sweetbbak commented 3 weeks ago

Cool tool! I made a release for this tag and I'm working on a github action so that when any tag is pushed it will just build and release automatically, so this shouldn't be a problem again. Its also more observable that way so that people can more easily audit the source code -> binary

alexpdp7 commented 3 weeks ago

Cool, now ubpkg toru straight works. Thanks, closing!