summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2017-05-05 12:07:53 +0200
committerTomasz Żok2017-05-05 12:07:53 +0200
commit274c00281b1f92c7084eac5870771d8ad2d991fe (patch)
tree34e3397805568b6a0c9722c88886a4a631966a1d
parenteb4c4876973052c72d3510cfa46fc738792c6306 (diff)
downloadaur-274c00281b1f92c7084eac5870771d8ad2d991fe.tar.gz
Update to v1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f6af65d2a4..70cbcdd53eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orchent
pkgdesc = Orchestrator Command Line Client
- pkgver = 1.0.3
+ pkgver = 1.0.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.0.3.tar.gz
- md5sums = d94645fd4a75ecf0bc733eb0769b72c9
+ source = https://github.com/indigo-dc/orchent/archive/1.0.4.tar.gz
+ md5sums = 88d1a94ea2efa649d1fd9bb811306ae4
pkgname = orchent
diff --git a/PKGBUILD b/PKGBUILD
index 0b076967c3bf..49957b1577bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=orchent
-pkgver=1.0.3
+pkgver=1.0.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=('d94645fd4a75ecf0bc733eb0769b72c9')
+md5sums=('88d1a94ea2efa649d1fd9bb811306ae4')
build() {
cd "$pkgname-$pkgver"