summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2019-04-15 15:36:32 +0200
committerTomasz Żok2019-04-15 15:36:32 +0200
commite13bfd8888d705175398b7c22c8467bc9ecc96f4 (patch)
treef6bae83078fd9f24b2e9f5604f0bd0e838614e8c
parent406a1abcda544b18984bd918019b392a0e7d5619 (diff)
downloadaur-e13bfd8888d705175398b7c22c8467bc9ecc96f4.tar.gz
Orchent v1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cedcecc466dd..527d5978b709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 1.2.3
+ pkgver = 1.2.4
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.3.tar.gz
- md5sums = 9771f4d42bf4075713bf1f66634111b4
+ source = https://github.com/indigo-dc/orchent/archive/1.2.4.tar.gz
+ md5sums = 9d37318f15e48ea8ae29d2f818e360cb
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index 7950f3ad0a2b..7996c5493b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=1.2.3
+pkgver=1.2.4
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=('9771f4d42bf4075713bf1f66634111b4')
+md5sums=('9d37318f15e48ea8ae29d2f818e360cb')
build() {