summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b179dd8f2df9..15b0228189ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=3.1.2
+pkgver=3.3.0
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha256sums=('7c5a5a3b752c869b0054343307b117490b884131a564e64100a456863c5b604f')
+sha256sums=('e70e482e7ddb9cf83b52f5e83b694a19e3aaf36acf6b82512cbe66e41d569201')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"