summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-10-08 12:52:13 -0700
committerJosh Ellithorpe2016-10-08 12:52:13 -0700
commit0e92a047cfa190f1f7d763aa679f5eb9fe2e1313 (patch)
tree09e3fa09f27a6565995a6d7e936609872858cb16 /PKGBUILD
parent7a447cc8c7043e8a8be4c5a2869316355e0e0954 (diff)
downloadaur-0e92a047cfa190f1f7d763aa679f5eb9fe2e1313.tar.gz
Bump to 0.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d89843efff4..51e3b936f7de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.5
+pkgver=0.5.7
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=('d8d8e5cd201a90deb5ec785edb1c7242b68cea83392e5c82fb52b99368578c4d')
+sha256sums=('5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b')
_gourl="github.com/zquestz/${pkgname}"
build() {