summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-01-15 09:16:09 -0500
committerMatthew McGinn2021-01-15 09:16:09 -0500
commit1824809940bc42db6523990f0a3542febe644b63 (patch)
tree19165dbaee57f13ce42790a17a2a31069d0c7332
parente6c5b602e15474443c154cb366a93bcd6ea5838a (diff)
downloadaur-1824809940bc42db6523990f0a3542febe644b63.tar.gz
update version to v4.4.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0575346f0838..fa506f12f6a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq2-bin
pkgdesc = a portable command-line YAML processor
- pkgver = 4.2.1
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-4.2.1::https://github.com/mikefarah/yq/releases/download/v4.2.1/yq_linux_amd64
- sha256sums = 51018dedf4cb510c7cf6c42663327605e7e0c315747fe584fbf83cc10747449c
+ source = yq-4.4.0::https://github.com/mikefarah/yq/releases/download/v4.4.0/yq_linux_amd64
+ sha256sums = 9d9d106b849b8d7c17a3e794adce902f9cd2fe9f2fa33e4351474f4a5950bc11
pkgname = yq2-bin
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"