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 efda5ee780ad..55297f638336 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 = 5.657
+ pkgver = 5.675
pkgrel = 1
url = https://github.com/Jguer/yay
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = yay-bin
provides = yay
conflicts = yay
conflicts = yay-git
- source_x86_64 = https://github.com/Jguer/yay/releases/download/v5.657/yay_5.657_x86_64.tar.gz
- sha1sums_x86_64 = c3d4cd9047ef53ccadbcb9aba66c60b9a5e08cb2
+ source_x86_64 = https://github.com/Jguer/yay/releases/download/v5.675/yay_5.675_x86_64.tar.gz
+ sha1sums_x86_64 = 52fda9f99769c9f0116f10eb70106ad3235cab40
pkgname = yay-bin
diff --git a/PKGBUILD b/PKGBUILD
index 87600aa71a25..f72294e75298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
-pkgver=5.657
+pkgver=5.675
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64')
@@ -13,7 +13,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=('c3d4cd9047ef53ccadbcb9aba66c60b9a5e08cb2')
+sha1sums_x86_64=('52fda9f99769c9f0116f10eb70106ad3235cab40')
package() {
_output="${srcdir}/${pkgname/-bin/}_${pkgver}_${CARCH}"