summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis BRENON2021-07-19 10:02:55 +0200
committerAlexis BRENON2021-07-19 10:02:55 +0200
commit844b9122cfc9fbc1b95130cc4a1ea18f6cd1e49a (patch)
treeaf9ec261e4e6896a5ac368d3abb5c29abd2ef9de /PKGBUILD
parent895866ba4117feb6a0f939126ee7c7c24f5b73c9 (diff)
downloadaur-844b9122cfc9fbc1b95130cc4a1ea18f6cd1e49a.tar.gz
Update version to 4.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad381e83a38c..27d9180acc62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.9.8
+pkgver=4.10.0
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=('f689eb3b3a52698042365134a01822cada9c01bf069f207ed5b35088248e3000')
+sha256sums=('f7f6125afcc263b173f773478622c65e2a529991fe4a22f9187c96fe79faaf85')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"