Merge pull request #9612 from heitbaum/docker

docker: update to 27.4.1 and addon (5)
This commit is contained in:
Christian Hewitt 2024-12-24 12:04:22 +04:00 committed by GitHub
commit 83fa2ef170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
PKG_NAME="cli"
PKG_VERSION="$(get_pkg_version moby)"
PKG_SHA256="50140bb5466b4a479dd1a1867cecb05a5536379d0da171c994a6be1334eeae70"
PKG_SHA256="23c71579553465a609453e269db7e1916052e5d41fd13e7277e62c826029643b"
PKG_LICENSE="ASL"
PKG_SITE="https://github.com/docker/cli"
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"
# Git commit of the matching tag https://github.com/docker/cli/tags
export PKG_GIT_COMMIT="bde2b893136c1c7a2894386e4f8743089c89b041"
export PKG_GIT_COMMIT="b9d17eaebb55b7652ce37ae5c7c52fcb34194956"
configure_target() {
go_configure

View File

@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="moby"
PKG_VERSION="27.4.0"
PKG_SHA256="ee2669e1d2b7070e6540f6dad90df3be151ee9f9e829f3ef90ecd4847819bc5b"
PKG_VERSION="27.4.1"
PKG_SHA256="ab0389f1e64f74626667dc773cfc21ac9bb686bacf62b14f15c5b5888ca95313"
PKG_LICENSE="ASL"
PKG_SITE="https://mobyproject.org/"
PKG_URL="https://github.com/moby/moby/archive/v${PKG_VERSION}.tar.gz"
@ -12,7 +12,7 @@ PKG_LONGDESC="Moby is an open-source project created by Docker to enable and acc
PKG_TOOLCHAIN="manual"
# Git commit of the matching release https://github.com/moby/moby
export PKG_GIT_COMMIT="92a83937d0280dcbea92099b01e01aa4251c1777"
export PKG_GIT_COMMIT="c710b88579fcb5e0d53f96dcae976d79323b9166"
PKG_MOBY_BUILDTAGS="daemon \
autogen \

View File

@ -3,7 +3,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="docker"
PKG_REV="4"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="ASL"
PKG_SITE="http://www.docker.com/"