summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2022-11-16 02:23:29 +0100
committerjguer2022-11-16 02:23:29 +0100
commit941984753e37215a6c8cacd3260cb68960781cd8 (patch)
tree68f52f3906c76a670a91448fd35a85a5964b35d8
parent184c7d5d4b5ddb2d6509c8e2c0b26eff75ac2f4a (diff)
downloadaur-941984753e37215a6c8cacd3260cb68960781cd8.tar.gz
11.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabea6e8d0dc..55d26ff894b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
- pkgver = 11.3.0
+ pkgver = 11.3.1
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@@ -17,7 +17,7 @@ pkgbase = yay
optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation
options = !lto
- source = yay-11.3.0.tar.gz::https://github.com/Jguer/yay/archive/v11.3.0.tar.gz
- sha256sums = bf5891dd00ffa85a445e9499f17431260e415a4b4e861e0b7c1f345af2bae384
+ source = yay-11.3.1.tar.gz::https://github.com/Jguer/yay/archive/v11.3.1.tar.gz
+ sha256sums = 74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d
pkgname = yay
diff --git a/PKGBUILD b/PKGBUILD
index 3b818789b2cc..8795bebd9328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
-pkgver=11.3.0
+pkgver=11.3.1
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=('bf5891dd00ffa85a445e9499f17431260e415a4b4e861e0b7c1f345af2bae384')
+sha256sums=('74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d')
# 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)