summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-04-21 10:57:07 -0700
committerquest2016-04-21 10:57:07 -0700
commitfaa86c97ba02af09cc76840285ca416c30c45524 (patch)
tree2594ce7e7e6e8eccb55fe1d414402f355db61538 /PKGBUILD
parent0257849b945ab2ba1d5c83f5e9344cffb3b9d558 (diff)
downloadaur-faa86c97ba02af09cc76840285ca416c30c45524.tar.gz
Bumped to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e708e000a9c..07bdf7fc8fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.0
+pkgver=0.5.1
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=('338c112a407c5bd2b302a5f3034eaa65da4c34389dd0280805d08a91ebb04183')
+sha256sums=('e78f00bc4bbbd3abc1732078b0e4eb057f5d7ddc42296359c2d3cf6bdba7718b')
_gourl="github.com/zquestz/${pkgname}"
build() {