summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2018-03-13 17:01:26 +0000
committerJguer2018-03-13 17:01:26 +0000
commitc13dee2862d87bbc0cbd666f45b32ae386a0058f (patch)
tree6ac9501f3117f539f074efdd8b818b6fed2841de
parent871ea607ec2399fe4b1a30008d7f1cc97422413c (diff)
downloadaur-c13dee2862d87bbc0cbd666f45b32ae386a0058f.tar.gz
4.505
Signed-off-by: Jguer <me@jguer.space>
-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}"