summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-03-28 22:50:33 -0700
committerquest2016-03-28 22:50:33 -0700
commit0257849b945ab2ba1d5c83f5e9344cffb3b9d558 (patch)
treed44479ff9bec470899dd2eb75e35336ea55cfd24 /PKGBUILD
parent2a272ed612da70fcb6d7e0271477c2936e08819a (diff)
downloadaur-0257849b945ab2ba1d5c83f5e9344cffb3b9d558.tar.gz
Updated to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5134c46e00a..0e708e000a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.5
+pkgver=0.5.0
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=('5c6cc19f3e66b5a98eb757e7b42d6faaceeff3c88a3d4c57af2107ac3be20a19')
+sha256sums=('338c112a407c5bd2b302a5f3034eaa65da4c34389dd0280805d08a91ebb04183')
_gourl="github.com/zquestz/${pkgname}"
build() {