summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-05-14 07:17:56 -0400
committerMario Finelli2021-05-14 07:17:56 -0400
commitf3973363e4bf90a685428cf9b1b782e2486d37e6 (patch)
tree0f07664f3e6c446e4806baa7c5d73f782f74593b /PKGBUILD
parentb2866a128eb65c69e4de40fc18a50a4650997fa0 (diff)
downloadaur-f3973363e4bf90a685428cf9b1b782e2486d37e6.tar.gz
upgpkg: go-yq 4.9.0-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 7bb7f6e27dc1..a84a799be667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=go-yq
-pkgver=4.7.1
+pkgver=4.9.0
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=('19a7c43aaac678065f436ddfdf8b0a75dd3883984f4b9548cabdf53eb09932f9')
+sha256sums=('f5c67659573899aa535de0b517c13ec55b618865f0c41a482355ad6515255bca')
prepare() {
cd yq-$pkgver