Skip to content

v0.0.30

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 09:06
· 21 commits to master since this release
0ef8cf2
  • When a project's releases contain a mix of file names with and without an architecture, ubi will try one of the no-architecture names if it doesn't find any matches for the current architecture. An example of this is the yt-dlp/yt-dlp project, which has releases named yt-dlp_linux and yt-dlp_linux_aarch64.
  • ubi is now always compiled with rustls, instead of using openssl on some platforms.