cli: update to 27.4.1

This commit is contained in:
Rudi Heitbaum 2024-12-19 11:48:23 +00:00
parent 72f547e18b
commit 2384c03c7a

View File

@ -3,7 +3,7 @@
PKG_NAME="cli" PKG_NAME="cli"
PKG_VERSION="$(get_pkg_version moby)" PKG_VERSION="$(get_pkg_version moby)"
PKG_SHA256="50140bb5466b4a479dd1a1867cecb05a5536379d0da171c994a6be1334eeae70" PKG_SHA256="23c71579553465a609453e269db7e1916052e5d41fd13e7277e62c826029643b"
PKG_LICENSE="ASL" PKG_LICENSE="ASL"
PKG_SITE="https://github.com/docker/cli" PKG_SITE="https://github.com/docker/cli"
PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz"
@ -12,7 +12,7 @@ PKG_LONGDESC="The Docker CLI"
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
# Git commit of the matching tag https://github.com/docker/cli/tags # Git commit of the matching tag https://github.com/docker/cli/tags
export PKG_GIT_COMMIT="bde2b893136c1c7a2894386e4f8743089c89b041" export PKG_GIT_COMMIT="b9d17eaebb55b7652ce37ae5c7c52fcb34194956"
configure_target() { configure_target() {
go_configure go_configure