summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-01-27 21:11:06 -0800
committerquest2016-01-27 21:11:06 -0800
commit713362a00ef5903bf1287610f8683c66cd3824b4 (patch)
tree78f4268f2c3f4d26dfa162aad3ccc5b5635d3593 /PKGBUILD
parentbe571a1384842ec947a730b4ee2a2ca2cfe30467 (diff)
downloadaur-713362a00ef5903bf1287610f8683c66cd3824b4.tar.gz
Bumped to v0.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e80793836c..3dd4fa543597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.10
+pkgver=0.1.11
pkgrel=0
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
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=('d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624')
+sha256sums=('7bbab1365624af964e9928dfb7431d9346783b0f5db6f55ade45494030077860')
_gourl="github.com/zquestz/${pkgname}"
build() {