[arch-commits] Commit in nomad/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Tue Jul 19 03:41:31 UTC 2022


    Date: Tuesday, July 19, 2022 @ 03:41:31
  Author: grawlinson
Revision: 1254515

upgpkg: nomad 1.3.2-1; new upstream release

Modified:
  nomad/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 03:39:23 UTC (rev 1254514)
+++ PKGBUILD	2022-07-19 03:41:31 UTC (rev 1254515)
@@ -2,11 +2,11 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=nomad
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
-pkgdesc="A simple and flexible workload orchestrator"
+pkgdesc='A simple and flexible workload orchestrator'
 arch=('x86_64')
-url="https://www.nomadproject.io"
+url='https://www.nomadproject.io'
 license=('MPL2')
 depends=('iptables')
 makedepends=('git' 'go')
@@ -20,9 +20,9 @@
   'nomad-driver-lxc: for lxc driver'
   'nomad-driver-containerd: for containerd driver'
 )
-backup=(etc/nomad.d/defaults.hcl)
+backup=('etc/nomad.d/defaults.hcl')
 options=('!lto')
-_commit='2b054e38e91af964d1235faa98c286ca3f527e56'
+_commit='bf602974112964e9691729f3f0716ff2bcdb3b44'
 source=(
   "$pkgname::git+https://github.com/hashicorp/nomad.git#commit=$_commit"
   'systemd.service'



More information about the arch-commits mailing list