summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-08-03 16:09:48 -0700
committerJosh Ellithorpe2016-08-03 16:09:48 -0700
commit7a447cc8c7043e8a8be4c5a2869316355e0e0954 (patch)
treec99967a86ea79a2b90bd4064d72517800d52d2d5 /PKGBUILD
parente04822e981ef46bf4660ce0fdf22adbc97afe282 (diff)
downloadaur-7a447cc8c7043e8a8be4c5a2869316355e0e0954.tar.gz
Bump to 0.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecc53e3e1717..9d89843efff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.4
+pkgver=0.5.5
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=('d607d44642b136a6a8dbc27a7867e97a92075ba32e66680a977717a930360ed9')
+sha256sums=('d8d8e5cd201a90deb5ec785edb1c7242b68cea83392e5c82fb52b99368578c4d')
_gourl="github.com/zquestz/${pkgname}"
build() {