summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Biehl2018-09-10 10:37:15 +0200
committerDaniel Biehl2018-09-10 10:37:15 +0200
commit8fe66c3ca2ec42ed2cc57ee22f0f9bd512c56668 (patch)
tree6c1984c40d2660b74b2761e5d1c80e2aad2de49d
parent250ae0a0c665205ade1ce08d9e8d479360206476 (diff)
downloadaur-8fe66c3ca2ec42ed2cc57ee22f0f9bd512c56668.tar.gz
revert to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc92f59820f6..1df3e682dec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getgauge
pkgdesc = Light weight cross-platform test automation tool for authoring test cases in the business language.
- pkgver = 1.0.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://getgauge.io
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = getgauge
license = GPL3
makedepends = go
makedepends = godep
- source = https://github.com/getgauge/gauge/archive/v1.0.1.tar.gz
- sha256sums = 95b07d160c9271bb6b85a1e0d2b7947b1d3e2cfd27040055223e429f61906b2c
+ source = https://github.com/getgauge/gauge/archive/v1.0.0.tar.gz
+ sha256sums = 8d77e25d9050a3e8ccd8150f4f744a2bf6e1e43a4ba91fcceaeaaf5a767573c6
pkgname = getgauge
diff --git a/PKGBUILD b/PKGBUILD
index b1b272bd207c..c0de8edc60c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Biehl dbiehl@live.de
pkgname=getgauge
-pkgver=1.0.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="Light weight cross-platform test automation tool for authoring test cases in the business language."
arch=('x86_64' 'i686')
@@ -10,8 +10,7 @@ license=('GPL3')
makedepends=('go' "godep")
source=("https://github.com/getgauge/gauge/archive/v$pkgver.tar.gz")
-sha256sums=('95b07d160c9271bb6b85a1e0d2b7947b1d3e2cfd27040055223e429f61906b2c')
-
+sha256sums=('8d77e25d9050a3e8ccd8150f4f744a2bf6e1e43a4ba91fcceaeaaf5a767573c6')
_gourl="/github.com/getgauge/gauge"
prepare() {