summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2021-02-18 09:15:56 -0500
committerMatthew McGinn2021-02-18 09:15:56 -0500
commitcb48d8c91876539f5721d0fefba2577dad982cba (patch)
treecc91cc91df87b91b73db58eb3472c9bc5ce42d35 /PKGBUILD
parentbff1c7e68018d2425e8aecc6bf083359c04ab856 (diff)
downloadaur-cb48d8c91876539f5721d0fefba2577dad982cba.tar.gz
update version to v4.6.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a31a2eb7003..d245ea755a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.5.0
+pkgver=4.6.0
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/v${pkgver}/yq_linux_amd64")
-sha256sums=('b08830201aed3b75a32aebf29139877158904fe9efb05af628f43c239fb95830')
+sha256sums=('3cd45de096cc3c5fcff3ba4b3fbc10cd2ad606c670b626b51f60ca66b7ddcd9a')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"