summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2017-03-24 13:06:45 +0100
committerTomasz Żok2017-03-24 13:06:45 +0100
commiteb4c4876973052c72d3510cfa46fc738792c6306 (patch)
tree6983f5e69a1191927063f296af73560498a653b5
parent9c9de308345c94aa789de7468cad01743db2d05d (diff)
downloadaur-eb4c4876973052c72d3510cfa46fc738792c6306.tar.gz
Update to v1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470c72b19fa5..d8f6af65d2a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 0.4.0
+ pkgver = 1.0.3
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.4.0.tar.gz
- md5sums = 70855eff466384395a29356a708966c6
+ source = https://github.com/indigo-dc/orchent/archive/1.0.3.tar.gz
+ md5sums = d94645fd4a75ecf0bc733eb0769b72c9
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index 7213f3a469bc..0b076967c3bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=0.4.0
+pkgver=1.0.3
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=('70855eff466384395a29356a708966c6')
+md5sums=('d94645fd4a75ecf0bc733eb0769b72c9')
build() {
cd "$pkgname-$pkgver"