mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
docker-compose: update to 2.38.1
This commit is contained in:
parent
999ff944f5
commit
1dfd9b41fe
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="docker-compose"
|
PKG_NAME="docker-compose"
|
||||||
PKG_VERSION="2.37.3"
|
PKG_VERSION="2.38.1"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/docker/compose"
|
PKG_SITE="https://github.com/docker/compose"
|
||||||
PKG_LONGDESC="Define and run multi-container applications with Docker."
|
PKG_LONGDESC="Define and run multi-container applications with Docker."
|
||||||
@ -10,15 +10,15 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
"aarch64")
|
"aarch64")
|
||||||
PKG_SHA256="15646d01e9291e69c9173a0d140d3ef44f912d26ffb2cbeeaf91aeb460dae59e"
|
PKG_SHA256="f7e9ed22cf330018cdc3e802e59cacb7fff3520d62aa111ac6640e00597a0ebc"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-aarch64"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-aarch64"
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
PKG_SHA256="2abef7f6a59d5402206f11461b69b6314a5dfdcfdd235b9acfce661d9255f2be"
|
PKG_SHA256="f9d95a3bf756be4c6be661ab5799e9cb62423d24fd4bf65d9c59fa6ffbc1a525"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-armv7"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-armv7"
|
||||||
;;
|
;;
|
||||||
"x86_64")
|
"x86_64")
|
||||||
PKG_SHA256="522181c447d831fb23134201d9cdc5cf365f913408124c678089ea62d6a2334c"
|
PKG_SHA256="d94a60549c6916499ce41959941e6c88b67c23ed98d1c5eee2cfc4a2d58aa24b"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-x86_64"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-x86_64"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user