summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-02-06 21:41:47 -0800
committerquest2016-02-06 21:41:47 -0800
commitb40266644a422d787b485705fbd454676b8ab036 (patch)
treea55bc94aa44d8f3c84173cf067e63bb298f8c799 /PKGBUILD
parente4ce5f7187be1d5d16cf873158250f642c6eb31d (diff)
downloadaur-b40266644a422d787b485705fbd454676b8ab036.tar.gz
Bumped to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b70eea76803b..5e48d9597bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.2.1
+pkgver=0.3.0
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=('c6a80599ef759388fffbfbc62c3baacc213de830425ec8bfa9253652e9d123cf')
+sha256sums=('5a61badaae037dad92ea48696014dbf780bdbf46a65a95d13e732ee9abbb6d72')
_gourl="github.com/zquestz/${pkgname}"
build() {