summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjguer2022-06-17 10:25:20 +0200
committerjguer2022-06-17 10:25:20 +0200
commit76f0c3a7a8a9d7a0b5382716aacb16fc8e01b2b8 (patch)
tree76f7c4f76be508b2f40ae60f69e7168a9964857b /PKGBUILD
parentb773371c25f6685b2d3a031a40f0b6af447965d0 (diff)
downloadaur-76f0c3a7a8a9d7a0b5382716aacb16fc8e01b2b8.tar.gz
11.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab09e7c984b..38fbbf39da99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
-pkgver=11.1.2
+pkgver=11.2.0
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -17,7 +17,7 @@ optdepends=(
)
makedepends=('go>=1.17')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
-sha256sums=('17240f2eca254814516d38e3cf235211a7015844e835df46465b9f062304d94a')
+sha256sums=('9ee12bc1ab1ce808f14bf2280173da53a93eb74965096f5efdd44e82dec47974')
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)