summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e031b80cb147..9905bca86eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 16:50:54 UTC 2018
+# Wed Aug 8 21:13:34 UTC 2018
pkgbase = gron-bin
pkgdesc = gron transforms JSON into discrete assignments to make it easier to grep.
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/tomnomnom/gron
arch = i686
arch = x86_64
license = MIT
depends = glibc
- source_i686 = https://github.com/tomnomnom/gron/releases/download/v0.5.1/gron-linux-386-0.5.1.tgz
- sha256sums_i686 = d44e052e83b2fbcf7197a38f0b7114b49a591fd5d5ba5d558b818cb2bba172c0
- source_x86_64 = https://github.com/tomnomnom/gron/releases/download/v0.5.1/gron-linux-amd64-0.5.1.tgz
- sha256sums_x86_64 = f874724398de74f14f047366c3e2cb1be690dbd2000b22b1b1f515d78fce3982
+ source_i686 = https://github.com/tomnomnom/gron/releases/download/v0.6.0/gron-linux-386-0.6.0.tgz
+ sha256sums_i686 = e84afa5cfda999d46d5b68b5ff4b123d740104226d6c850a624fec999fa898db
+ source_x86_64 = https://github.com/tomnomnom/gron/releases/download/v0.6.0/gron-linux-amd64-0.6.0.tgz
+ sha256sums_x86_64 = 891470b44d7faef49683dd11b11a1f296324118e869a76e3fae61cf6b35c6b74
pkgname = gron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c5127bde221..8083f103b5cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Denis Kasak <dkasak|AT|termina.org.uk>
_RELEASES_URL="https://github.com/tomnomnom/gron/releases/download"
pkgname=gron-bin
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="gron transforms JSON into discrete assignments to make it easier to grep."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
groups=()
source_i686=("$_RELEASES_URL/v$pkgver/gron-linux-386-$pkgver.tgz")
source_x86_64=("$_RELEASES_URL/v$pkgver/gron-linux-amd64-$pkgver.tgz")
-sha256sums_i686=('d44e052e83b2fbcf7197a38f0b7114b49a591fd5d5ba5d558b818cb2bba172c0')
-sha256sums_x86_64=('f874724398de74f14f047366c3e2cb1be690dbd2000b22b1b1f515d78fce3982')
+sha256sums_i686=('e84afa5cfda999d46d5b68b5ff4b123d740104226d6c850a624fec999fa898db')
+sha256sums_x86_64=('891470b44d7faef49683dd11b11a1f296324118e869a76e3fae61cf6b35c6b74')
package() {
install -D "$srcdir/gron" "$pkgdir/usr/bin/gron"