summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-05-19 21:18:15 +0200
committerAlexis BRENON2021-05-19 21:18:15 +0200
commit3a38d1a00e2039dc8d6d638fab674ec76cdaa6ec (patch)
tree9efa4b504a70b8c5a26486c3b4ccd70e26db6a1b
parentf6cfda700c82e56c43877923b6e98df9f317f949 (diff)
downloadaur-3a38d1a00e2039dc8d6d638fab674ec76cdaa6ec.tar.gz
Update version to v4.9.1
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26b9f6faabfb..7b750957443c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Matthew McGinn <mamcgi@gmail.com>
+# Maintainer: Alexis BRENON <brenon.alexis+arch at gmail dot com>
+# Contributor: Matthew McGinn <mamcgi@gmail.com>
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.6.3
+pkgver=4.9.1
pkgrel=1
-pkgdesc='a portable command-line YAML processor'
+pkgdesc='A lightweight and portable command-line YAML processor'
arch=('x86_64')
url='https://github.com/mikefarah/yq'
-_github_url="https://github.com/mikefarah/yq"
license=('MIT')
provides=('yq')
conflicts=('yq')
-source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/v${pkgver}/yq_linux_amd64")
-sha256sums=('c4343783c3361495c0d6d1eb742bba7432aa65e13e9fb8d7e201d544bcf14246')
+source=("yq-${pkgver}::${url}/releases/download/v${pkgver}/yq_linux_amd64")
+sha256sums=('d9f25ded7b5202b4122b0dab2d0011808cd3bcfad0efb19db650dd0e86b9d1b7')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"