hashworks pushed to branch main at Arch Linux / Packaging / Packages / nomad
Commits:
8023f6df by Justin Kromlinger at 2024-01-26T15:54:04+01:00
upgpkg: 1.7.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nomad
pkgdesc = A simple and flexible workload orchestrator
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://www.nomadproject.io
arch = x86_64
@@ -20,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=64e3dca9274b493e38a49fda3a70fd31d0485b91
+ source =
nomad::git+https://github.com/hashicorp/nomad.git#commit=60ee328f97d19d2d2d9761251b895b06d82eb1a1
source = systemd.service
source = tmpfiles.conf
source = defaults.hcl
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=nomad
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc='A simple and flexible workload orchestrator'
arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=(
)
backup=('etc/nomad.d/defaults.hcl')
options=('!lto')
-_commit=64e3dca9274b493e38a49fda3a70fd31d0485b91 #refs/tags/v1.7.2
+_commit=60ee328f97d19d2d2d9761251b895b06d82eb1a1 #refs/tags/v1.7.3
source=(
"$pkgname::git+https://github.com/hashicorp/nomad.git#commit=$_commit"
'systemd.service'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/8023f6df5212f57b854a8f78205054368157b45a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/8023f6df5212f57b854a8f78205054368157b45a
You're receiving this email because of your account on gitlab.archlinux.org.