summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2016-02-09 10:55:11 -0600
committerJavier Tiá2016-02-09 10:55:11 -0600
commit53b39d6f60994511190cffa53542822f04e6f586 (patch)
tree9e7a9b4e19acb6693d950b0a1246c71d5d05789f
parentf3f8115c8b8918e76494f8a186660b36426b82fe (diff)
downloadaur-53b39d6f60994511190cffa53542822f04e6f586.tar.gz
Bump up sift v0.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51f8d9c09a2c..0c477d9389b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 19:41:51 UTC 2016
+# Tue Feb 9 16:55:04 UTC 2016
pkgbase = sift
pkgdesc = A fast and powerful open source alternative to grep
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = http://sift-tool.org/
arch = i686
@@ -10,13 +10,13 @@ pkgbase = sift
license = GPL3
makedepends = go
makedepends = git
- provides = sift=0.7.1
+ provides = sift=0.8.0
conflicts = sift-bin
replaces = sift-bin
options = !strip
options = !emptydirs
- source = https://github.com/svent/sift/archive/v0.7.1.tar.gz
- sha256sums = b812edc2b439b00d45a1b588f7478723cfd77f3c56a82c3d39f29c7be0725c80
+ source = https://github.com/svent/sift/archive/v0.8.0.tar.gz
+ sha256sums = 8686e560771392dde526b12b684015c5b1ca52089119011342f8073513c40751
pkgname = sift
diff --git a/PKGBUILD b/PKGBUILD
index 08717c82dd68..6978429a4fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=sift
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="A fast and powerful open source alternative to grep"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ conflicts=('sift-bin')
replaces=('sift-bin')
provides=("sift=${pkgver}")
source=("https://github.com/svent/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b812edc2b439b00d45a1b588f7478723cfd77f3c56a82c3d39f29c7be0725c80')
+sha256sums=('8686e560771392dde526b12b684015c5b1ca52089119011342f8073513c40751')
_gourl="github.com/svent/${pkgname}"
build() {