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: 3970e3669c5b5a35a3785393195a417adbe019a6

Message: v4.40.5

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ecf362f..56743d4 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.4
+pkgver = 4.40.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.40.4.tar.gz
-sha256sums = ac89c7e33ad6c62985d9c695251f66143562be10a07a2b70d14334aa3b94f764
+source = https://github.com/mikefarah/yq/archive/refs/tags/v4.40.5.tar.gz
+sha256sums = 6ab08e0332697cf6a95383a38fd70c5162d00c0e28ea4b2311e9646b664aabe3
 makedepends = golang-go
 makedepends = gzip
 makedepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 2d00679..46ed2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 repology_pkgname=yq-mikefarah
 pkgname=yq
-pkgver=4.40.4
+pkgver=4.40.5
 pkgrel=1
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
@@ -10,10 +10,10 @@ 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=('ac89c7e33ad6c62985d9c695251f66143562be10a07a2b70d14334aa3b94f764')
+sha256sums=('6ab08e0332697cf6a95383a38fd70c5162d00c0e28ea4b2311e9646b664aabe3')
 
 build() {
-	cd "yq-$pkgver"
+  cd "yq-$pkgver"
   go build
   scripts/generate-man-page-md.sh
   scripts/generate-man-page.sh
@@ -21,7 +21,7 @@ build() {
 }
 
 package() {
-	cd "yq-$pkgver"
+  cd "yq-$pkgver"
   install -D yq "${pkgdir}/usr/bin/yq"
   install -D yq.1.gz "${pkgdir}/usr/share/man/man1/yq.1.gz"
 }