summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis BRENON2021-07-19 10:03:03 +0200
committerAlexis BRENON2021-07-19 10:03:03 +0200
commitd511917651fadf8e54b896d5471916b76d5c53ba (patch)
tree9b1c8ad8b1ef92d5501a3ea151d4e9f20eafbe67
parent844b9122cfc9fbc1b95130cc4a1ea18f6cd1e49a (diff)
downloadaur-d511917651fadf8e54b896d5471916b76d5c53ba.tar.gz
Update version to 4.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef608c333ad..24279788a7cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yq2-bin
pkgdesc = A lightweight and portable command-line YAML processor
- pkgver = 4.10.0
+ pkgver = 4.11.0
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.10.0::https://github.com/mikefarah/yq/releases/download/v4.10.0/yq_linux_amd64
- sha256sums = f7f6125afcc263b173f773478622c65e2a529991fe4a22f9187c96fe79faaf85
+ source = yq-4.11.0::https://github.com/mikefarah/yq/releases/download/v4.11.0/yq_linux_amd64
+ sha256sums = 17ec983a8f07ffc0ba695651809104246f50dde0ce8564e6c10a344ba5ebfbfc
pkgname = yq2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27d9180acc62..12fdbb0eaaa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=4.10.0
+pkgver=4.11.0
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=('f7f6125afcc263b173f773478622c65e2a529991fe4a22f9187c96fe79faaf85')
+sha256sums=('17ec983a8f07ffc0ba695651809104246f50dde0ce8564e6c10a344ba5ebfbfc')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"