summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a488ed2347f0..f0e6994e6fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.9.2
+ pkgver = 4.9.3
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.9.2::https://github.com/mikefarah/yq/releases/download/v4.9.2/yq_linux_amd64
- sha256sums = 4377086cef61112099a638e7ab4041e0e3de16c802f10c2b8bead88244532c46
+ source = yq-4.9.3::https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_linux_amd64
+ sha256sums = 505bba506a076afd61b1bfc9fc2d8443104fb5c38b9d90f6c1b5abdcafbc74ac
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73ef6cdb4f32..c78454652d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.9.2
+pkgver=4.9.3
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=('4377086cef61112099a638e7ab4041e0e3de16c802f10c2b8bead88244532c46')
+sha256sums=('505bba506a076afd61b1bfc9fc2d8443104fb5c38b9d90f6c1b5abdcafbc74ac')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"