diff --git a/.SRCINFO b/.SRCINFO index 55d26ff..8c5abba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yay pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. - pkgver = 11.3.1 + pkgver = 11.3.2 pkgrel = 1 url = https://github.com/Jguer/yay arch = i686 @@ -17,7 +17,7 @@ pkgbase = yay optdepends = sudo: privilege elevation optdepends = doas: privilege elevation options = !lto - source = yay-11.3.1.tar.gz::https://github.com/Jguer/yay/archive/v11.3.1.tar.gz - sha256sums = 74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d + source = yay-11.3.2.tar.gz::https://github.com/Jguer/yay/archive/v11.3.2.tar.gz + sha256sums = 79773659c33b3d9d7424825c1c9af98501a2ddff9d1e565a484e3477f986c03e pkgname = yay diff --git a/PKGBUILD b/PKGBUILD index 8795beb..1000274 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=11.3.1 +pkgver=11.3.2 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') @@ -17,7 +17,7 @@ optdepends=( ) makedepends=('go>=1.17') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha256sums=('74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d') +sha256sums=('79773659c33b3d9d7424825c1c9af98501a2ddff9d1e565a484e3477f986c03e') # 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)