summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Biehl2019-08-27 08:47:27 +0200
committerDaniel Biehl2019-08-27 08:47:27 +0200
commitdda3a36094d72a4c5d72b044f54cf9c628aa8a86 (patch)
tree5de02bbd86fd5813a45308ec3692d2e74524c773
parenta7e220135a06161ce24be6ab5a543803414ece9e (diff)
downloadaur-dda3a36094d72a4c5d72b044f54cf9c628aa8a86.tar.gz
Update to version 1.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7456caaad3..c48b89d1f7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = getgauge
pkgdesc = Light weight cross-platform test automation tool for authoring test cases in the business language.
- pkgver = 1.0.4
+ pkgver = 1.0.6
pkgrel = 1
url = https://getgauge.io
arch = x86_64
arch = i686
license = GPL3
makedepends = go
- source = https://github.com/getgauge/gauge/archive/v1.0.4.tar.gz
- sha256sums = fa46ebc523a401f29297ca3ed39e231402fdc75a0d6121d06c15520347e34f08
+ source = https://github.com/getgauge/gauge/archive/v1.0.6.tar.gz
+ sha256sums = 89b47749ef134e57295849e89a10fadf577e05aeb690e9db013c39e9c59b1f5d
pkgname = getgauge
diff --git a/PKGBUILD b/PKGBUILD
index c847608db42f..348246f58766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=1.0.4
+pkgver=1.0.6
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')
source=("https://github.com/getgauge/gauge/archive/v$pkgver.tar.gz")
-sha256sums=('fa46ebc523a401f29297ca3ed39e231402fdc75a0d6121d06c15520347e34f08')
+sha256sums=('89b47749ef134e57295849e89a10fadf577e05aeb690e9db013c39e9c59b1f5d')
_gourl="/github.com/getgauge/gauge"