mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
nerdctl: Update to 2.0.5.
This commit is contained in:
parent
04154baaf6
commit
456e6c0a59
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'nerdctl'
|
# Template file for 'nerdctl'
|
||||||
pkgname=nerdctl
|
pkgname=nerdctl
|
||||||
version=1.6.2
|
version=2.0.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containerd/nerdctl
|
go_import_path=github.com/containerd/nerdctl/v2
|
||||||
go_ldflags="-X ${go_import_path}/pkg/version.Version=${version}"
|
go_ldflags="-X ${go_import_path}/pkg/version.Version=${version}"
|
||||||
go_package=$go_import_path/cmd/nerdctl
|
go_package=$go_import_path/cmd/nerdctl
|
||||||
short_desc="Docker-compatible CLI for containerd"
|
short_desc="Docker-compatible CLI for containerd"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containerd/nerdctl"
|
homepage="https://github.com/containerd/nerdctl"
|
||||||
distfiles="https://github.com/containerd/nerdctl/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/containerd/nerdctl/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=fb7660f7e598e4c502d4f0c26cf985290fc7bdc80cce1f7402020afdf83ef988
|
checksum=ad09ac253a46ce5bed1f9979f5a438dcf0b4b54e26f3c3e3134aa4c868db2362
|
||||||
|
|
Loading…
Add table
Reference in a new issue