makedeb
yq is a portable command-line YAML, JSON, XML, CSV and properties processor
Click here to go back to the commit logs for yq.
Hash: ba8d8859852f27afac4979615b35e78532908b9f
Message: v4.44.5
diff --git a/.SRCINFO b/.SRCINFO
index 9f09f11..8a35229 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.3
+pkgver = 4.44.5
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.3.tar.gz
-sha256sums = ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.44.5.tar.gz
+sha256sums = 1505367f4a6c0c4f3b91c6197ffed4112d29ef97c48d0b5e66530cfa851d3f0e
makedepends = golang-go
makedepends = gzip
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index d595eaf..b6f95c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
repology_pkgname=yq-mikefarah
pkgname=yq
-pkgver=4.44.3
+pkgver=4.44.5
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=('ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf')
+sha256sums=('1505367f4a6c0c4f3b91c6197ffed4112d29ef97c48d0b5e66530cfa851d3f0e')
build() {
cd "yq-$pkgver"