summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-06-09 20:42:25 -0400
committerMario Finelli2021-06-09 20:42:25 -0400
commit6fa472c01b74f00f33967c22c291abad6a4b55b8 (patch)
tree832af44a589e91773fccb81106dc749341c85f3f /PKGBUILD
parent69a1039eeae67239593b55f514d24393535cfc65 (diff)
downloadaur-6fa472c01b74f00f33967c22c291abad6a4b55b8.tar.gz
upgpkg: go-yq 4.9.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b19bf005dac5..17388b2f8109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.9.3
+pkgver=4.9.4
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=('b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694')
+sha256sums=('91ef5d86a8a04628b936258bf2e3379378ecbddbf750a191cc83a5e196c2ed73')
prepare() {
cd yq-$pkgver