summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2021-11-24 09:19:50 -1000
committerquest2021-11-24 09:19:50 -1000
commitb11e05b3bcd854ab77b2006af2f69db7116d08d1 (patch)
treeb9e897af082c084e66e1c937189058787ac91e24 /PKGBUILD
parent9bdc567cf22833a6b2b60313e03b5b34e916b17b (diff)
downloadaur-b11e05b3bcd854ab77b2006af2f69db7116d08d1.tar.gz
Bump to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3810e8ddcf73..7c4caccff91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.6.0
+pkgver=0.6.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")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0019e21dba7bb30e4de279b71e027c7d78f3236d709c2fe5be39b38d22aa7097')
+sha256sums=('8f5f3e9503edcf9eb4792379f93c1e08806b8b9699121a72745d1d63c91a0426')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"