summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ea38297d70..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 = 9757b568e53730caa3699f0d9ccc87af0b30091b3655674c61aaf6de8164837c
+ 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"