summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbanbanchs2017-01-05 20:30:55 +0800
committerbanbanchs2017-01-05 20:30:55 +0800
commitd953111e89ec271fde21af0801185ba874c992ca (patch)
treeb949da5711095fadb5cb31bda69c057a63162cee
parent88465eab238c682a2712cb315e85e282bcc3e6f2 (diff)
downloadaur-d953111e89ec271fde21af0801185ba874c992ca.tar.gz
Upgpkg: jid-bin 0.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ada17963c43..45044f020db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jid-bin
pkgdesc = Json incremental digger
- pkgver = 0.7.0
+ pkgver = 0.7.1
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.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
+ source_i686 = https://github.com/simeji/jid/releases/download/0.7.1/jid_linux_386.zip
+ sha256sums_i686 = 772bdb653769ca50aa9cbc124889f0a3df05028b1745d718ee66c1cb244b7b68
+ source_x86_64 = https://github.com/simeji/jid/releases/download/0.7.1/jid_linux_amd64.zip
+ sha256sums_x86_64 = 97602a7120462fbaa6cea74f33e2e908a418755d9fcac9d7718565bf6ef52a48
pkgname = jid-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7aa4bbf1cf1d..4c3f5cf8f0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jid-bin
_pkgname=jid
-pkgver=0.7.0
+pkgver=0.7.1
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=('c065893debef6d1cb9c8fa7ed2c024940c005ae31c8d708bf390cf102375b8f2')
-sha256sums_x86_64=('3b7f909a4a3cf9c5cdc9354ef34ff683eaaf2ce47054850bf1747ff8bfa4fc8d')
+sha256sums_i686=('772bdb653769ca50aa9cbc124889f0a3df05028b1745d718ee66c1cb244b7b68')
+sha256sums_x86_64=('97602a7120462fbaa6cea74f33e2e908a418755d9fcac9d7718565bf6ef52a48')
package() {
cd "${srcdir}"