summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2022-01-05 13:58:27 -1000
committerquest2022-01-05 13:58:27 -1000
commit418e3b650abcbd42f1ba83f1395b2fde7ef48604 (patch)
tree72fc0de48b05695b49268ccb45824c5b1fa6d6a0
parentce9ea0af031f514c31f12b63908104bedf2a5f68 (diff)
downloadaur-418e3b650abcbd42f1ba83f1395b2fde7ef48604.tar.gz
Update to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233f2b1317a9..ae56ee8bf49d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.6.2
+ pkgver = 0.6.4
pkgrel = 0
url = http://github.com/zquestz/s
arch = i686
@@ -11,7 +11,7 @@ pkgbase = s
provides = s
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.6.2.tar.gz
- sha256sums = acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
+ source = https://github.com/zquestz/s/archive/v0.6.4.tar.gz
+ sha256sums = 40570c1de9145e84a94eb93354ce0334236e7c712c6f78d91aed129b0642ef54
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 86923a43499c..453ab90b46f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.6.2
+pkgver=0.6.4
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=('acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f')
+sha256sums=('40570c1de9145e84a94eb93354ce0334236e7c712c6f78d91aed129b0642ef54')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"