summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-01-24 03:10:03 -0800
committerquest2016-01-24 03:10:03 -0800
commit5916d2319d0efe007cb7b40a59f2691fa5b9c882 (patch)
tree3b8ca7e2172c0883db67d1c29dee03f38f6f1202 /PKGBUILD
parent405e4279b566b00c21bcb0edccbdf910496f4848 (diff)
downloadaur-5916d2319d0efe007cb7b40a59f2691fa5b9c882.tar.gz
Bumped to v0.1.2 which hsa twitter support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 700d72aa96ec..25fcbcb498f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Web search from the terminal. Supports google, reddit, amazon, wikipedia, yahoo, duckduckgo, and bing."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("s=${pkgver}")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('64aceb91b657e0d694de2cc4a006d34abc5b3413fd1c6c55a96a696be42f9f49')
+sha256sums=('8c9058436e7eb27db66ec4be3499f35e49284aba509b0b2b3506f3d23e7b9307')
_gourl="github.com/zquestz/${pkgname}"
build() {