summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Biehl2018-09-10 10:34:10 +0200
committerDaniel Biehl2018-09-10 10:34:10 +0200
commit250ae0a0c665205ade1ce08d9e8d479360206476 (patch)
treedd4ef5a693b786fa3a84d8a65c2ea45f1954406f /PKGBUILD
parent105ac252d2e1d70d2881cd851164dc0d7b9ad154 (diff)
downloadaur-250ae0a0c665205ade1ce08d9e8d479360206476.tar.gz
update to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0de8edc60c9..b1b272bd207c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=1.0.0
+pkgver=1.0.1
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,8 @@ license=('GPL3')
makedepends=('go' "godep")
source=("https://github.com/getgauge/gauge/archive/v$pkgver.tar.gz")
-sha256sums=('8d77e25d9050a3e8ccd8150f4f744a2bf6e1e43a4ba91fcceaeaaf5a767573c6')
+sha256sums=('95b07d160c9271bb6b85a1e0d2b7947b1d3e2cfd27040055223e429f61906b2c')
+
_gourl="/github.com/getgauge/gauge"
prepare() {