summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-04-25 18:14:25 -0700
committerJosh Ellithorpe2016-04-25 18:14:25 -0700
commitf9f5a23b9b027e26fbd2e58c519bbc40e24d0b86 (patch)
tree3ce34514135024034caefb7e6b8db0a39862bf5a /PKGBUILD
parent77b00525ccf08e1af2be6d6190b8e7b39a4e6e86 (diff)
downloadaur-f9f5a23b9b027e26fbd2e58c519bbc40e24d0b86.tar.gz
Bump to 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fb467635f07..32a737e9932e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.1
-pkgrel=1
+pkgver=0.5.2
+pkgrel=0
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -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=('e78f00bc4bbbd3abc1732078b0e4eb057f5d7ddc42296359c2d3cf6bdba7718b')
+sha256sums=('e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220')
_gourl="github.com/zquestz/${pkgname}"
build() {