Skip to content
Snippets Groups Projects
Verified Commit 0689c1ce authored by George Rawlinson's avatar George Rawlinson :coffee:
Browse files

upgpkg: 0.6.2-1

parent 24948b5f
No related branches found
Tags 4.4.0.20231231-2
No related merge requests found
pkgbase = nomad-driver-podman
pkgdesc = A nomad taskdriver for podman containers
pkgver = 0.6.1
pkgver = 0.6.2
pkgrel = 1
url = https://github.com/hashicorp/nomad-driver-podman
arch = x86_64
license = MPL2
license = MPL-2.0
makedepends = git
makedepends = go
depends = nomad
depends = podman
options = !lto
source = nomad-driver-podman::git+https://github.com/hashicorp/nomad-driver-podman#tag=v0.6.1
b2sums = 229bc29abeb623c11215a89bd64032a1e75a0ba8dc47f0812a26a24c8a65f00ddce08882f44d7f0045b6667d9b43775fbee62d55bcb364c954fe9f5bee3079d1
source = nomad-driver-podman::git+https://github.com/hashicorp/nomad-driver-podman#tag=v0.6.2
sha512sums = 20bd0ef9784c86c1adf84851c0cb3fef15e562cfc617f386525192661b03f0555cb1a4d695c8ceab405924ccab7b53bdcc2396c8d6b98fcd588127acad56d749
b2sums = 315c8750c2dbafb2a730768203f26b4d6f9894d580a8dc8f0c38b678eacb9098170ad15d4aec605b4f2c7ebf039d08791853a90d1b2776acd9e3830aa9004bbe
pkgname = nomad-driver-podman
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=nomad-driver-podman
pkgver=0.6.1
pkgver=0.6.2
pkgrel=1
pkgdesc='A nomad taskdriver for podman containers'
arch=('x86_64')
url='https://github.com/hashicorp/nomad-driver-podman'
license=('MPL2')
license=('MPL-2.0')
depends=('nomad' 'podman')
makedepends=('git' 'go')
options=('!lto')
source=("$pkgname::git+$url#tag=v$pkgver")
b2sums=('229bc29abeb623c11215a89bd64032a1e75a0ba8dc47f0812a26a24c8a65f00ddce08882f44d7f0045b6667d9b43775fbee62d55bcb364c954fe9f5bee3079d1')
pkgver() {
cd "$pkgname"
git describe --tags | sed 's/^v//'
}
sha512sums=('20bd0ef9784c86c1adf84851c0cb3fef15e562cfc617f386525192661b03f0555cb1a4d695c8ceab405924ccab7b53bdcc2396c8d6b98fcd588127acad56d749')
b2sums=('315c8750c2dbafb2a730768203f26b4d6f9894d580a8dc8f0c38b678eacb9098170ad15d4aec605b4f2c7ebf039d08791853a90d1b2776acd9e3830aa9004bbe')
prepare() {
cd "$pkgname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment