summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5452f864c414..d4120ead80a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 05:04:51 UTC 2016
+# Thu Jan 28 05:10:59 UTC 2016
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
- pkgver = 0.1.10
+ pkgver = 0.1.11
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.1.10
+ provides = s=0.1.11
options = !strip
options = !emptydirs
- source = https://github.com/zquestz/s/archive/v0.1.10.tar.gz
- sha256sums = d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624
+ source = https://github.com/zquestz/s/archive/v0.1.11.tar.gz
+ sha256sums = 7bbab1365624af964e9928dfb7431d9346783b0f5db6f55ade45494030077860
pkgname = s
diff --git a/PKGBUILD b/PKGBUILD
index d8e80793836c..3dd4fa543597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=s
-pkgver=0.1.10
+pkgver=0.1.11
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=('d4b808d1f1c8193a684ed3e194523f2569668709f656b753f07ce72cb951e624')
+sha256sums=('7bbab1365624af964e9928dfb7431d9346783b0f5db6f55ade45494030077860')
_gourl="github.com/zquestz/${pkgname}"
build() {