nerdctl: update to 1.5.0.
This commit is contained in:
parent
c0474447b5
commit
98761a8926
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'nerdctl'
|
||||
pkgname=nerdctl
|
||||
version=0.18.0
|
||||
revision=3
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containerd/nerdctl
|
||||
go_ldflags="-X ${go_import_path}/pkg/version.Version=${version}"
|
||||
go_package=$go_import_path/cmd/nerdctl
|
||||
short_desc="Docker-compatible CLI for containerd"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containerd/nerdctl"
|
||||
distfiles="https://github.com/containerd/nerdctl/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=d6f858d649271b323a42dcf876b1d80f262416aa03236e30ca9d648cd80536bf
|
||||
checksum=3b9ae94124adb5105241c3d5070b8dc0c184e454a7a349f1b56c12d415ee7ce3
|
||||
|
|
Loading…
Reference in New Issue