makedeb


yq 1:4.44.5-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: ea7e10975a1244c4d634bed25e187efa4a3e8fab

Message: v4.44.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 54ced30..9f09f11 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.44.2
+pkgver = 4.44.3
 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.44.2.tar.gz
-sha256sums = eb741c2d41351537aa42d563d0fccf16b3195c352b33e0ef111fd448232da911
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.44.3.tar.gz
+sha256sums = ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index da4882f..d595eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.44.2
+pkgver=4.44.3
 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=('eb741c2d41351537aa42d563d0fccf16b3195c352b33e0ef111fd448232da911')
+sha256sums=('ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf')
 
 build() {
   cd "yq-$pkgver"