summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Biehl2020-10-01 13:46:39 +0200
committerDaniel Biehl2020-10-01 13:46:39 +0200
commite8595d6d555a4cbf537744ab4d960c79f15aa500 (patch)
tree5674e50c8d256b2bce9563e872b4754b7177e929
parent8c7229b8a8bc1642b7d8909d05447c8e37f3d24f (diff)
downloadaur-e8595d6d555a4cbf537744ab4d960c79f15aa500.tar.gz
update to version 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7848f60e29..03279a47b698 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.1.1
+ pkgver = 1.1.4
pkgrel = 1
url = https://getgauge.io
arch = x86_64
arch = i686
license = GPL3
makedepends = go
- source = https://github.com/getgauge/gauge/archive/v1.1.1.tar.gz
- sha256sums = b136727d0ed114ab18d9d380e1ff70ad70e60b56bbacf854be2aeddc9b20044a
+ source = https://github.com/getgauge/gauge/archive/v1.1.4.tar.gz
+ sha256sums = 9250fde749c51b76acd375a82e27fbed758ff8982d9e6dc82c70e4dc218e6b4a
pkgname = getgauge
diff --git a/PKGBUILD b/PKGBUILD
index 72756889f622..4f5e72f4d5f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=1.1.1
+pkgver=1.1.4
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=('b136727d0ed114ab18d9d380e1ff70ad70e60b56bbacf854be2aeddc9b20044a')
+sha256sums=('9250fde749c51b76acd375a82e27fbed758ff8982d9e6dc82c70e4dc218e6b4a')
_gauge_path="src/github.com/getgauge/gauge"