summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2017-07-02 14:48:00 +0200
committerEmil Lundberg2017-07-02 14:51:18 +0200
commit610eeb1000b42be625af50fb530954035f78cd4c (patch)
tree2b80d3b3aeb3a57cd1c152a18c64211bee4defd0
parent0b2d0ccffdd797cc5f24382cb62a2765ddcae539 (diff)
downloadaur-610eeb1000b42be625af50fb530954035f78cd4c.tar.gz
Upgrade to release 0.1.10
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02bba341f2e0..fa8bc7948a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jul 2 12:50:58 UTC 2017
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
- pkgver = 0.1.8
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/StreakyCobra/gws
changelog = ChangeLog
@@ -8,8 +10,9 @@ pkgbase = gws
license = MIT
depends = bash>4.0
depends = git
- source = https://github.com/StreakyCobra/gws/archive/0.1.8.tar.gz
- md5sums = f6da0de648b5af5ce818e109f39f003f
+ source = https://github.com/StreakyCobra/gws/archive/0.1.10.tar.gz
+ md5sums = f7b76df55789db8bac94edd34bda7a0f
+ sha256sums = 816592f3fec8c437ba96d17dbbfa911d88d1fa70071d3d127efc64f73551f747
pkgname = gws
diff --git a/PKGBUILD b/PKGBUILD
index b02e16cdbe43..573ad7490603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="gws"
-pkgver="0.1.8"
+pkgver="0.1.10"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -10,7 +10,8 @@ arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('f6da0de648b5af5ce818e109f39f003f')
+md5sums=('f7b76df55789db8bac94edd34bda7a0f')
+sha256sums=('816592f3fec8c437ba96d17dbbfa911d88d1fa70071d3d127efc64f73551f747')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"