summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-12-13 11:09:50 +0100
committerMassimiliano Torromeo2016-12-13 11:09:50 +0100
commit495d6f782823e045a1575f3dfdb55191f95fe162 (patch)
tree467609e23b0b36b5357c9aac77d71503b563b076
parentd768f6ce1ed79aa77d323448982bcc0324b0242d (diff)
downloadaur-495d6f782823e045a1575f3dfdb55191f95fe162.tar.gz
Updated to 0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d825d7c2fbfb..7671412cdc44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 17 15:34:07 UTC 2016
+# Tue Dec 13 10:09:42 UTC 2016
pkgbase = nomad
pkgdesc = A Distributed, Highly Available, Datacenter-Aware Scheduler
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://www.nomadproject.io/
arch = i686
@@ -16,12 +16,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.5.0/nomad-0.5.0.tar.gz
+ source = https://github.com/hashicorp/nomad/archive/v0.5.1/nomad-0.5.1.tar.gz
source = nomad-server.service
source = nomad-server.conf
source = nomad-client.service
source = nomad-client.conf
- sha256sums = a7d9126b4ce7937dbf3c72f14172261ddf59e88f4c2e4b7167601ab3ca421059
+ sha256sums = 7bbd5f8c23affb3c1b70d1c8fda22271b6ef7941fed938f79e94fce27139e7b6
sha256sums = 52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206
sha256sums = da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714
sha256sums = 4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb
diff --git a/PKGBUILD b/PKGBUILD
index 5df447645b1b..ca88df0500a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=nomad
-pkgver=0.5.0
+pkgver=0.5.1
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=('a7d9126b4ce7937dbf3c72f14172261ddf59e88f4c2e4b7167601ab3ca421059'
+sha256sums=('7bbd5f8c23affb3c1b70d1c8fda22271b6ef7941fed938f79e94fce27139e7b6'
'52b0a22c3c0c72c642a8728cb48bd8797f4f6a12990e11bbb2342edcc2a9a206'
'da475bc4aa3b1493eb62f09e7f99dcc171e8ce6d74df3da30514cfdfe72a5714'
'4c8fb7c18c67ca20e3ee07f25cf2f0c82b66c4c173275ae8d643c91cce3c0ceb'