summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2017-07-02 16:20:36 +0200
committerEmil Lundberg2017-07-02 16:20:36 +0200
commit4c9f7830a354892e6462bd7d3788f54b10284646 (patch)
tree87753ef2943cef731b3e931e1f75bc51f10561b5
parentaf49a52385f157c26f9c3288ba2e7df33722999b (diff)
downloadaur-4c9f7830a354892e6462bd7d3788f54b10284646.tar.gz
Upgrade to release 0.1.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8bc7948a67..3d85564f6e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 2 12:50:58 UTC 2017
+# Sun Jul 2 14:20:30 UTC 2017
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
- pkgver = 0.1.10
+ pkgver = 0.1.11
pkgrel = 1
url = https://github.com/StreakyCobra/gws
changelog = ChangeLog
@@ -10,9 +10,9 @@ pkgbase = gws
license = MIT
depends = bash>4.0
depends = git
- source = https://github.com/StreakyCobra/gws/archive/0.1.10.tar.gz
- md5sums = f7b76df55789db8bac94edd34bda7a0f
- sha256sums = 816592f3fec8c437ba96d17dbbfa911d88d1fa70071d3d127efc64f73551f747
+ source = https://github.com/StreakyCobra/gws/archive/0.1.11.tar.gz
+ md5sums = 36eeca3594cc6d62e3ca034369b2ba34
+ sha256sums = 8a688b20b6f2a9c2228bd498dd68f2058a54429d89c0f6200997dd90c134b832
pkgname = gws
diff --git a/PKGBUILD b/PKGBUILD
index 573ad7490603..3107b1c6079b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="gws"
-pkgver="0.1.10"
+pkgver="0.1.11"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -10,8 +10,8 @@ arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('f7b76df55789db8bac94edd34bda7a0f')
-sha256sums=('816592f3fec8c437ba96d17dbbfa911d88d1fa70071d3d127efc64f73551f747')
+md5sums=('36eeca3594cc6d62e3ca034369b2ba34')
+sha256sums=('8a688b20b6f2a9c2228bd498dd68f2058a54429d89c0f6200997dd90c134b832')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"