summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6ea4ccf273d..8ada17963c43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jid-bin
pkgdesc = Json incremental digger
- pkgver = 0.6.3
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/simeji/jid
arch = i686
@@ -10,10 +10,10 @@ pkgbase = jid-bin
provides = jid
conflicts = jid
conflicts = jid-git
- source_i686 = https://github.com/simeji/jid/releases/download/0.6.3/jid_linux_386.zip
- sha256sums_i686 = 9770ac445b64170dbb5dc23b739cb458043257efd56dde36b95671a72a56a863
- source_x86_64 = https://github.com/simeji/jid/releases/download/0.6.3/jid_linux_amd64.zip
- sha256sums_x86_64 = 3519711e65c896edfdfbb65a0117af4badc24cb7d02a2584d9d1470e81ab4136
+ source_i686 = https://github.com/simeji/jid/releases/download/0.7.0/jid_linux_386.zip
+ sha256sums_i686 = c065893debef6d1cb9c8fa7ed2c024940c005ae31c8d708bf390cf102375b8f2
+ source_x86_64 = https://github.com/simeji/jid/releases/download/0.7.0/jid_linux_amd64.zip
+ sha256sums_x86_64 = 3b7f909a4a3cf9c5cdc9354ef34ff683eaaf2ce47054850bf1747ff8bfa4fc8d
pkgname = jid-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1180ed60b048..7aa4bbf1cf1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jid-bin
_pkgname=jid
-pkgver=0.6.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="Json incremental digger"
url="https://github.com/simeji/jid"
@@ -13,8 +13,8 @@ conflicts=("jid" "jid-git")
depends=("glibc")
source_i686=("https://github.com/simeji/jid/releases/download/${pkgver}/${_pkgname}_linux_386.zip")
source_x86_64=("https://github.com/simeji/jid/releases/download/${pkgver}/${_pkgname}_linux_amd64.zip")
-sha256sums_i686=('9770ac445b64170dbb5dc23b739cb458043257efd56dde36b95671a72a56a863')
-sha256sums_x86_64=('3519711e65c896edfdfbb65a0117af4badc24cb7d02a2584d9d1470e81ab4136')
+sha256sums_i686=('c065893debef6d1cb9c8fa7ed2c024940c005ae31c8d708bf390cf102375b8f2')
+sha256sums_x86_64=('3b7f909a4a3cf9c5cdc9354ef34ff683eaaf2ce47054850bf1747ff8bfa4fc8d')
package() {
cd "${srcdir}"