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 3cad6af31fb8..c351211a3b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq2-bin
pkgdesc = a portable command-line YAML processor
- pkgver = 3.3.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-3.3.1::https://github.com/mikefarah/yq/releases/download/3.3.1/yq_linux_amd64
- sha256sums = 9a2914efa6a0de753e7361485378366b3893d7494b69beab31b3bd39e797fa2c
+ source = yq-3.3.2::https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64
+ sha256sums = 0b0700cfee1d642a0a19f8f9261b2f0a11b7174ef8bcd39e9ed334d9519f0125
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ca0472a8877..3d4c186451a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=3.3.1
+pkgver=3.3.2
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=('9a2914efa6a0de753e7361485378366b3893d7494b69beab31b3bd39e797fa2c')
+sha256sums=('0b0700cfee1d642a0a19f8f9261b2f0a11b7174ef8bcd39e9ed334d9519f0125')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"