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 4edb05364a0b..3b8064aa8849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
- pkgver = 5.608
+ pkgver = 5.657
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@@ -16,8 +16,8 @@ pkgbase = yay
conflicts = yay-git
options = !strip
options = !emptydirs
- source = https://github.com/Jguer/yay/archive/v5.608.tar.gz
- sha1sums = bc8bc58a9e48befe6ae9def129a021a49cc9c1a0
+ source = https://github.com/Jguer/yay/archive/v5.657.tar.gz
+ sha1sums = 4b0cbe69b60151ef87af2ec0170f7064a90e4aa5
pkgname = yay
diff --git a/PKGBUILD b/PKGBUILD
index decbb554eeb4..1fa1e4a8a947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
-pkgver=5.608
+pkgver=5.657
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -16,7 +16,7 @@ makedepends=(
)
conflicts=('yay-bin' 'yay-git')
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
-sha1sums=('bc8bc58a9e48befe6ae9def129a021a49cc9c1a0')
+sha1sums=('4b0cbe69b60151ef87af2ec0170f7064a90e4aa5')
build() {
cd "$srcdir/$pkgname-$pkgver"