summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiehl Daniel2018-03-16 23:54:20 +0100
committerBiehl Daniel2018-03-16 23:54:20 +0100
commit42956921c2175dc968e5936315a34bdf889868b3 (patch)
treeeaf30940beba05fd51be51d3f2878352afff71ee
parentcade1b75e495b89843d3c61804012365d084df60 (diff)
downloadaur-42956921c2175dc968e5936315a34bdf889868b3.tar.gz
bump to version 0.9.7
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f7050c9694d..e1eba80624d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=0.9.4
+pkgver=0.9.7
pkgrel=1
pkgdesc="Light weight cross-platform test automation tool for authoring test cases in the business language."
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('go' "godep")
source=("https://github.com/getgauge/gauge/archive/v$pkgver.tar.gz")
-sha256sums=('b517997c5675b6997cb0707ab81b86053a10937b186458a96b65c3ec64caffc6')
+sha256sums=('e656d32a55505d0c862ecd808309aa36d5538702ecc97f2f9ec9437580fa3b27')
_gourl="/github.com/getgauge/gauge"
prepare() {