summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authore5ten2019-01-08 07:54:16 -0500
committere5ten2019-01-08 07:54:16 -0500
commit1cd39a3d371f6c992f74a3985ef9a61760129051 (patch)
treee6c4b345a76c1fee5f42a1f37e08139d8031b28b /PKGBUILD
parentfb558af1a7d10dfa069c6756a90bb4cfb63bfc24 (diff)
downloadaur-1cd39a3d371f6c992f74a3985ef9a61760129051.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b81ba7cf7f03..cec32c8a3c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: E5ten <e5ten.arch@gmail.com>
pkgname=yq-bin
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha512sums=('7f5162c73e7ba4620964fd7d33082780c2c0c01153694ab77e094d01a360047902343c1e7bfc3a2f43c3152dc82c4a5b1ad3bef4fca1d8200cbc4c560f310e8e')
+sha512sums=('2be7f80d3e022067000966f78dfac7601504e14b7500aa7b56833b84bd11a9907d699e2a74f7934c6ccc1f82646abbb4f1c29fe4bc0d31a086afd862afb65520')
package() {
install -Dm755 $srcdir/yq_linux_amd64 $pkgdir/usr/bin/yq