File tree Expand file tree Collapse file tree
packages/addons/addon-depends/docker/docker-compose Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
33
44PKG_NAME ="docker-compose"
5- PKG_VERSION ="5.1.0 "
5+ PKG_VERSION ="5.1.1 "
66PKG_LICENSE ="Apache-2.0"
77PKG_SITE ="https://github.com/docker/compose"
88PKG_LONGDESC ="Define and run multi-container applications with Docker."
99PKG_TOOLCHAIN ="manual"
1010
1111case "${ARCH}" in
1212 "aarch64")
13- PKG_SHA256 ="da671ae15b4d7c68c38b572a2e9ceba89f09657d2682c2d2e34ad6db828e7442 "
13+ PKG_SHA256 ="4b5c42952b7dd81f508d01a771df2a9e5dbffe9b8c5c7d983e738504ad38f056 "
1414 PKG_URL ="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-aarch64"
1515 ;;
1616 "arm")
17- PKG_SHA256 ="364a8f6d32daa9c4343c5335451af9b7f9531d9079f9621d6800c6c60eb438a1 "
17+ PKG_SHA256 ="5cf43b83c705b24df9dbee1d35a6f085189ee2c1169444147192daf932683ed4 "
1818 PKG_URL ="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-armv7"
1919 ;;
2020 "x86_64")
21- PKG_SHA256 ="5633cb21e06a7c88c7ca48a9334d3d0f7f892e9605ae9e9a45f9a095d4ffceb8 "
21+ PKG_SHA256 ="2ac954c9d506b912a12477d72f01601dc72ec918c429c7bae48fd707bdf0f3e5 "
2222 PKG_URL ="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-x86_64"
2323 ;;
2424esac
You can’t perform that action at this time.
0 commit comments