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 4fdb92d3e225..90b62ed3e4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.13.0
+pkgver=4.13.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=('c20b373b95a59d0e5771c52d154d2e70d9c3da98e238ab7f6dde87f60d6abe82')
+sha256sums=('d7c89543d1437bf80fee6237eadc608d1b121c21a7cbbe79057d5086d74f8d79')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"