summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde0dce9a6b9..d5b083e020fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.2.1.tar.gz
- md5sums = 869d7b8215f4182be9a486d362abc533
+ source = https://github.com/indigo-dc/orchent/archive/1.2.2.tar.gz
+ md5sums = 11420de33e13fcde6177ff48deeb9fe3
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index b6f5460ddcea..285ede6ef973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=1.2.1
+pkgver=1.2.2
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=('869d7b8215f4182be9a486d362abc533')
+md5sums=('11420de33e13fcde6177ff48deeb9fe3')
build() {
cd "$pkgname-$pkgver"