summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74548bf9ea88..75f40c6e3021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
- pkgver = 8.922
+ pkgver = 8.998
pkgrel = 1
url = https://github.com/Jguer/yay
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = yay-bin
provides = yay
conflicts = yay
conflicts = yay-git
- source_x86_64 = https://github.com/Jguer/yay/releases/download/v8.922/yay_8.922_x86_64.tar.gz
- sha1sums_x86_64 = e65dc1b2b47e7d2befcee0c7a20faa278d61ebfa
+ source_x86_64 = https://github.com/Jguer/yay/releases/download/v8.998/yay_8.998_x86_64.tar.gz
+ sha1sums_x86_64 = b06693b0a078f4cee2725ca0e89f1a212fae1eea
pkgname = yay-bin
diff --git a/PKGBUILD b/PKGBUILD
index 62f44d577b62..8226bfa8c7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
-pkgver=8.922
+pkgver=8.998
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('yay')
conflicts=('yay' 'yay-git')
source_x86_64=("https://github.com/Jguer/yay/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${CARCH}.tar.gz")
-sha1sums_x86_64=('e65dc1b2b47e7d2befcee0c7a20faa278d61ebfa')
+sha1sums_x86_64=('b06693b0a078f4cee2725ca0e89f1a212fae1eea')
package() {
_output="${srcdir}/${pkgname/-bin/}_${pkgver}_${CARCH}"