summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2021-12-01 11:02:23 -1000
committerquest2021-12-01 11:02:23 -1000
commitce9ea0af031f514c31f12b63908104bedf2a5f68 (patch)
tree455c022428639ee590d19e6d73201e53dca7ab67
parentec52fdcba279f64db9f81dfb969c772c02e70501 (diff)
downloadaur-ce9ea0af031f514c31f12b63908104bedf2a5f68.tar.gz
Bump to 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cebf61c2834d..233f2b1317a9 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.1
+ pkgver = 0.6.2
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.1.tar.gz
- sha256sums = 4f34845aaae0ef22cf9007df2ee4a7ec5d4ae80b4659e61cdd47ee0733ca318c
+ source = https://github.com/zquestz/s/archive/v0.6.2.tar.gz
+ sha256sums = acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index fd3fe96c7506..86923a43499c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.6.1
+pkgver=0.6.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")
source=("https://github.com/zquestz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4f34845aaae0ef22cf9007df2ee4a7ec5d4ae80b4659e61cdd47ee0733ca318c')
+sha256sums=('acc38953fcb21e1dd2cd761b9d2bf8272aa6aa30fed2adb657f2dba7e4df872f')
build() {
mkdir -p "${srcdir}/go/src/github.com/zquestz"