Skip to content

Commit

Permalink
upgpkg: nomad 1.5.1-1
Browse files Browse the repository at this point in the history
grawlinson authored and Foxboron committed Mar 21, 2023
1 parent 0b2b375 commit 97db432
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions nomad/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
pkgbase = nomad
pkgdesc = A simple and flexible workload orchestrator
pkgver = 1.4.4
pkgver = 1.5.1
pkgrel = 1
url = https://www.nomadproject.io
arch = x86_64
license = MPL2
makedepends = git
makedepends = go
depends = glibc
depends = gcc-libs
depends = iptables
optdepends = docker: for docker driver
optdepends = java-runtime: for java driver
@@ -18,7 +20,7 @@ pkgbase = nomad
optdepends = nomad-driver-containerd: for containerd driver
options = !lto
backup = etc/nomad.d/defaults.hcl
source = nomad::git+https://github.com/hashicorp/nomad.git#commit=7f29429be12098e0f3a09df959d9272aa0654cba
source = nomad::git+https://github.com/hashicorp/nomad.git#commit=6c118ddaf95e9bfd3d85f488f255fdc5e14129c7
source = systemd.service
source = tmpfiles.conf
source = defaults.hcl
6 changes: 3 additions & 3 deletions nomad/PKGBUILD
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@
# Maintainer: Morten Linderud <foxboron@archlinux.org>

pkgname=nomad
pkgver=1.4.4
pkgver=1.5.1
pkgrel=1
pkgdesc='A simple and flexible workload orchestrator'
arch=('x86_64')
url='https://www.nomadproject.io'
license=('MPL2')
depends=('iptables')
depends=('glibc' 'gcc-libs' 'iptables')
makedepends=('git' 'go')
optdepends=(
'docker: for docker driver'
@@ -22,7 +22,7 @@ optdepends=(
)
backup=('etc/nomad.d/defaults.hcl')
options=('!lto')
_commit='7f29429be12098e0f3a09df959d9272aa0654cba'
_commit='6c118ddaf95e9bfd3d85f488f255fdc5e14129c7'
source=(
"$pkgname::git+https://github.com/hashicorp/nomad.git#commit=$_commit"
'systemd.service'

0 comments on commit 97db432

Please sign in to comment.