summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2017-03-06 20:28:58 +0100
committerTomasz Żok2017-03-06 20:28:58 +0100
commit9c9de308345c94aa789de7468cad01743db2d05d (patch)
tree2ed7ddd27acb516978940975bbbcdbe2b3ae54b1
parent9d814920dcae1bdb73b92bec5f42ffd389975b06 (diff)
downloadaur-9c9de308345c94aa789de7468cad01743db2d05d.tar.gz
Bump version to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d170d08c56cc..470c72b19fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/indigo-dc/orchent
arch = x86
arch = x86_64
license = Apache
depends = go>=1.5
- source = https://github.com/indigo-dc/orchent/archive/0.3.1.tar.gz
- md5sums = f147ec790de3e59a766b5e18663ef842
+ source = https://github.com/indigo-dc/orchent/archive/0.4.0.tar.gz
+ md5sums = 70855eff466384395a29356a708966c6
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index db9ec3f2a234..7213f3a469bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Orchestrator Command Line Client"
arch=(x86 x86_64)
@@ -8,7 +8,7 @@ url="https://github.com/indigo-dc/orchent"
license=('Apache')
depends=('go>=1.5')
source=(https://github.com/indigo-dc/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('f147ec790de3e59a766b5e18663ef842')
+md5sums=('70855eff466384395a29356a708966c6')
build() {
cd "$pkgname-$pkgver"