summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tia2015-10-16 17:56:50 -0600
committerJavier Tia2015-10-16 17:56:50 -0600
commit770bb2091b9f85f315c9074d71ae4a0111401c38 (patch)
tree7872507d84cc5dc2d9cab5598e77fce5b978bdf2
parent2119e9c2878ada84d010eea32408015dd4cd50a3 (diff)
downloadaur-770bb2091b9f85f315c9074d71ae4a0111401c38.tar.gz
Bump up sift v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a0791c4dc9..a7dec3d3d3b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sift
pkgdesc = A fast and powerful open source alternative to grep
- pkgver = 0.3.4
+ pkgver = 0.4.0
pkgrel = 1
url = http://sift-tool.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = sift
replaces = sift-bin
options = !strip
options = !emptydirs
- source = https://github.com/svent/sift/archive/v0.3.4.tar.gz
- sha256sums = 88eefbfd02bea5183cedfaab9bfeef397c622a15970b0540ddb4a3e3ea62d775
+ source = https://github.com/svent/sift/archive/v0.4.0.tar.gz
+ sha256sums = 6682b3eb08ae45eca8c6a09ef7811a79f6a9f244cdd06b76cd65eed956375b31
pkgname = sift
diff --git a/PKGBUILD b/PKGBUILD
index 3c84de6b969a..a639643c83a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=sift
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="A fast and powerful open source alternative to grep"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ options=('!strip' '!emptydirs')
conflicts=('sift-bin')
replaces=('sift-bin')
source=("https://github.com/svent/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('88eefbfd02bea5183cedfaab9bfeef397c622a15970b0540ddb4a3e3ea62d775')
+sha256sums=('6682b3eb08ae45eca8c6a09ef7811a79f6a9f244cdd06b76cd65eed956375b31')
_gourl='github.com/svent'
prepare() {