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: 4790db5c9b56bf2e5a4bdbe363a1627fb57c72f1
Message: v4.45.1
diff --git a/.SRCINFO b/.SRCINFO
index 8e0e5be..f390de8 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.6
+pkgver = 4.45.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.44.6.tar.gz
-sha256sums = c0acef928168e5fdb26cd7e8320eddde822f30cf1942817f3f6b854dd721653f
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.45.1.tar.gz
+sha256sums = 074a21a002c32a1db3850064ad1fc420083d037951c8102adecfea6c5fd96427
makedepends = golang-go
makedepends = gzip
makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 4455674..8bc6ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
repology_pkgname=yq-mikefarah
pkgname=yq
-pkgver=4.44.6
+pkgver=4.45.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=('c0acef928168e5fdb26cd7e8320eddde822f30cf1942817f3f6b854dd721653f')
+sha256sums=('074a21a002c32a1db3850064ad1fc420083d037951c8102adecfea6c5fd96427')
build() {
cd "yq-$pkgver"