summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-15 09:16:09 -0500
committerMatthew McGinn2021-01-15 09:16:09 -0500
commit1824809940bc42db6523990f0a3542febe644b63 (patch)
tree19165dbaee57f13ce42790a17a2a31069d0c7332 /PKGBUILD
parente6c5b602e15474443c154cb366a93bcd6ea5838a (diff)
downloadaur-1824809940bc42db6523990f0a3542febe644b63.tar.gz
update version to v4.4.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 2132975a282d..7b2964449a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.2.1
+pkgver=4.4.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=('51018dedf4cb510c7cf6c42663327605e7e0c315747fe584fbf83cc10747449c')
+sha256sums=('9d9d106b849b8d7c17a3e794adce902f9cd2fe9f2fa33e4351474f4a5950bc11')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"