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: ee14e27e20e0e873aa6a1107cadea1f132e8e593

Message: v4.44.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8c24b29..a6f3f08 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.43.1
+pkgver = 4.44.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.43.1.tar.gz
-sha256sums = e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.44.1.tar.gz
+sha256sums = e66da5ee0c081d7974bae6a59e4791ba354178ee32ea78ab1b95d4dd60b2813d
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index c68c4a7..78713bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.43.1
+pkgver=4.44.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=('e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63')
+sha256sums=('e66da5ee0c081d7974bae6a59e4791ba354178ee32ea78ab1b95d4dd60b2813d')
 
 build() {
   cd "yq-$pkgver"