makedeb


yq 1:4.43.1-1


yq is a portable command-line YAML, JSON, XML, CSV and properties processor

Click here to go back to the commit logs for yq.

Commit:


Hash: 2a0072a8b963da140b9eae408f845cccd791768b

Message: v4.43.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 56743d4..8c24b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ epoch = 1
 pkgbase = yq
 pkgdesc = yq is a portable command-line YAML, JSON, XML, CSV and properties processor
 pkgrel = 1
-pkgver = 4.40.5
+pkgver = 4.43.1
 url = https://mikefarah.gitbook.io/yq/
 arch = amd64
 arch = arm64
@@ -15,8 +15,8 @@ license = MIT
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
-source = https://github.com/mikefarah/yq/archive/refs/tags/v4.40.5.tar.gz
-sha256sums = 6ab08e0332697cf6a95383a38fd70c5162d00c0e28ea4b2311e9646b664aabe3
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.43.1.tar.gz
+sha256sums = e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 46ed2c0..c68c4a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.40.5
+pkgver=4.43.1
 pkgrel=1
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -10,7 +10,7 @@ url="https://mikefarah.gitbook.io/yq/"
 license=('MIT')
 makedepends=(golang-go gzip pandoc)
 source=("https://github.com/mikefarah/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('6ab08e0332697cf6a95383a38fd70c5162d00c0e28ea4b2311e9646b664aabe3')
+sha256sums=('e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63')
 
 build() {
   cd "yq-$pkgver"