summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-05-23 11:10:24 -0400
committerMario Finelli2021-05-23 11:10:24 -0400
commit69a1039eeae67239593b55f514d24393535cfc65 (patch)
tree81a0b683acf6e40b942fad8cf566ca5532a4a44d /PKGBUILD
parentf3973363e4bf90a685428cf9b1b782e2486d37e6 (diff)
downloadaur-69a1039eeae67239593b55f514d24393535cfc65.tar.gz
upgpkg: go-yq 4.9.3-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 a84a799be667..b19bf005dac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.9.0
+pkgver=4.9.3
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=('f5c67659573899aa535de0b517c13ec55b618865f0c41a482355ad6515255bca')
+sha256sums=('b66b9b4182f8fd23d974c3d35e0552f5fdd5280162cec31102f69c3119ed1694')
prepare() {
cd yq-$pkgver