summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2016-02-17 17:40:17 -0800
committerquest2016-02-17 17:40:17 -0800
commit66356bd2ab68f6f0e2be366174d4cda3061bc507 (patch)
treead666be0a52b22a32526636c25aa808b5011b4c0 /PKGBUILD
parent8e4fa9da4bb1f3223824eba910afe5cb8bad1a46 (diff)
downloadaur-66356bd2ab68f6f0e2be366174d4cda3061bc507.tar.gz
Update to 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d07c032082b..1d204f5da4a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.4.1
+pkgver=0.4.2
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=('8df649412f88974af112517e57db70fd94f361d9ea691d8f63498b8cefa9cc6f')
+sha256sums=('12f1e9ff5d52703d8e8e14755c8b34d3c15d9f39295222c16860077c15cef807')
_gourl="github.com/zquestz/${pkgname}"
build() {