summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-06-10 11:50:33 +0200
committerMassimiliano Torromeo2019-06-10 11:50:33 +0200
commit60e0cc357a34196dbf9d14fa100cc1312a98d393 (patch)
tree98d3768ed9b45b69d454dfe9f70adfe666f54eec
parent2dbd665149f1a7416740a9ab6a5ea488e0a5ce16 (diff)
downloadaur-60e0cc357a34196dbf9d14fa100cc1312a98d393.tar.gz
Updated to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6d53412adbd..791d2e685d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomad
pkgdesc = A Distributed, Highly Available, Datacenter-Aware Scheduler
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://www.nomadproject.io/
arch = i686
@@ -15,12 +15,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.9.1/nomad-0.9.1.tar.gz
+ source = https://github.com/hashicorp/nomad/archive/v0.9.2/nomad-0.9.2.tar.gz
source = nomad-server.service
source = nomad-server.conf
source = nomad-client.service
source = nomad-client.conf
- sha256sums = 19da9f2bcc4c521b777a7889ed2c1a28182d2048e134a56099ff54e9fb6c2347
+ sha256sums = 5e3172cc51a925818c3bc892a2e99ee7da235b88ac2bdab3633a6a6289f0c692
sha256sums = 52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206
sha256sums = da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714
sha256sums = 4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb
diff --git a/PKGBUILD b/PKGBUILD
index 92db1100ae98..e13984b7e137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nomad
-pkgver=0.9.1
+pkgver=0.9.2
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=('19da9f2bcc4c521b777a7889ed2c1a28182d2048e134a56099ff54e9fb6c2347'
+sha256sums=('5e3172cc51a925818c3bc892a2e99ee7da235b88ac2bdab3633a6a6289f0c692'
'52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206'
'da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714'
'4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb'