summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis BRENON2021-07-26 11:21:29 +0200
committerAlexis BRENON2021-07-26 11:21:29 +0200
commit087a3c0ff0ea966424c01de8a4ebebaff5fd8fc0 (patch)
treec5da4bb6e5b5ca1c81936111ae90ad3b23848cf5 /PKGBUILD
parent24b1d049a4091950f998689d2988928d7e570a89 (diff)
downloadaur-087a3c0ff0ea966424c01de8a4ebebaff5fd8fc0.tar.gz
Update version to 4.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3639d4b76ba2..3f8aca9e2e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.11.1
+pkgver=4.11.2
pkgrel=1
pkgdesc='A lightweight and portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::${url}/releases/download/v${pkgver}/yq_linux_amd64")
-sha256sums=('1f63c9fe412c0d17b263e0ccfd91a596bb359db69ef7dddf5f53af1b2e8db898')
+sha256sums=('6b891fd5bb13820b2f6c1027b613220a690ce0ef4fc2b6c76ec5f643d5535e61')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"