summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tia2015-09-21 16:14:45 -0600
committerJavier Tia2015-09-21 16:14:45 -0600
commit57ef29d0d3a5068c1941894b1cc974738c218689 (patch)
tree1a58b3461753af61c12604b6cb10753d1061ea0b
parent1d188a4ad73db8cbc0efc419d16753ba8b748374 (diff)
downloadaur-57ef29d0d3a5068c1941894b1cc974738c218689.tar.gz
Bump to shift-bin v0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 452b02718ac5..be26b5afb56e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sift
pkgdesc = A fast and powerful open source alternative to grep
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = http://sift-tool.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = sift
replaces = sift-bin
options = !strip
options = !emptydirs
- source = https://github.com/svent/sift/archive/v0.3.2.tar.gz
- sha256sums = c14025e993f47a947ed9d1b444e3b3f334090428eb25736eae5779b19a764308
+ source = https://github.com/svent/sift/archive/v0.3.3.tar.gz
+ sha256sums = 69b166befdd9a19fd433096fbd9d9ef64b190e7ca6c37af4f6ee058d81ddfd63
pkgname = sift
diff --git a/PKGBUILD b/PKGBUILD
index ee1554151227..a0728c03bf19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=sift
-pkgver=0.3.2
+pkgver=0.3.3
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=('c14025e993f47a947ed9d1b444e3b3f334090428eb25736eae5779b19a764308')
+sha256sums=('69b166befdd9a19fd433096fbd9d9ef64b190e7ca6c37af4f6ee058d81ddfd63')
build() {
cd "${pkgname}-${pkgver}"