diff --git a/.SRCINFO b/.SRCINFO index 8c5abba..eb2b9c8 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.2 + pkgver = 12.0.0 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.2.tar.gz::https://github.com/Jguer/yay/archive/v11.3.2.tar.gz - sha256sums = 79773659c33b3d9d7424825c1c9af98501a2ddff9d1e565a484e3477f986c03e + source = yay-12.0.0.tar.gz::https://github.com/Jguer/yay/archive/v12.0.0.tar.gz + sha256sums = 38aa51cc0044c6da8d25ebde2f7f5d183038219c7eafc80064486163f549b3ff pkgname = yay diff --git a/PKGBUILD b/PKGBUILD index 1000274..4131973 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=11.3.2 +pkgver=12.0.0 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=('79773659c33b3d9d7424825c1c9af98501a2ddff9d1e565a484e3477f986c03e') +sha256sums=('38aa51cc0044c6da8d25ebde2f7f5d183038219c7eafc80064486163f549b3ff') # 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)