summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2016-10-24 07:32:37 -0600
committerJavier Tiá2016-10-24 07:32:37 -0600
commit6c91d27ff5983c6e35767c67b71d610ded29e8ee (patch)
tree21f324e50a9e588cf6f6bd4e7eac0855cee14277
parent53b39d6f60994511190cffa53542822f04e6f586 (diff)
downloadaur-6c91d27ff5983c6e35767c67b71d610ded29e8ee.tar.gz
Bump up sift 0.9.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c477d9389b0..6550d0c42cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 16:55:04 UTC 2016
+# Mon Oct 24 13:32:11 UTC 2016
pkgbase = sift
pkgdesc = A fast and powerful open source alternative to grep
- pkgver = 0.8.0
+ pkgver = 0.9.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.8.0
+ provides = sift=0.9.0
conflicts = sift-bin
replaces = sift-bin
options = !strip
options = !emptydirs
- source = https://github.com/svent/sift/archive/v0.8.0.tar.gz
- sha256sums = 8686e560771392dde526b12b684015c5b1ca52089119011342f8073513c40751
+ source = https://github.com/svent/sift/archive/v0.9.0.tar.gz
+ sha256sums = bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8
pkgname = sift
diff --git a/PKGBUILD b/PKGBUILD
index 6978429a4fe0..2950c37f11f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Javier Tia <javier dot tia at gmail dot com>
+# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=sift
-pkgver=0.8.0
+pkgver=0.9.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=('8686e560771392dde526b12b684015c5b1ca52089119011342f8073513c40751')
+sha256sums=('bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8')
_gourl="github.com/svent/${pkgname}"
build() {