summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Biehl2020-02-12 08:51:01 +0100
committerDaniel Biehl2020-02-12 08:51:01 +0100
commit65b17503a140b306d84ed0e95a683daed206c4e1 (patch)
tree31dd08ae8d41666e9d89e403d7ea669018dc4da3
parent9043102925e0a24c791516eeb695ade75936078a (diff)
downloadaur-65b17503a140b306d84ed0e95a683daed206c4e1.tar.gz
Update to version 1.0.7
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f45e6ae8d7d..8a57ac22968e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=1.0.6
-pkgrel=3
+pkgver=1.0.7
+pkgrel=1
pkgdesc="Light weight cross-platform test automation tool for authoring test cases in the business language."
arch=('x86_64' 'i686')
url="https://getgauge.io"
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('go')
source=("https://github.com/getgauge/gauge/archive/v$pkgver.tar.gz")
-sha256sums=('89b47749ef134e57295849e89a10fadf577e05aeb690e9db013c39e9c59b1f5d')
+sha256sums=('017296636c857fa03aaf6a25d2497eb9456c44073225518365203f8f57a30260')
_gauge_path="src/github.com/getgauge/gauge"