summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-12-01 17:33:13 -0800
committerJosh Ellithorpe2016-12-01 17:33:13 -0800
commitaead9af3d3e58c8375bbb673145fa65e67fa8520 (patch)
tree54447485272642bd3796a37657c7c3c1cfed22ee /PKGBUILD
parent0e92a047cfa190f1f7d763aa679f5eb9fe2e1313 (diff)
downloadaur-aead9af3d3e58c8375bbb673145fa65e67fa8520.tar.gz
Bump to 0.5.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51e3b936f7de..e6f6f9b70a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.7
+pkgver=0.5.8
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=('5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b')
+sha256sums=('4b45ca9e1a289d876d6f727b23da6083b1e2b7ddfd139908ee44f2f1030b0c9b')
_gourl="github.com/zquestz/${pkgname}"
build() {