summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-05-04 09:31:50 +0200
committerMassimiliano Torromeo2018-05-04 09:31:50 +0200
commitf05f025bdb37728ecf7d92c177abbd0b0f7ead9e (patch)
tree164596a1007d61485dc6b24468bc03b7f675aa7f
parent8b8db7012c87b85b564eba863c0f015789cfac66 (diff)
downloadaur-f05f025bdb37728ecf7d92c177abbd0b0f7ead9e.tar.gz
Updated to 0.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a6c4b8241e..35f0c235b63b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 19 11:37:00 UTC 2018
+# Fri May 4 07:31:42 UTC 2018
pkgbase = nomad
pkgdesc = A Distributed, Highly Available, Datacenter-Aware Scheduler
- pkgver = 0.8.1
+ pkgver = 0.8.3
pkgrel = 1
url = https://www.nomadproject.io/
arch = i686
@@ -17,12 +17,12 @@ pkgbase = nomad
optdepends = java-runtime-headless
backup = etc/nomad/server.conf
backup = etc/nomad/client.conf
- source = https://github.com/hashicorp/nomad/archive/v0.8.1/nomad-0.8.1.tar.gz
+ source = https://github.com/hashicorp/nomad/archive/v0.8.3/nomad-0.8.3.tar.gz
source = nomad-server.service
source = nomad-server.conf
source = nomad-client.service
source = nomad-client.conf
- sha256sums = b1d5621a2c5e2acf94a1098b7baa5502964059c225f160158b5af07aaf2889a7
+ sha256sums = af1aee7bd182a656c846a710b262318b7a10bb31671843697f302606a758fe04
sha256sums = 52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206
sha256sums = da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714
sha256sums = 4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb
diff --git a/PKGBUILD b/PKGBUILD
index 179e1b3f6fa8..7bae9b016538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nomad
-pkgver=0.8.1
+pkgver=0.8.3
pkgrel=1
pkgdesc="A Distributed, Highly Available, Datacenter-Aware Scheduler"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=(
backup=(etc/nomad/{server,client}.conf)
source=(https://github.com/hashicorp/nomad/archive/v$pkgver/$pkgname-$pkgver.tar.gz
nomad-{server,client}.{service,conf})
-sha256sums=('b1d5621a2c5e2acf94a1098b7baa5502964059c225f160158b5af07aaf2889a7'
+sha256sums=('af1aee7bd182a656c846a710b262318b7a10bb31671843697f302606a758fe04'
'52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206'
'da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714'
'4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb'