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 4b1ac011b0e9..c59ce40a49df 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 = 3.440
+ pkgver = 4.505
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/v3.440/yay_3.440_x86_64.tar.gz
- sha1sums_x86_64 = 9e776d357bbb3a24bbc8c4ee8d51f081fdf2b10e
+ source_x86_64 = https://github.com/Jguer/yay/releases/download/v4.505/yay_4.505_x86_64.tar.gz
+ sha1sums_x86_64 = 97b8b80e02480f50c00840e59e7b9f37c26cc8b0
pkgname = yay-bin
diff --git a/PKGBUILD b/PKGBUILD
index be62decdbfbe..746044410f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
-pkgver=3.440
+pkgver=4.505
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=('9e776d357bbb3a24bbc8c4ee8d51f081fdf2b10e')
+sha1sums_x86_64=('97b8b80e02480f50c00840e59e7b9f37c26cc8b0')
package() {
_output="${srcdir}/${pkgname/-bin/}_${pkgver}_${CARCH}"