summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-02-08 00:19:19 -0800
committerquest2016-02-08 00:19:19 -0800
commit3b6421938e93796b1ee62a4244fa0e07a55bf81a (patch)
tree2a8aa1e513f21f54783156cddfd8d90015a73bbe /PKGBUILD
parentb40266644a422d787b485705fbd454676b8ab036 (diff)
downloadaur-3b6421938e93796b1ee62a4244fa0e07a55bf81a.tar.gz
Bump to 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e48d9597bd7..4c5ff053e231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.3.0
+pkgver=0.3.1
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=('5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72')
+sha256sums=('35a0ec6063ab7236e9d6c9197ec6379fcac1a68e2d6d954287f89d162c224181')
_gourl="github.com/zquestz/${pkgname}"
build() {