summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis BRENON2021-05-21 10:28:17 +0200
committerAlexis BRENON2021-05-21 10:28:17 +0200
commitc8463a898f4cc782db4dce5fecfe3aed971a67d6 (patch)
treec642d6bcd5b807ce79b1f701ac1dafe395842c6e /PKGBUILD
parent760ce9904443134ed5604b6001dcd2a216476ea8 (diff)
downloadaur-c8463a898f4cc782db4dce5fecfe3aed971a67d6.tar.gz
Update version to v4.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b750957443c..73ef6cdb4f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.9.1
+pkgver=4.9.2
pkgrel=1
pkgdesc='A lightweight and portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::${url}/releases/download/v${pkgver}/yq_linux_amd64")
-sha256sums=('d9f25ded7b5202b4122b0dab2d0011808cd3bcfad0efb19db650dd0e86b9d1b7')
+sha256sums=('4377086cef61112099a638e7ab4041e0e3de16c802f10c2b8bead88244532c46')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"