summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2017-10-21 16:15:21 +0200
committerTomasz Żok2017-10-21 16:15:21 +0200
commit13284a3e0632177343d9194b9a92d952759b83cd (patch)
tree41982b033e2450ec35d1a8c89b1d8b025dc454ed
parent274c00281b1f92c7084eac5870771d8ad2d991fe (diff)
downloadaur-13284a3e0632177343d9194b9a92d952759b83cd.tar.gz
Update to v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70cbcdd53eed..85916a93a2dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 1.0.4
+ pkgver = 1.2.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/1.0.4.tar.gz
- md5sums = 88d1a94ea2efa649d1fd9bb811306ae4
+ source = https://github.com/indigo-dc/orchent/archive/1.2.0.tar.gz
+ md5sums = 5e09785f65f09add07d5c9984d03aaa5
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index 49957b1577bb..5b8cf42c0f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=1.0.4
+pkgver=1.2.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=('88d1a94ea2efa649d1fd9bb811306ae4')
+md5sums=('5e09785f65f09add07d5c9984d03aaa5')
build() {
cd "$pkgname-$pkgver"