diff options
| -rw-r--r-- | linhes/yay/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/yay/PKGBUILD b/linhes/yay/PKGBUILD index ed6c00f..f7ddb6f 100644 --- a/linhes/yay/PKGBUILD +++ b/linhes/yay/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer <pkgbuilds at jguer.space> pkgname=yay -pkgver=12.6.0 +pkgver=13.0.1 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64') @@ -17,7 +17,7 @@ optdepends=( ) makedepends=('go>=1.24') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha256sums=('8f155a98f1f7961f6309e007ed9ed62abf5f411f2ccaf80c5e87a6672ec700f8') +sha256sums=('b77454bce87110180a1b6664c2d260de78124c9894b71101610ba84f551eb0d0') build() { export GOPATH="$srcdir"/gopath |
