cli: update to 27.5.0

This commit is contained in:
Rudi Heitbaum 2025-01-14 00:07:49 +00:00
parent d31c658a26
commit d039a7f6a5

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="23c71579553465a609453e269db7e1916052e5d41fd13e7277e62c826029643b" PKG_SHA256="7676968253f0b5ca3a44213c8a92c570284e7146d464a95b6ed11050bd09238c"
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="b9d17eaebb55b7652ce37ae5c7c52fcb34194956" export PKG_GIT_COMMIT="a187fa5d2d0d5f12db920734e425afc758e98ead"
configure_target() { configure_target() {
go_configure go_configure