From c0a7cf926691ba0a62bf10a8e654dc7eca5e7568 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sat, 16 Mar 2024 06:02:28 +0000 Subject: [PATCH] yay: auto updated to 12.3.3-1 --- BioArchLinux/yay/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/yay/PKGBUILD b/BioArchLinux/yay/PKGBUILD index eeb24dbdf1..8798725b73 100755 --- a/BioArchLinux/yay/PKGBUILD +++ b/BioArchLinux/yay/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=12.3.1 +pkgver=12.3.3 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') @@ -18,7 +18,7 @@ makedepends=( 'go' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha256sums=('7d9944da7717b74be6a82b2c43c8139d4089117910d147ab978088a2ff10521d') +sha256sums=('7423a42a5949a78a9d6f39c197c8f9e8f72593873d86674f10bca160191840ba') # With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after. # I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)