summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-02-26 17:23:24 -0500
committerMario Finelli2021-02-26 17:23:24 -0500
commitf6818cac159efab8a15ea53f30aadbb7abb88e49 (patch)
tree47263270263bedf59fe34123f1a855761e7cec66
parent4aeecf45926c83449e9b38e7d8f8a79167d27e8a (diff)
downloadaur-f6818cac159efab8a15ea53f30aadbb7abb88e49.tar.gz
Update to 4.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5782fd7ad2e8..69f73541eab3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-yq
pkgdesc = portable command-line YAML processor
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = go-yq
makedepends = go
depends = glibc
conflicts = yq
- source = https://github.com/mikefarah/yq/archive/v4.6.0/yq-4.6.0.tar.gz
- sha256sums = 67c2c4d832da46e3f2d2f364f8b85af5468c9dc1800d5cf066bd25ff5beb9a66
+ source = https://github.com/mikefarah/yq/archive/v4.6.1/yq-4.6.1.tar.gz
+ sha256sums = a843b90e4e86efa310284823ab6f1249e4ae3c6aa5df4d61c10b0fdc543b267d
pkgname = go-yq
diff --git a/PKGBUILD b/PKGBUILD
index 83bae3db93e8..e2e0a0e05de4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="portable command-line YAML processor"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(glibc)
makedepends=(go)
conflicts=(yq)
source=(https://github.com/mikefarah/yq/archive/v${pkgver}/yq-${pkgver}.tar.gz)
-sha256sums=('67c2c4d832da46e3f2d2f364f8b85af5468c9dc1800d5cf066bd25ff5beb9a66')
+sha256sums=('a843b90e4e86efa310284823ab6f1249e4ae3c6aa5df4d61c10b0fdc543b267d')
prepare() {
cd yq-$pkgver