summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2019-04-19 10:07:29 +0200
committerTomasz Żok2019-04-19 10:07:29 +0200
commit3d660f575c1b66455994ed290c6744c6a2217e63 (patch)
tree30c9c9608c6752a204c961ab1742183d326bf3b4
parente13bfd8888d705175398b7c22c8467bc9ecc96f4 (diff)
downloadaur-3d660f575c1b66455994ed290c6744c6a2217e63.tar.gz
orchent v1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527d5978b709..20de3e3bf64b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 1.2.4
+ pkgver = 1.2.5
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.4.tar.gz
- md5sums = 9d37318f15e48ea8ae29d2f818e360cb
+ source = https://github.com/indigo-dc/orchent/archive/1.2.5.tar.gz
+ md5sums = 60f04d15e29abfe12ce49b72370f247c
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index 7996c5493b49..c5a8f2b8ceaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=1.2.4
+pkgver=1.2.5
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=('9d37318f15e48ea8ae29d2f818e360cb')
+md5sums=('60f04d15e29abfe12ce49b72370f247c')
build() {