summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis BRENON2021-06-16 16:02:05 +0200
committerAlexis BRENON2021-06-16 16:02:05 +0200
commita9cc97d1480de0ce670fec614d585496baa70aff (patch)
tree118dddca96eb884b9a646279347dec64a426393f /PKGBUILD
parent7129d23d0243bca81e3b5f4f66d836ee283e66a6 (diff)
downloadaur-a9cc97d1480de0ce670fec614d585496baa70aff.tar.gz
Update version to 4.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82674a0f3fcb..f9c19084f563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.9.5
+pkgver=4.9.6
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=('c0a7ea321579c6019f00ff4a46cc2f64ce903aa01ec52de21befe0f93e4a6ca1')
+sha256sums=('a1cfa39a9538e27f11066aa5659b32f9beae1eea93369d395bf45bcfc8a181dc')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"