summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2017-04-04 10:17:57 -0700
committerJosh Ellithorpe2017-04-04 10:17:57 -0700
commit96f3d0fbfab9ad7868c6cdba13bcc3f253d6f315 (patch)
tree5e876043d54a67bbaba4563f9cff1ee26734d7e8
parentaead9af3d3e58c8375bbb673145fa65e67fa8520 (diff)
downloadaur-96f3d0fbfab9ad7868c6cdba13bcc3f253d6f315.tar.gz
Bump to 0.5.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cabc2f1ed6c..a7aeb276dde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 01:32:55 UTC 2016
+# Tue Apr 4 17:17:40 UTC 2017
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 0
url = http://github.com/zquestz/s
arch = i686
@@ -10,11 +10,11 @@ pkgbase = s
license = MIT
makedepends = go
makedepends = git
- provides = s=0.5.8
+ provides = s=0.5.9
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.8.tar.gz
- sha256sums = 4b45ca9e1a289d876d6f727b23da6083b1e2b7ddfd139908ee44f2f1030b0c9b
+ source = https://github.com/zquestz/s/archive/v0.5.9.tar.gz
+ sha256sums = 7dba775f7fdf6c8dc28ace8795e8f57c0b7dd6148f14fe4b17c5a4eb46b675ec
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index e6f6f9b70a92..1d8e3737075b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.8
+pkgver=0.5.9
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=('4b45ca9e1a289d876d6f727b23da6083b1e2b7ddfd139908ee44f2f1030b0c9b')
+sha256sums=('7dba775f7fdf6c8dc28ace8795e8f57c0b7dd6148f14fe4b17c5a4eb46b675ec')
_gourl="github.com/zquestz/${pkgname}"
build() {