summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-08-01 15:43:22 -0700
committerJosh Ellithorpe2016-08-01 15:43:22 -0700
commite04822e981ef46bf4660ce0fdf22adbc97afe282 (patch)
treea667a7996a1bf27fea4b16a94212b9daea741d08 /PKGBUILD
parentf9f5a23b9b027e26fbd2e58c519bbc40e24d0b86 (diff)
downloadaur-e04822e981ef46bf4660ce0fdf22adbc97afe282.tar.gz
Bump version of s to 0.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32a737e9932e..ecc53e3e1717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.2
+pkgver=0.5.4
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=('e4e224bffec720d718ac066a329097b5fd05d3c2c1a3c5b071d710abc7104220')
+sha256sums=('d607d44642b136a6a8dbc27a7867e97a92075ba32e66680a977717a930360ed9')
_gourl="github.com/zquestz/${pkgname}"
build() {