summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2016-10-08 12:52:13 -0700
committerJosh Ellithorpe2016-10-08 12:52:13 -0700
commit0e92a047cfa190f1f7d763aa679f5eb9fe2e1313 (patch)
tree09e3fa09f27a6565995a6d7e936609872858cb16
parent7a447cc8c7043e8a8be4c5a2869316355e0e0954 (diff)
downloadaur-0e92a047cfa190f1f7d763aa679f5eb9fe2e1313.tar.gz
Bump to 0.5.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59d1deb81998..10022cc3fb61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 23:09:32 UTC 2016
+# Sat Oct 8 19:51:57 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.5.5
+ pkgver = 0.5.7
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.5
+ provides = s=0.5.7
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.5.5.tar.gz
- sha256sums = d8d8e5cd201a90deb5ec785edb1c7242b68cea83392e5c82fb52b99368578c4d
+ source = https://github.com/zquestz/s/archive/v0.5.7.tar.gz
+ sha256sums = 5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index 9d89843efff4..51e3b936f7de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.5.5
+pkgver=0.5.7
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=('d8d8e5cd201a90deb5ec785edb1c7242b68cea83392e5c82fb52b99368578c4d')
+sha256sums=('5ed6fff64b32f0955794679dd2ebf96af6c367dfb4fb5eea704ea83bb14f4b1b')
_gourl="github.com/zquestz/${pkgname}"
build() {