summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"