github Jguer/yay v12.5.4

latest releases: v12.5.7, v12.5.6, v12.5.5...
2 days ago

What's Changed

  • Fix ordering of msgfmt flag in Makefile to ensure compatibility by @jdholtz in #2719
  • chore(completion): refactor and increase coverage by @Jguer in #2722
  • Use custom http client in runtime, loosen timeouts by @Jguer in #2723
  • chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 in the go-all group by @dependabot[bot] in #2725

this release coincides with the release of pacman 7.1.0.r7.gb9f7d4a-1 which changes libalpm.so to 16-64. Previous versions are compatible with this release but you must either upgrade yay and pacman together or manually build and install yay after with

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

or

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si

Full Changelog: v12.5.3...v12.5.4

Don't miss a new yay release

NewReleases is sending notifications on new releases.